/* WildBoys stylesheet */


/* general  font */

body 
{
	font-family: Verdana, Arial, Helvetica, Geneva, san-serif; 
	background-color: #2D283B;
	font-size: 80%;} 

/*link colours*/

a.one:link { color: #FFFFFF; text-decoration: underline; font-weight: normal;}
a.one:visited { color: #999999; text-decoration: underline; font-weight: normal;}
a.one:active { color:#CC9900; text-decoration: underline; font-weight: normal;}
a.one:hover { color:#CC9900; text-decoration: underline; font-weight: normal;}
 

a:link { color: #2D283B; text-decoration: underline; font-weight: bold;} 
a:visited { color: #2D283B; text-decoration: underline; font-weight: bold;} 
a:active { color:#CC9900; text-decoration: underline; font-weight: bold;} 
a:hover { color:#CC9900; text-decoration: underline; font-weight: bold;}




#container
{
	width: 699px;
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
	display: block;
}

#nav1
{
	font-size: 100%;
	margin: 2px;
	border-bottom: 1px solid #999999;
	padding: 0.2em 0.2em 0.5em 0.2em;
}

#content
{
	background-color: #E2E2E4;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	padding-right: 0;
	
	
}

div#left 
{
 	float: left;
 	width: 14.3em;
	background-color: #2D283B;
 	padding: 0;
 	margin: 0;
	border: 1px solid #605B6E;
 	font-size: 80%; 
 	/* border-right: 1px solid #E9E9E9; */
}


div#right 
{
 	float: right;
 	padding: 0;
 	margin: 0;
 	font-size: 80%;
 	/* border-left: 1px solid #E9E9E9;  */
}




#footer
{
	border-top: 1px solid #999999;
}


/* font sizes */ 

h1
{	font-size: 180%; 
	font-weight: bold; color: #2D283B;
	margin-top: 0;
} 

h2
{
	font-size: 140%; 
	font-weight: bold; 
	color: #999999;
	border-bottom: 1px dashed #999999;
} 

h3
{
	font-size: 130%; 
	font-weight: bold; 
	color: #2D283B; 
	margin: 0px;

} 

h4
{
	font-size: 80%; 
	font-weight: bold; 
	color: #423E50;
} 

h5
{
	font-size: 70%; 
	font-weight: bold; 
	color: #423E50;
} 

h6
{
	font-size: 70%; 
	font-weight: normal; 
	color: #423E50;
} 

p	
{
	font-size: 100%; 
	font-weight: normal; 
	color: #423E50; 
} 



ol
{
	list-style-type: square; 
	color: #423E50
} 

ul
{
	list-style-type: square; 
	color: #423E50
} 

li
{
	font-size: 90%
}

hr
{
	height: 1px; 
	line-height: 1px; color: #CCCCCC;
} 


.light-heading
{
	color: #73717D;
	font-size: 120%; 
	font-weight: bold;
}

.light-text
{
	color: #73717D;
	font-size: 100%; 
	font-weight: bold;
}

img.border {
 padding: 1px;
 border: 1px solid #2D283B;
	display: block;
}

table th, table td
{
	font-size: 80%; 
	font-weight: normal; 
	color: #423E50; 
} 

.red
{
	color: #CC0000;
}

