a		{
	color:#990000;
	text-decoration:none;
}
html{
	padding: 0 0 20px 0;
}
body {
	font-family: Verdana, sans-serif;
	font-size:12px;
	background-color: #FFB22D;
	margin: 0 0 0 0;
	background-image:url(../media/bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

div.container{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 30px;
	width:780px;
}
#content{
	z-index: 5;
	font-size:12px;
	background-color:#fff;
	width: 580px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 10px 20px 10px;
	color:#000;
	float:right;
	min-height:500px;
	text-align:left;
}
.myBox
{
	margin: 0 auto;
	border: 0px solid #000;
	color: #000;
	width: 570px;
	min-height:500px;
	float:right;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
}
#title{
	text-align:left;
	border-bottom:1px #990000 solid;
	background-image:url(../media/title-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
	height:40px;
	vertical-align:bottom;
}
#title img{
	padding-left:50px;
}
#leftNav{
	color:#000;
	float:left;
	line-height:150%;
	width:154px;
	text-align:right;
}
#leftNav a{ 
	color: #000; 
	text-decoration: none; 
}
#leftNav a:hover{ 
	color: #990000; 
	text-decoration: none;
}
#leftNav ul{
	padding:0px;
	margin:0px;
	width: 170px;
}
#leftNav li{
	list-style: none;
	margin: 0px 0 1px 0;
	padding: 0 0 0 5px;
	background-color:#FFB22D;
	border-bottom:1px #990000 solid;
	width:100%;
	font-size:13px;
}

h1{
	font-size: 22px;
	margin: 0 0 15px 0;
	color:#8BC23E;
}
h2{
	font-size:16px;
	margin: 0;
}
.smallText{
	font-size:10px;
}
hr{
	color: #000;
	background-color: #000;
	height: 1px;
}