body{
}

a {
	color:#726D19;
	text-decoration:none;
}

h1 {
	margin-top:0;
	font-weight:lighter;
	font-size:16px;
	color:#726D19;
}

h2 {
	margin-top:0;
	font-weight:lighter;
	font-size:30px;
	color:#726D19;
}

h3 {
	margin-top:0;
	font-weight:lighter;
	font-size:20px;
	color:#666666;
}

a:hover{
	color:#726D19;
	text-decoration:underline;
}


.header{
	margin: 20px 0 40px 220px;
	float:left;
}

.clear{
	clear:both;
}


.upgrade {
	width:680px;
	border:1px solid #999999;
	padding:10px;
	margin:20px 0 0 0;
}


.menu{
	float:left;
	width:185px;
	padding-right:35px;
	text-align:right;
}

.menu a{
	color:#333333;
}

.menu a:hover{
	color:#726D19;
	text-decoration:underline;
}
	

.menu p{
	margin:0 0 5px 0;
}

.content{
	float:left;
	width:700px;
}

.content p{
	margin:0 0 5px 0;
}

.footer{
	margin:20px 0 20px 220px;
}