html
{
 height: 100%;
}

body
{
 background: #666666 url(/images/9/main_background-white.jpg);
 margin-top: 0px;
 font-family: Georgia,Arial, MS Sans Serif, Trebuchet MS;
 font-size: 95%;
 color: #666;
}

#maincontainer
{
 background-color: #fff;
 width: 905px;
 margin: 50px auto;
 padding: 0px;
 margin-bottom: 20px;
padding-bottom: 20px;
 min-height: 600px;
 overflow: hidden;
}

#container
{
 padding-left: 20px;
 padding-top: 0px;
 padding-bottom: 20px;
}

#logo
{
 width: 241px;
 float:left;
}

a
{
color: #ff0099;
}

#navigation
{
 margin-top: 100px;
 width: 150px;
 float: right;
 font-size: 105%;
 line-height: 35px;
 text-align: center;
}

#navigation a
{
 text-decoration: none;
 color: #666;
}

#navigation a:hover
{
 text-decoration: none;
 color: #ff0099;
}

#navigation a.selected
{
color: #ff0099;
}

#maintextarea
{
 /*border: solid 1px #000;*/
 clear: left;
 width: 700px;
 float:left;
}

#bottomimages
{
 clear: both;
 width: 900px;
}

h1
{
 margin: 0px;
 font-size: 105%;
 font-weight: normal;
}

h2
{
 margin: 0px;
 font-size: 102%;
 font-weight: normal;
}

#footer {
clear:both;        
color: #666;
font-size: 80%;
text-align: center;
}

#footer a{ 
	color: #666;
	font-weight: normal;
	padding-top: 20px;
	text-decoration: none;
}
	
#footer a:hover{ 
	color: #999;
	text-decoration: underline;
}

.pinktext
{
color: #ff0099;
}



