/* StyleSheet for EddieIzRunning.com - Steve Jones / G-RAFF */

html, body {
margin: 0;
padding: 0;
height: 100%;
}

a, a:visited {
	color:#064B8E;
	text-decoration:underline;
}

img {
	border:none;
}

body {
background:#B4DCF3;
font-family:Helvetica, Arial, sans-serif;
font-size:13px;
color:#064B8E;
}

#sidebar
{
	float:right;
	width:150px;
}

#sidebar img 
{
	padding-bottom:30px;
}

#wrapper 
{
	margin-top:10px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#flashContent
{
	background-color:#0085DD;
	width:800px;
	border:2px solid white;
	float:left;
	color:#FFF;
}

#flashContent a 
{
	color:#FFFFFF;
}

#footer 
{
	padding-top:3px;
	width:800px;
	clear:both;
	font-size:small;
}

.alt {
	padding:10px;
}

#header
{
	height:100px;
}

.small {
	margin-top:40px;
	font-size:x-small;
}
.small a {
	text-decoration:none;
}