@charset "utf-8";
/* CSS Document */

/* Global reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	overflow:hidden;
}
body {
	line-height: 1;
	overflow-y:hidden;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

/* ---/Global reset/---*/

body {
	background-color:#5F4C3D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#413327;
	height: 100%;
}

h4 {
	margin-bottom:8px;
}



div#bodyWrapper {

}
div#bodyTop {
	height:600px;
	background-color:#D6CFC0;
	
}

div#topLeft {
	width:440px;
	height:600px;
	background-image:url(../img/bg_left.jpg);
	float:left;
}

div#mocLogoFrame {
	height:199px;
	width:265px;
	background-image:url(../img/moc_logo.png);
	position:absolute;
	z-index:20;
	left: 130px;
	top: 7px;
}

div#mocMenuFrame {
	position:absolute;
	left:281px;
	width:121px;
	padding:2px;
	top: 230px;
}
div#topRight {
	float:left;
}

div#bodyFrame {
	float:left;
	width:676px;
	height:575px;
	background-color:#5F4C3D;
}
div#bodyFrameOverlay {
	width:676px;
	height:575px;
	float:left;
	z-index:999;
	background-image:url(../img/frameOverlay.png);
	position:absolute;
}
			 
div#dwnForMaintinence {
	margin-top:300px;
	font-size:18px;
}

div#bodyBottom {
	
	
}

div#bottomPannel {
	margin-left:300px;
	width:737px;
	height:221px;
	padding:4px;
	margin-top:10px;
	background-image:url(../img/sponsorsArea.png);
}

#sponsorMsg {
	height:24px;
	margin-bottom:4px;
}



div.scrollFrame {
	width:533px;
	height:117px;
	margin-left:118px;
	margin-top:52px;
	border-top:solid 1px #AA9B7D;
	border-bottom:solid 1px #AA9B7D;
	overflow:hidden;
}

.sponsorPannel {
	height:111px;
	width:526px;
	margin-left:2px;
	margin-top:2px;
}
	

/* Buttons */

.linkCell {
	margin-top:24px;
	margin-left:4px;
}

a {
	text-decoration:none;
	color:#5F4C3B;
	font-weight:bold;
}
a:hover {
	background-color:#5F4C3B;
	color:#D6CFC0;
}

a.active {
	text-decoration:underline;
}
div#btn_gallery {height:51px; width:119px; background-image:url(../img/btn_gallery_hover.png);}

.thickbox {
	color:#FFF;
}
/* Pannels */

div#homeBanner {
	width:401px;
	height:427px;
	background-image:url(../img/moc_home.png);
	margin:auto;
	margin-top:40px;
}

div#pannel_event {
	background-image:url(../img/slide_bg_event.png);
}

div#pannel_nominations {
	background-image:url(../img/slide_bg_nominations.png);
}

div#pannel_event {
	background-image:url(../img/slide_bg_event.png);
}

div#pannel_contact {
	background-image:url(../img/slide_bg_contact.png);
}
