body {
		color: #333;
}

div.mainbg {
	background: #fff;
	border-left: 1px solid #4e2f5d;
	border-right: 1px solid #4e2f5d;
	/*border-bottom: 1px solid #4e2f5d;*/
}

#mainbg {
	height: 100%;
}

.main {
	background: #fff;
}

#middle {
	/*border-left: 1px solid #c6b15b;*/

	/*background: #ebe5b6;*/
}

#side {
color: #FFF;
	/*background-color: #c6b15b;
	border-left: 1px solid #c6b15b;*/
}

div.hilight {
	border-bottom: 1px solid #e2e2e2;
	background-color: #303030;
}

div.mainbody {
	background: #fff;
	border-top: 1px solid #fff;
}

#surround {
	border-top: 1px solid #c6b15b;
	width: 442px;
	float: left;
}
#surround .moduletable {
	padding-right: 20px;
}


#surround2 {
	border-top: 1px solid #c6b15b;
	width: 643px;
	float: left;
}
#surround2 .moduletable {
	padding-right: 20px;
}

div.block.bottom {
	/*border-top: 1px solid #fff;*/
	width: 442px;
}


div.block.bottom2 {
	/*border-top: 1px solid #fff;*/
	width: 644px;
}

/*div.block {
	border-top: 1px solid #fff;
}*/

div.block.dark {
	/*background: #c6b15b;*/
}

/*div.block.normal {
	border-bottom: 1px solid #e2e2e2;
}*/

div.moduletable img {max-width: 100%;
}

div.moduletable a {
color: #aa450c;
}

div.moduletable a:hover {
color: #71080b;
}

div.block .moduletable {
	/*border: 1px solid #e2e2e2;*/	
}

div.block .moduletable h3 {
	background: url(../images/bullet1.png) no-repeat 0;
line-height: 26px;
color: #FFF;
margin-top: -10px;
}

div.dark .moduletable,
div.dark .moduletable-flush {
	color: #4b2857;
}

div.dark .moduletable h3,
div.dark .moduletable-flush h3 {
	background: url(../images/bullet1.png) no-repeat 0;
	color: #000;
line-height: 26px;
margin-top: -10px;
}

div.light .moduletable h3 {
	background: url(../images/bullet3.png) no-repeat 0;
	color: #000;
line-height: 26px;
margin-top: -10px;
}

div.light .moduletable,
div.light .moduletable-flush {
color: #000;
background-color: #ebe5b6;
}

div.moduletable-flush h3 {
	background: url(../images/bullet5.png) no-repeat 0;
line-height: 26px;
color: #000;
}

ul.sidenav li {
	border-bottom: 1px solid #4e2f5d;
}

ul.sidenav li a {
	color: #ddd;
}

ul.sidenav a:hover {
 color: #fff;
}

ul.sidenav li.active_menu a:link, 
ul.sidenav li.active_menu a:visited  {
	color: #f0b10b;
}

td.sectiontableheader {
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

tr.sectiontableentry1 td, 
tr.sectiontableentry2 td {
  border-bottom: 1px solid #f0f0f0;
}

td.sectiontableentry1, 
td.sectiontableentry2{
  border-bottom: 1px solid #f0f0f0;
}

div#footer {
	/*border: 2px solid #333;*/
	background: #333;
	text-align: left;
}
div#footer a:link {
	color: #929292;
}

#rocket {
	background: url(../images/body/grey/rocket.png) no-repeat;
}

.css_button {
	background: url(../images/body/grey/w3c_css.png);
}

.xhtml_button {
	background: url(../images/body/grey/w3c_xhtml.png);
}