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

body {
	background-color:#fcee84;
}

#header {
	width:1024px;
	height:82px;
	background-color:#fcee84;
	margin:auto;
	margin-top:0px;
}

#mediaplayer{
	width:113px;
	height:82px;
	float:left;
}

#title {
	width:911px;
	height:82px;
	float:right;
}

	
#main {
	width:1024px;
	height:738px;
	margin:auto;
	margin-top:0px;
	background-image:url(images/main_bg.jpg);
}

#email {
	font-size:.55em; 
	border-width:1px;
	border-style:solid;
	border-color:#381e02;
	color:#381e02;
	margin:0px;
	height:13px;
	width:210px;
}


#navi {
	width:1024px;
	height:27px;
	background-color:#fcee84;
	margin:auto;
	margin-top:0px;
}

#footer {
	width:1024px;
	height:50px;
	background-color:#fcee84;
	margin:auto;
	margin-top:0px;
}

#socialicons {
	width:205;
	height:30px;
	float:right;
	margin-top:-20px;
	margin-bottom:10px;
}

p {
	color:#381e02;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
}


a:link, a:visited, a:active {
	color:#381e02;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-decoration:none;
}

a:hover {
	color:#381e02;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-decoration:underline;
}


/*-- LIGHTBOX CSS*/


#lightbox{
	display:none;
	position: absolute;
	top:20%;
	left:50%;
	z-index:9999;
	width:400px;
	height:600px;
	margin:-220px 0 0 -250px;
	border:1px solid #fcee84;
	background:#fcee84;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
