/* CSS Document */

body
{
	background-image:url(../images/bg.jpg);
	text-align:center;
	background-repeat:repeat-x;
	background-color:#e4ebf9;
}

#main
{
	margin:0 auto;
	background-image:url(../images/lots_03.jpg);
	width:808px;
	height:669px;	
}

#menutop
{
	/*border:1px solid #000;*/
	float:left;
	margin-top:69px;
	height:25px;
	width:808px;
}

#smallmenu
{
	/*border:1px solid #000;*/
	float:left;
	margin-top:4px;
	height:14px;
	width:290px;
}

*html #smallmenu
{
	margin-top:0px;
}

#smallmenu a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#content
{
	margin-top:100px;
	margin-left:-160px;
	/*border:1px solid #000;*/
	width:480px;
	height:420px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow: auto;
}

#rightimage
{
	margin-top:100px;
	height:420px;
	margin-left:10px;
	float:left;
	width:160px;
}

h1
{
	font-size:16px;
}