body {
	background:url("images/bg.jpg");
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}
h3{
	color:#99CCCC;
	font-size:17pt;
}
#container{
	margin:20px auto 0px auto;
	width:837px;
	height:800px;
	
}
#bottom{
	width:797px;
	height:35px;
	background:url('images/bottom.jpg');
	padding:5px 20px 20px 20px;
	margin:0px auto 0px auto;
}
#leftContent{
	background:url('images/contentbg.jpg');
	width:512px;
	height:780px;
	padding:20px 30px 0px 20px;
	float:left;
}
#menu{
	background:url('images/menubg.png');
	width:274px;
	height:730px;
	float:left;
	padding:70px 0px 0px 0px;
	text-align:center;
}
#menu li{
	line-height:30px;
	letter-spacing:2px;
	list-style:none;
}
#menuButtons{
	width:188px;
	height:181px;
	padding:40px 70px 0px 0px;
	
	background:url('images/buttonsBg.jpg');
	background-repeat:no-repeat;
	text-align:right;
}
#menuButtons a{
	color:#99CC99;
	text-decoration:none;
}
#form{
	width:250px;
	text-align:left;
}
#form th{
	color:#99CCCC;
	font-size:17pt;
}
#form input{
	color:#99CC99;
	border:1px #99CC99 solid;
}
#bottom a{
	color:#999999;
}

