@charset "UTF-8";
/* CSS Document */

body
{
	background: #666666 url(../images/index_background.jpg) top repeat-x;
	margin: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:link { color: #ffffff; }
a:visited { color: #ffffff; }

a:hover
{
	color: #000000;
}
#content
{
	width: 960px;
	margin: 80px auto 0 auto;
	min-height: 400px;
	
}
#indexFlashWrapper
{
	width: 660px;
	height: 400px;
	float: left;
	position: relative;
	margin: 0;
}

#aboutMe
{
	height: 400px;
	
	border-left: 4px solid #ffffff;
	width: 290px;
	float: right;
	position: relative;
	text-align: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#aboutMe .content
{
	margin: 40px 0 0 10px;
	text-align: left;
}
#footer
{
	clear: both;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	margin-top: 20px;
}