/* === General Section === */

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;
}
html, body, textarea, input { 
	font-size:101%;
	font-family:Helvetica,Arial,verdana,arial,sans-serif;
	color:#8F8F8F;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
html{
	background-color: #E0E0E0;
}
body{
}
a{ color:#58ADCC; text-decoration:none; cursor:pointer; }
a:hover { text-decoration:none }
a:hover { background:#58ADCC; color:#383838;}
::-moz-selection{ background:#58ADCC; color:#383838; }
::selection { background:#58ADCC; color:#383838; }
h1{
	color:#CCCCCC;
	font-size:48px;
	letter-spacing:-0.03em;
	font-weight:100;
	z-index:400;
	position:relative;
}
h2{
	font-size:28px;
	letter-spacing:-0.01em;
	margin-bottom:16px;
	margin-top:3px;
}
h3{
	font-size:18px;
	margin:8px 0 10px;
}
h4{
	font-size:18px;
	margin:8px 0 0;
}

p, li{
	line-height:1.5em;
}
p, ul{
	margin-bottom:18px;
}
li{
	list-style:inside square;
	margin-left:2px;
}

hr { 
	display:block;
	height:0px;
	line-height:0px;
	border:0;
	border-top:1px solid #222222;
	border-bottom:1px solid #444444;
	margin:16px 0;
	padding:0;
}
strong{
	font-weight:700;
}
header, footer, nav, section{
	display:block;
}
footer{
	font-size:10px;
	text-align:center;
}
img{
	border:0;
}
#wrap{
	width:800px;
	min-height:400px;
	margin:0px auto;
	margin-top:80px;
	background-color: #333333;
}
#content{
	position:relative;
	top:39px;
	width:700px;
	height:350px;
	margin:50px;
}
