﻿body 
{
	background-color:#516D8D;
	text-decoration:#FFFFFF;
	margin-left:0px;
	margin-top:0px;
	background-image:url("./images/body.gif");
	background-repeat:repeat-y;
	z-index:75;
	color:White;
	
	}
.slideimage
{
	width:80px;
	height:98px;
}
.slides
{
	float:right; 
	width:220px;
	height:170px; 
	text-align:center;
	padding-top:25px;
	
}
.slidetext
{
	float:right; 
	font-size:medium;
	}

div.wrapContainer

{
	width: 75%;
	float: left;
	margin-top:0px;
	
}

div.nyptibuildingcontainer

{
	width: 95%;
	float: left;
	margin-top:0px;
	
}

 .rightfloater
{
	float:right;
	padding-right:15px;
	margin-left:15px;
}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	}

#contents {
	position: absolute;
	top: 0;
    left: 0;
 width: 700px; 
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer 
{
	
	position: absolute;
	bottom: 0;
	left:270px; 
	width: 70%; 
	text-align: center;
	
}

#main {
	margin-bottom: 5em;
	height: auto;
	
}

#Menu
{
	position:absolute;
	left:270px; 
	top:130px;
	z-index:100;
}

#DAASNY
{
	position:absolute;
	left:15px; 
	top:200px;
}

#bodytext
{
	position:relative;
	left:70px; 
	top:15px;
	}

#bodytext :link /* for unvisited links */
{
	color:#B5C7DE;
}
#bodytext :visited /* for visited links */
{ 
	color:#B5C7DE;
} 
#bodytext a:active /* when link is clicked */
{ 
	color:#B5C7DE;
} 
#bodytext a:hover  /* when mouse is over link */
{ 
	color:#B5C7DE;
}

.centered
{
	position:relative;
	left:180px;
	width:300px;
	padding:0 0 0 0;
}
.maps
    {
    	
    	position:absolute;
    	left:270px;
    	top:0px;
    	padding:0 0 0 0;
    }
    .DA
    {
    	border-style:solid;
    	border-color:Blue;
    	position:absolute;
    	left:10px;
    	top:35px;
    }