body {
	width:100%;
	height:100%;
	margin:0px;
	
	background-image:url(/imgs/design/bg_fade.gif);
	background-repeat:repeat-x;
	background-position:top;
}

img {
	border:0px;
}

div.content {
	width:850px;
	margin:0px auto;
	
	
	background-image:url(/imgs/design/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	padding:263px 75px 10px 75px;
}

div.menu {
	margin-left:295px;
	margin-bottom:17px;
}

div.menu a {
	margin-right:18px;
}


h1 {
	font-size:25px;
	font-family:Futura, 'Trebuchet MS', Geneva, Arial, sans-serif;
	font-weight:normal;
	
	color:#9fa1a4;
}
h2 {
	font-size:15px;
	font-family:Futura, 'Trebuchet MS', Geneva, Arial, sans-serif;
	font-weight:normal;
	
	color:#9fa1a4;
	margin-bottom:0px;
	margin-top:25px;
}

p {
	font-family:Verdana;
	font-size:12px;
	margin-top:0px;
	margin-bottom:15px;
}


a {
	color:#e79f00;
	text-decoration:none;
}
a:hover {
	color:#e79f00;
	text-decoration:underline;
}