html, body{
        padding: 0px;
        margin: 0px;
		background:#ffc523 url(../img/bg_body.jpg) top left no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

a img {
border:none;
}

h1 {
font-weight:normal;
}

#header {
width:100%;
height:100px;
margin:40px 0 0 0;
background-color:#bdc6e7;
}

#header img {
float:left;
}


#header ul {
float:left;
margin:80px 0 0 75px;
text-indent:0;
}


#header ul li {
display:inline;
color:#454c64;
padding:0;
margin:0;
}

#header ul li a {
padding:5px;
color:#454c64;
text-decoration:none;
}

#header ul li a:hover {
text-decoration:underline;
}



#stage {
width:600px;
margin:0 auto;
}

#stage p {
line-height:160%;
color:black;
font-weight:normal;
}

#footer {
width:600px;
margin:40px auto 50px auto;
text-align:center;
}

#footer p {
color:#666;
font-size:10px;
font-weight:normal;
}


#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #f5b405;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
	z-index:-10000;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}



a.altlink:link {
	color: #FFFFFF;
	z-index:-10000;
}

a.altlink:visited {
	color: #DDDDDD;
	z-index:-10000;
}

a.altlink:hover{
	color: #FFFFFF;
	z-index:-10000;
}

.side-menu {
position:absolute;
top:0;
left:0;
float:left;
z-index:1000;

}
  a.contact_link,  a.home_link {
display: block;
padding: 5px;
text-decoration: none;
color: #f0b004;
border: 1px solid #333;
float:left;
margin-right:10px;
margin-top:7px;
}

a.contact_link {
top:400px;

}
a.home_link {
top:350px;

}



a.contact_link:hover, a.home_link:hover {

color: #333;
background: #f0b004;
}

ul.contact {
padding:10px 0 0 0;
margin:0;
text-indent:0;
width:600px;
height:180px;
border-top:1px solid #454c64;
border-bottom:1px solid #454c64;
}

ul.contact li {
display:inline;
float:left;
width:185px;
height:100px;
margin:0 5px;
}



ul.contact li h2 {
margin: 0;
padding:0 0 5px 0;
color:#e4e9f9;
}

ul.contact li h3 {
margin: 0;
padding:0;
color:#222738;
}


ul.contact li h3 a {
font-size:14px;
color:#454c64;
}

