/*--Styles----------------------*/

*		{	
	margin:0px;
	padding:0px;
}
body	{
	background-color:#cccccc;
	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:14px;
	font-weight:bold;
	color:#ffffff;
}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8F1E54;

}
a:link	{
	text-decoration:none;
	color:#CCCCCC
}
a:visited	{
	text-decoration:none;
		color:#cccccc;
}
a:hover	{
	text-decoration:none;
	color:#FFFFFF;
}
a:active	{
	text-decoration:none;
	color:#FFFFFF;
}

	.rollover a {
	display:block;
	position:relative;
	float:left;
	width: 159px;
	height: 58px;
	padding-top: 25px;
	font: 13px sans-serif;
	;
	color:#ccc;
	background: url("../images/button.png") 0 0 no-repeat;
	text-decoration: none;
	text-align:center;
	z-index: 999999;
}
.rollover a:hover { 
background-position: 0 -82px;
color: #fff;
}


.fade {
	position: absolute;
	top: 1px;
	left: 0px
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;

}



.fadedes {
	position: absolute;
	top: 1px;
	left: 21px;
	z-index: 999997;
}

.fadedes div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;

}




.fadecon {
	position: absolute;
	top: 1px;
	left: 59px;
	z-index: 999997;
}

.fadecon div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;

}




/*--Layers----------------------*/

#mainContainer	{	
	position:relative;
	width:1000px;
	min-height:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#333333;

}
#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: 1000px;
	height: 80px;
	background-color:#666666;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

