html, body {
	background-color:#3f3f3f;
	font-family:Arial,Helvetica,sans-serif;
	margin:0 0 20px;
	padding:0;
}

img {
	border:none;
}

.copyrightText {
	font-size:8pt;
	font-family:Arial,Helvetica,sans-serif;
	color:#DDDDDD;
}

.copyrightText a {
	font-size:8pt;
	font-family:Arial,Helvetica,sans-serif;
	color:#DDDDDD;
	text-decoration:none;
}

.copyrightText a:hover {
	font-size:8pt;
	font-family:Arial,Helvetica,sans-serif;
	color:#CD7219;
	text-decoration:none;
}

.breaker {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.totalright {
	bottom:0px;
	float:right;
	right:0px;
}

.chair .totalright {
	bottom:-12px;
	float:right;
	position:relative;
	right:0px;
}

#pagewrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#content {
	background-image:url(images/main_bg.png);
	background-color:#FFFFFF;
}

#contentfooter {
	background-attachment:scroll;
	background-image:url(images/main_base.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#contentfooter div {
	top: 30px;
	position: relative;
	width: 960px;
	text-align: center;
}

#modulecolumn {
	float:right;
	width:240px;
	position:relative;
	right:1px;
}

#contentcolumn {
	float:left;
	width:710px;
}

#loginbox {
	background-image:url(images/main_top.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	float:right;
	height:50px;
	position:relative;
	top:10px;
	width:660px;
}

#mainmenu {
	text-align:center;
	background-color:#333333;
	float:left;
	margin-left:1px;
	width:694px;
	padding:10px
}

#mainmenu a {
	color:#CCCCCC;
	font-size:10pt;
	text-decoration:none;
	padding:20px;
}

#mainmenu a:hover {
	color:#79BD4A;
	text-decoration:underline;
}

#mainmenu a.selected {
	color:#79BD4A;
	text-decoration:none;
}

.main_logo {
background-color:#E1E1E1;
background-image:url(images/main_logo.png);
background-position:10px 50%;
background-repeat:no-repeat;
border-bottom:1px solid black;
float:left;
height:60px;
margin-left:1px;
width:714px;
}

/** TODAYS CHAIR 2d_chair */

a.module_2dchair {
	color:#CD7219;
	font-size:9pt;
	font-weight:600;
	text-decoration:none;
}

p.module_2dchair_info img {
	border: 1px solid #79BD4A;
	float:right;
	margin-left: 6px;
}

a.module_2dchair:hover {
	color:#79BD4A;
	text-decoration:underline;
}

a.module_2dinfo {
	background-image:url(images/arrow_right.png);
	background-position:right center;
	background-repeat:no-repeat;
	color:#5D5D63;
	font-size:7pt;
	padding-right:12px;
	text-decoration:none;
}

a.module_2dinfo:hover {
	color:#CD7219;
	text-decoration:underline;
}

/** TOP CHAIRS topchairs */

.module_topchairs .chair {
	border-bottom: 1px solid #CCCCCC;;
	clear:both;
	height:60px;
}

.module_topchairs .chair_last {
	border-bottom: none;
	clear:both;
	height:60px;
}

.module_topchairs .chair div {
	left: 15px;
	float:right;
	position: relative;
	top: 14px;
	width:175px;
}

.module_topchairs .chair div a.clink {
	color:#888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:600;
	text-decoration:none;
}

.module_topchairs .chair div a.clink:hover {
	color:#CD7219;
	text-decoration:underline;
}

.module_topchairs .chair div img {
	position: relative;
	top: 4px;
}

.module_topchairs .chair img.chairpic {
	border: none;
	float:left;
	height:40px;
	left: 10px;
	margin-right: 6px;
	margin-top: 4px;
	position:relative;
	width:40px;
	top:8px;
}

/** MODULE TYPE SETTINGS */

.module_common {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	border-bottom:1px solid #999999;
}

.module_right {
	background-repeat:no-repeat;
	width: 235px;
}

.module_right_top {

}

.module_right_intercap {

}

.module_right_inter {

	clear: both;
	height:25px;
	width: 235px;
}

.module_right_bottom {
	clear: both;
	height:23px;
	width: 235px;

}

.module_left {
	background-repeat:no-repeat;
	width: 245px;
}

.module_left_top {
	background-image:url(images/modules/module_left_top.png);
}

.module_left_intercap {
	background-image:url(images/modules/module_left_intercap.png);
}

.module_left_inter {
	background-image:url(images/modules/module_left_inter.png);
	background-repeat:no-repeat;
	clear: both;
	height:25px;
	width: 245px;
}

.module_left_bottom {
	background-image:url(images/modules/module_left_bottom.png);
	background-repeat:no-repeat;
	clear: both;
	height:23px;
	width: 245px;

}

.moduleTitle {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:600;
}

.module_left .moduleTitle {
	margin-left:5px;
	padding-top:5px;
	text-align: left;
}

.module_right .moduleTitle {
	margin-right:5px;
	padding-top:5px;
	text-align: center;
}

.moduleTitle .large {
	color:#000000;
	font-size:11pt;
}

.moduleTitleDetails {
	color:#444444;
	text-align:justify;
	width: 230px;
}