@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:none;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #5B556C;
	background-image: url(../images_layout/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}
#fullContent H1, .mceContentBody H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: .05em;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#fullContent H2, .mceContentBody H2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E5550;
	margin: 0px 0px -10px;
	padding: 5px 0px 3px;
	color: #FFFFFF;
}

.mceContentBody {
	background: #000000;
	color: #FFFFFF;
	margin: 8px;
	padding: 8px;
}

#wrapper {
	padding: 0px 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 784px;
	margin-bottom: 0px;
	background-image: url(../images_layout/content_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	min-height:100%;
	height:auto;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

#outerLeftside {
	background-color: #FFFFFF;
	width: 12px;
	min-height:100%;
	height:auto;
	float: left;
}
#outerRightside {
	background-color: #FFFFFF;
	width: 12px;
	float: right;
	min-height:100%;
	height:auto;
}
#fullContent {
	width: 760px;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 12px;
	min-height:100%;
	height:auto;
	position: relative;
}

/**********************************/
/* MAIN MENU                      */
#mainmenu{
	width: 100%;
	background: url(../images_layout/mainmenu_background.gif) repeat-x;
	text-align: right;
	font-size: 0em;
}
#mainmenu ul{
	float: right;
	position: relative;
	z-index: 80;
}
#mainmenu ul li{
	display: inline;
}
#mainmenu ul li a, #mainmenu ul li span{
	float: left;
	padding: 0px 13px 0px 6px;
	background: url(../images_layout/mainmenu_divider.gif) top right no-repeat;
	height: 31px;
}
#mainmenu ul li span{ /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
}
#mainmenu ul li a#leftcorner{
	float: none;
	padding-left: 11px;
	padding-right: 0px;
	background: url(../images_layout/spacer_transparent.gif) no-repeat left top;
}
#mainmenu ul li a#rightcorner{
	padding-right: 11px;
	background: url(../images_layout/mainmenu_background.gif) top right no-repeat;
}

#mainmenu ul li a:hover{
}

#mainmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	font-size: 0em;
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/**********************************/

#leftsidePhoto {
	float: left;
	position: relative;
	z-index: 2;
	top: -31px;
}

/**********************************/
#content, #contentBackground {
	clear: both;
	margin-right: 26px;
	position: absolute;
	top: 178px;
	left: 195px;
}	
#content, .content, .mceContentBody {
	font-size: 12px;
	color: #FFFFFF;
	z-index: 4;
	padding: 0px 0px 0px 12px;
	width: 530px;
}
#contentBackground {
	width: 566px;
	z-index: 3;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background: #000;
	height: 350px;
}
#content P, .mceContentBody p {
	line-height: 1.5em;
}
#content A, .content A, .mceContentBody a {
	color: #DBAAA0;
	text-decoration: underline;
	font-weight: bold;
}
#content A:HOVER, .content A:HOVER, .mceContentBody a:hover {
	color: #FFD8D0;
	text-decoration: none;
}
#content P IMG, .content P IMG, .mceContentBody p img {
	padding-right: 12px;
	padding-left: 12px;
}
/**********************************/

/** FOOTER ************************/
#footer {
	font-size: 10px;
	color: #999999;
	bottom: 8px;
	text-align: right;
	margin: 0px;
	padding: 30px 0px 0px;
}
#footer A {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#footer A:HOVER {
	color: #CCCCCC;
	text-decoration: none;
}
/**********************************/

/***************************************/
#musicplayerOverlay {
	height: 17px;
	width: 100%;
	position: relative;
	z-index: 3;
	background-color: #000000;
	top: 250px;
}
#musicplayer {
	z-index: 2;
}
