/* Theme name: DEXESSUS
Color scheme: Gray and green 
Author: Kosyak
Creation date: March 2010 */

/* Begin main structure */
body {
    background: url(../images/back.gif) repeat-x fixed left top;
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	overflow: hidden;
	background: url(../images/page.gif) repeat-y;
	margin: 0px auto;
	padding: 0;
	width: 828px;
	min-height: 450px;
	/* max-height: 800px; */
	}

#head {
	margin: 0;
	padding: 0;
	height: 260px;
	width: 828px;
	}  

#leftcolumn {
	background: url(../images/left.gif) repeat-y;
	overflow: hidden;
	float: left;
	padding: 0 0px 0px 30px;
	margin: 0px;
	width: 200px;
	/* max-height: 450px; */
	/* height: 450px; */
	}
	
#content {
	overflow: hidden;
	background: url(../images/right.gif) repeat-y;
	margin-left: 242px;
	padding: 0 40 0 0px;
	width: 586px;
	}
	
#footer {
	background: url(../images/footer.gif) no-repeat;
	padding: 0;
	margin: 0 auto;
	width: 828px;
	height: 54px;
	clear: both;
	}

/* End main structure */

/* Begin text style */
a {
font-size: 9pt;
color: #0033cc;
}

a:hover {
color:#0066cc;
}

.componentheading {
color: #FFFFFF;
font-size: 10pt;
}

.heading {
color: #E0E0E0;
font-size: 12pt;
}

p {
font-family: Tahoma;
color: white;
font-size: 8pt;
}
