/* CSS Document */

body{
color:black;
font-family: Arial, sans-serif, Century Gothic;
text-align:left;
margin:auto;
}

#wrapper{
width:800px;
height:600px;
margin:auto;
float:left;
}

.homepad{
height: 54px;
width: 750px;
}

html>body .homepad{
height: 700px;
width: 750px;
}

#top{
float:left;
}

h1{
display:none;
}

h2{
font-size: 18px;
color: navy;
}

a{
color: navy;
text-decoration: none;
}

a:hover{
color: navy;
text-decoration: underline;
}

#left{
float:left;
}

#content{
color:black;
font-size:13px;
width:600px;
height:190px;
float:left;
}

#flash{
float:right;
margin-top: 90px;
}

#footer{
float:left;
}

#links{
float:left;
color:#fff;
font-weight: bold;
width:700px;
height:16px;
font-size:12px;
text-align:left;
margin-top:-65px;
margin-left: -150px;
}

html>body #links{
margin-top:-62px;
margin-left: -150px;

}

#links a{
	text-decoration:none;
	text-align:left;
	color:#fff;
	float:left;
	display:inline;
}

#links a:visited{
	text-decoration:none;
	text-align:left;
	color:#fff;
}

#links a:hover{
	text-decoration:none;
	text-align:left;
	color:#eee;
}

img{
border:none;
}
