/* proof.exhibitquest.com - Admin */

html, body {
	background: #8267AE;
    font: 8pt/11pt tahoma;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

a:link, a:visited  { color: #ffffff; text-decoration: none; }
a:hover, a:active { color: #ffcc33; text-decoration: none; }

img { border: none; }
.imgLogo { float: left; }
.imgHeader { padding-top: 100px; padding-left: 20px; }
.imgRotate { float: right; padding-bottom: 24px; }

.employees { color:#ffcc33; font-weight: bold; text-decoration: none; font: 9pt tahoma; }

#mainWrapper {
    background: #67379a;
	margin: 0 auto;
    position: relative;
    width: 980px;
    height: 100%;
}

#headerContainer {
	background: #67379a url(../../images/header_bg.jpg) top right no-repeat;
    width: 980px;
    height: 124px;
}
	
/* Start Main Content */
#bodyContainer {
	background: #67379a url(../../images/menu/bg_menu.jpg) top left repeat-y;
	width: 980px;
	height: 100%;
	margin: 0 auto;
	min-height: 650px;
}

#leftContainer {
	background: #67379a url(../../images/menu/bg_menu.jpg) top left repeat-y;
	float: left;
	width: 362px;
	height: 100%
}

#contentAlignment {
	padding-top: 24px;
	padding-left: 360px;
}

.contentSubHeader {
	color:#ffcc33;
	font: 10pt tahoma;
	font-weight: bold;
	padding-left: 25px;
	width: 575px;
}

.contentText {
	font: 10pt tahoma;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 570px;
}

a#textlink {
	color: #ef3f35;
	font-weight: bold;
	text-decoration: none; 
}


