@charset "utf-8";
/* CSS Document */

#backgroundcontainer	{
	background-image:url(../images/background.jpg);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:1000px;
}
#container	{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:900px;
}

#header	{
	background-image:url(../images/header.jpg);
	width:900px;
	height:155px;
	vertical-align: top;
	
}
#headertext	{
	position:absolute;
	top:52px;
	width:900px;
	height:15px;
	vertical-align: top;	
}
#models	{
	position:absolute;
	border:0px;
	top:100px;
	#top:107px;
	padding-left:4px;
	
}

#footer	{
	background-image:url(../images/footer.jpg);
	background-position:bottom;
	width:900px;
	height:37px;
	
}

#sidemenu	{
	position:absolute;
	background-image:url(../images/right_column.jpg);
	background-position:top;
	width:190px;
	height:279px;
	left: 711px;
	top: 189px;
}

/*********** STYLES ************/

.style1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
.style1small	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.style1white	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
}
.style2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.style3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#0B2063;
	font-weight: bold;
}
.style4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#CCCCCC;
	font-weight: bold;
}
.stylemenuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	font-style:inherit;
	text-decoration: none;
}
.stylemenuon2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-style:inherit;
	text-decoration: none;
}
.stylemenuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
}
a:hover {
	color:#FF0000;
}
