div {
	display:block;
	font-family: arial,helvetica,sans-serif;
	font-weight:normal;
}
#wrapper {
	position:absolute;
	width:900px;
	margin-left:-450px;
	left:50%;
	top:auto;
	bottom:auto;
	text-align:left;
	background-color:rgb(50,100,200);
}

/**** INDEX ****/
#base01 {
	position:absolute;
	width:874px;
	height:465px;
	left:0px;
 		top:114px;
	padding-left:13px;
	padding-right:13px;
	padding-top:30px;
	background-color:transparent;
	color:rgb(242,242,242);
	text-align:right;
	background-image:url('../images/logos/index3.gif');
}
#mainpic {
	position:absolute;
	width:695px;
	height:385px;
	left:13px;
	top:127px;
	background-color:rgb(255,0,0);
	color:rgb(0,0,0);
}
#mainright {
	position:absolute;
	width:155px;
	height:465px;
	left:695px;
	top:114px;
	padding-left:37px;
	padding-right:13px;
	padding-top:30px;
	background-color:transparent;
	color:rgb(51,51,102);
	text-align:right;
	font-size:20px;
	font-weight:bold;
}
#rightbar {
	position:absolute;
	width:161px;
	height:308px;
	left:723px;
	top:263px;
	padding-right:13px;
	background-color:rgb(51,51,102);
	color:rgb(255,255,255);
}
#righttop {
	position:absolute;
	width:161px;
	height:292px;
	left:723px;
	top:271px;
	padding-right:13px;
	background-color:rgb(242,242,242);
	color:rgb(51,51,102);
	font-size:14px;
	overflow:none;
}
#news {
	position:absolute;
	width:695px;
	left:13px;
	top:527px;
	background-color:transparent;
	color:rgb(51,51,102);
	font-size:11px;
	overflow:none;
}
#privacy {
	position:absolute;
	width:165px;
	height:20px;
	left:720px;
	top:580px;
	padding-left:10px;
	padding-right:10px;
	background-color:none;
	color:rgb(0,124,195);
	overflow:none;
	text-align:center;
	font:10px verdana;
	font-weight:normal;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
position:absolute;
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
top:30px;
left:568px;
}

a.facbutton{
	background: transparent url('../images/buttonl.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 13px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 21px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	text-align:center;
}
a:link.facbutton, a:visited.facbutton, a:active.facbutton{
color:rgb(10,10,10); /*button text color*/
}
a.facbutton span{
background: transparent url('../images/buttonc.gif') repeat top right;
display: block;
padding: 4px 8px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
width:120px;
}
a.facbutton:hover{ /* Hover state CSS */
background: transparent url('../images/buttonsl.gif') no-repeat bottom left;
color:rgb(255,255,255);
}
a.facbutton:hover span{ /* Hover state CSS */
background: transparent url('../images/buttonsc.gif') no-repeat bottom right;
}

a {text-decoration: none;}
a:link {color: rgb(255,255,255);}
a:visited {color: rgb(255,255,255);}
a:active {color: rgb(255,255,255);}
a:hover {color:rgb(255,153,51);}

a.footer:link {color: rgb(222,0,0);}
a.footer:visited {color: rgb(222,0,0);}
a.footer:active {color: rgb(222,0,0);}
a.footer:hover {color:rgb(255,153,51);}

a.more:link {color: rgb(0,124,195);}
a.more:visited {color: rgb(0,124,195);}
a.more:active {color: rgb(0,124,195);}
a.more:hover {color:rgb(255,153,51);}
