@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#container
{
width:900px;
margin:0px auto 0px auto;
}


#header
{
background-color: #9B9BFF;
font-family:"Book Antiqua";
}


#sidebar
{
margin-top:20px;
width:120px;

float:left;

}


#mainContent
{
background-color: #ffffff;
margin-left:150px;
margin-top:30px;
margin-bottom:80px;
}

.firstTable
{
margin-left:110px;
}

#footer
{
background-color: #9B9BFF;
color:#000000;


}
#search
{
	position:absolute;
	right:190px;
	top:14px;
	font-weight:bold;
	color:#ffffff;
}