/* CSS Template, Softrade Ltd.,  Created by ivuWorks.com */

/*################## STRUCTURE ##################*/
body {
	border: 0;	
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background: url(../i/bodyback.png) repeat-x left -0px;
	background-color: #663016;
} 
#links {
	width: 800px; height: 25px;
	font: bold 9px Verdana;
	color: #ffffff;
}
#links a {
	font: bold 9px Verdana;
	color: #ffffff;
	text-decoration: none;
}
#header {
	width: 800px; height: 150px;
	background: url(../i/headback.gif) no-repeat top;
	text-align: center;
}
#header img {
	border:0; /*because of the small buttons*/
}
#menu {
	margin: 5px 0;
	width: 800px; height: 40px;
	background: url(../i/menuback.jpg) no-repeat top;
}
td.item {
	width: 120px;
	text-align: center;
}
td.selected {
	width: 120px;
	text-align: center;
}
td.separator{
	width: 4px; height: 40px; 
	text-align: center;
	background: url(../i/separator.gif) no-repeat top;
}
#content { 
	background-color: #F5EDC9; 
	border: 1px solid #ce8454;
}
#footer {
	margin: 5px;
	width: 800px; height:20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px;
	font-weight: bold;
	color: #ae0000;
}
p {
	margin: 10px; padding-left: 10px;
}
/*################## TEXT STYLES ##################*/
body, #content, p {	
	font: normal 11px Arial;
	color:#000000;
}
#footer {	
	font: normal 9px Verdana;
	color:#ffffff;
}
td.selected {
	font: bold 9px Verdana;
	color: #ae0000;
	text-decoration: none;
}

/*################## LINK STYLES ##################*/
#content a {
	font-weight: bold;
	color: #ef6500;
	text-decoration: none;
}
td.item a {
	font: bold 9px Verdana;
	color: #ffffff;
	text-decoration: none;
}
#footer a {
	text-decoration: underline;
	color:#ffffff;
}
.cockTitle {
	margin:  5px 0 0 0; padding: 0;
	font: bold 12px Verdana;
	color: #cc0000;
	line-height: 1;
	border: 0;
}

