/* CSS Document */

body{
background-color:#AAAAAA;
color:#000000;
padding:5px;
margin:0px;
}

#page{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
width:100%;
}

#overall {
background-color:#FFFFFF;
color:#000000;
width:980px;
border:1px black solid;
}

#top{
height:90px;
text-align:center;
}

#menu{
width:185px;
margin:0px;
padding:0px;
float:left;
}

#menu ul,li {
list-style:none;
padding:0px;
margin:0px;
}

#content{
padding:25px 0px 0px 10px;;
width:770px;
text-align:left;
float:left;
}

#bottom{
clear:both;
height:228px;
width:1010px;
background-image:url(/images/design_btm.jpg);
background-repeat:no-repeat;
}

.spacer {
font-size:0px;
}

.cleaner{
font-size:0px;
clear:both;
}

img{
border:none;
}

a:link,a:visited,a:hover,a:active,a:focus{
	color:#000000;
	background-color:#FFFFFF;
}