/*--Styles----------------------*/

*		{	
	margin:0px;
	padding:0px;
}
body	{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
}
strong	{
	font-weight:normal;
}
h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#8F1E54;
}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8F1E54;

}
a:link	{
	text-decoration:none;
	color:#8ED550;
}
a:visited	{
	text-decoration:none;
		color:#8ED550;
}
a:hover	{
	text-decoration:none;
	color:#FFFFFF;
}
a:active	{
	text-decoration:none;
	color:#FFFFFF;
}



/*--Layers----------------------*/

#mainContainer	{	
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;

}
#obama	{
	position:absolute;
	width:246px;
	height:600px;
	background-image:url(../images/obama_head.png);
	background-repeat:no-repeat;
	float:left;
	top: 4px;
	left: -5px;
	z-index: 999999;
}


#content	{
	position:relative;
	width:767px;
	height:727px;
	background-image:url(../images/body_background.png);
	background-repeat:no-repeat;
	top: 0px;
	float: right;
	z-index: 999997;
}
#text	{
	position:relative;
	float:right;
	width:610px;
	min-height:500px;
	margin-right:20px;
	margin-top:25px;
}

#menu	{
	position:absolute;
	width:199px;
	height:401px;
	background-repeat:no-repeat;
	float:left;
	top: 400px;
	z-index: 999999;
	left: 57px;
}


#bottom	{
	position:relative;
	width: 767px;
	height: 100px;
	float:left;
	top: 0px;
	text-align:center;
}
