/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Verdana,Tahoma;
	font-size: 10px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

.title { font-size: 18px; font-weight: bold; color: #8b7b6b; }
.titlered { font-size: 18px; font-weight: bold; color: #8b7b6b; }
.titlegrey { font-size: 18px; font-weight: bold; color: #d40039; }
.subtitle { font-size: 12px; font-weight: bold; color: #d40039; }

#menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#menu ul li {
 margin: 0;
 border-top: 1px solid #cccccc;
}

#menu ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 10px solid #d40039; 
 background-color: #8b7b6b;
 color: #fff;
 text-decoration: none;
 width: 100%;
}

html>body #menu ul li a {
 width: auto;
}

#menu ul li a:hover {
 border-left: 10px solid #8b7b6b;
 background-color: #d40039;
 color: #fff;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	border-right: solid 1px #cccccc;
	width: 750px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 150px;
	background-image: url(/images/banner1.jpg);
}

#leftcolumn {
	float: left;
	width: 150px;
	background-color: #8b7b6b;
}

#rightcolumn { 
	margin: 0;
	float: left;
	width: 450px;
	height: 1% ;
	border-left: solid 1px #cccccc;
}

#content
{
	padding: 10px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center ;
}

#footer {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
	background-color: #8b7b6b;
	margin-top: 0px;
	text-align: center;
}