body{
	background-color: #690032;
	font-family: Arial;
	margin: 0 0 120px 0;
}

h2{
	color: #006666;
	font-size: 19px;
	font-family: Arial;
	margin-bottom: 8px;
}

p, li{
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

p{
	margin-top: 0;
}

ul{
	list-style-type: none;
	padding-left: 0;
}

li{
	margin-bottom: 30px;
}

a{
	font-weight: bold;
	color: #990033;
}

a img{
	border: none;
}

span.red{
	color: #990033;
}

#container{
	background: url('images/containerbg.png') repeat-y;
	width: 916px;
	margin: 0 auto;
	padding: 0 8px;
}

#logohead{
	width: 900px;
	height: 47px;
}

#header{
	width: 900px;
	height: 253px;
	background: url('images/header.jpg') no-repeat;
}

#header img{
	margin-top: 220px;
	margin-left: 350px;
}

#main{
	width: 900px;
	padding: 13px 60px;
	overflow: hidden;
	background: url('images/mainbg.jpg') repeat-y;
}

#leftcolumn{
	width: 478px;
	float: left;
}

#one, #two, #three{
	padding-left: 32px;
}

#one{
	background: url('images/one.jpg') no-repeat;
}

#two{
	background: url('images/two.jpg') no-repeat;
}	

#three{
	background: url('images/three.jpg') no-repeat;
}

#learn li{
	background: url('images/arrow.jpg') no-repeat;
	padding-left: 32px;
}

#rightcolumn{
	margin-left: 20px;
	width: 292px;
	height: 492px;
	float: left;
	background: url('images/boxes.jpg') no-repeat;
	padding: 0 30px;
	padding-top: 10px;
}

#secondblock{
	margin-top: 20px;
}

#secondblock ul{
	list-style-type: disc;
	padding-left: 15px;
	margin-top: 0;
}

#secondblock li{
	margin-bottom: 5px;
}

#bottom{
	width: 932px;
	height: 61px;
	margin: 0 auto;
	display: block;
	background: url('images/bottom.png') no-repeat transparent;
}