/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*
MAIN
---------------------------------------------------------------------------------------------------------------- */
html{
	font-size:16px;
}
body{
	font-size:62.5%;
	color:#fff;
	background:/*url(../images/grid.gif) top left repeat-y */#212121;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*
LAYOUT STYLES
---------------------------------------------------------------------------------------------------------------- */
#wrapper{
	width:94em;
	margin:0 0 0 3em;
	padding:1em;
}
#header{
	width:100%;
	overflow:hidden;
	margin-bottom:3.6em;
}
#footer{
	clear:both;
}
.marginalia{
	clear:both;
	width:16em;
	float:left;
}
.content{
	width:76em;
	float:right;
}
/*
TYPE STYLES
---------------------------------------------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-family:Helvetica, Arial, Tahoma, sans-serif;
}
h1{
	margin-left:-0.7em;
	float:left;
	display:block;
}
h1 a{
	font-weight:bold;
	font-size:10.8em;
	line-height:0.83333333333333333333333333333333em;
	width:3.7037037037037037037037037037037em;
	text-decoration:none;
	display:block;
}
h2{
	font-size:2.4em;
	line-height:1.5em;
	margin-bottom:0.75em;
	font-weight:bold;
}
h3,h4{
	font-size:1.8em;
	line-height:1.3333333333333333333333333333333em;
	margin-bottom:1em;
}
p{
	font-size:1.6em;
	margin-bottom:1.125em;
	line-height:1.5em;
}
a{
	color:#F43059;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#fff;
}
h1 a:visited{
	color:#F43059;
}
abbr{
	color:#f43059;
	border-bottom:1px dotted #f43059;
	cursor:help;
}
strong.seo{
	font-weight:normal;
}