body{
	background-color:#000;	
}
body a{
	color:#FFF;
	text-decoration:none;
}
#homePageContainer{
	margin:auto;
	width:753px;
	height:auto;
	font-family:"Verdana";
	height:675px;
}
#homeHeader{
	position:absolute;
	margin:auto;
	width:753px;
	text-align:center;
	background-image:url(images/stars.gif);
}

#pageContainer{
	margin:auto;
	width:900px;
	height:auto;
	font-family:"Verdana";
}

#altpagecontainer{
	height:600px;
	margin:auto;
	width:900px;
	font-family:"Verdana";
	border: 1px dotted #333;
}

#header{
	position:absolute;
	width:753px;
	text-align:center;
}

#imageContainer {
	position:absolute;
	margin:auto;
	margin-top: 125px;
	width:753px;
	height:500px;
}

#aboutContainer {
	position:absolute;
	margin:auto;
	margin-top: 125px;
	width:753px;
	height:500px;
	background-image:url(images/about.jpg);
}

#map_canvas{
	position:absolute;
	width: 500px;
	height: 400px;
	margin-top:175px;
}

#contacttext{
	position:absolute;
	width:243px;
	height:390px;
	margin-top:175px;
	margin-left:500px;
	background-image:url(images/transparentwhite.png);
	color:#FFF;
	padding:5px;
	font-size:smaller;
}

#mainContainer {
	position:absolute;
	width:753px;
	height:350px;
	text-align:center;
	margin-top:125px;
}

#topdescriptionbox{
	background-image:url("images/homehead.png");	
	background-repeat:no-repeat;
	width:744px;
	height:50px;
	margin-top:125px;
	position:absolute;
	color:#FFF;
	padding:5px;
	font-size:smaller;
}
#bottomdescriptionbox{
	background-image:url("images/homefoot.png");
	background-repeat:no-repeat;
	background-position:right;
	width:739px;
	height:35px;
	margin-top:586px;
	position:absolute;
	color:#FFF;
	padding:5px;
	padding-top:0px;
	padding-left:10px;
	font-style:italic;
	text-align:right;
	font-weight:bold;
}

#chairdescriptionbox{
	width:733px;
	height:100px;
	margin-top:475px;
	position:absolute;
	color:#FFF;
	padding:10px;
	background-image:url("images/transparentwhite.png");	
}

#aboutbox{
	background-image:url("images/transparentwhite.png");
	width:733px;
	height:100px;
	margin-top:516px;
	position:absolute;
	color:#FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}

#detailsWindow{
	background-image:url("images/transparentwhite.png");
	width:733px;
	height:130px;
	margin-top:486px;
	position:absolute;
	color:#FFF;
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	padding-right:10px;
}

#abouthead{
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
}

#aboutbody{
	font-size:smaller;
	font-style:italic;
}

#doneby{
	margin-top:580px;
	color:#FFF;
	font-size:smaller;
	position:absolute;
}


#photohover{
	position:absolute;
	background-image:url("images/transparentblack.png");
	height:380px;
	width:100px;
	margin-top:150px;
	margin-left:654px;
	text-align:center;
	font-style:italic;
	padding-top:5px;
}

#smallhover{
	position:absolute;
	background-image:url("images/transparentblack.png");
	width:100px;
	height:30px;
	margin-top:125px;
	margin-left:654px;
	padding-top:5px;
	text-align:center;
	font-style:italic;
}

#photohover img{
	padding:5px;
}
#photohover a{
	color:#FFF;
}
/*
Navigation bar start
*/

#mainNavigation{
	position:absolute;
	margin-top:630px;
}

#navigation{
	position:absolute;
	margin-top:600px;
}

.navigation ul{
	padding-left:0px;
}

.navigation li{
	list-style: none;
	margin-right:20px;
	float:left;
	border-bottom:1px dotted #999;
	font-style:italic;
}

.navigation li:hover{
	text-decoration: none;
	border-bottom:none;
}

.navigation a:visited, a:link{
	
	text-decoration:none;
	color:#DDDDDD;
}

.navigation a:hover{
	color:#FFFFFF;
}

/*
Navigation bar end
*/
