/*	Reset Reloaded - by Eric Meyer
---------------------------------------------	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0;}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/*	General
---------------------------------------------	*/
body {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #A9A9A9;
	background-color: #202020;
	padding: 20px 0;
}
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #E2CC9A;
	padding-bottom: 0.5em;
}
p {
	padding-bottom: 0.9em;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FF9400;
}

#container {
	width: 700px;
	margin: 0 auto;
}
#header {
	position: relative;
	padding: 25px 0 15px 5px;
	border-bottom: dashed 1px #333;
	border-top: dashed 1px #333;
}
#header h1 {
	position: absolute;
	top: 85px;
	left: 200px;
	font-size: 60px;
	color: #FFF;
}
#content {
	float: left;
	width: 300px;
	padding-left: 40px;
	border-left: dashed 1px #333;
	padding-bottom: 20px;
}

#intro {
	width: 250px;
	float: left;
	font-size: 19px;
	color: #C6B88F;
	padding: 28px 0 5px 0;
	line-height: 1.3em;
	padding-right: 40px;
}
.asset {
	clear: both;
	padding-top: 30px;
}
.asset p, .asset h2 {
}
.asset p {
	color: #888;
}

#footer {
	clear: both;
	color: #999;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
	padding: 20px 5px 25px 5px;
	border-top: dashed 1px #333;
}