/* Wilskills CSS */

body {
	background: #E8E8CD;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5 5 0 0;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-weight: bold;
}

a, a:link, a:visited, a:active, a:hover
{
	font-weight: normal;
	color: #004837;
	text-decoration: none;
	font-size: 11px;
}

/* Banner */

#top_pic {
	background: repeat scroll 0 0 #E8E8CD;
	border:0px;
	padding:0px;
	height:60px;
	margin:0px auto;
	width:782px;
}

#top_pic img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

/* Top Bar */

#top_bar {
	background:none repeat scroll 0 0 #004837;
	border:1px solid #000000;
	height:18px;
	margin:1px auto;
	width:782px;
	line-height: 0;
	color: #E8E8CD;
}

#top_bar p {
	margin: 10px 0 0 4px;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

/* Top Menu */

#top_menu {
	background:none repeat scroll 0 0 #8D5A00;
	border:1px solid #000000;
	height:15px;
	margin:1px auto;
	width:782px;
	text-align: center;
	line-height: 0;
}
        
#top_menu ul {
	list-style-type: none;
	margin: 7px auto 0 auto;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

#top_menu li {
	display: inline;
	margin: 0 auto 0 auto;
	padding: 0 12px 0 12px;
	border: 0 0 0 0;
}

#top_menu a, #top_menu a:link, #top_menu a:visited, #top_menu a:active, #top_menu a:hover, #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	font-weight: normal;
	color: #E8E8CD;
	text-decoration: none;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

#top_menu p { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

/* My Actual Content */
#page { 
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px auto;
	margin-bottom: 1px auto;
	background: #E8E8CD;
	padding-top: 1px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: none;
}

#left {
	float: left;
	width:168px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom auto;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#right {
	float: right;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: auto;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#left a, #left a:hover, #left a:active, #left a:visited {
	font-size: 14px;
}

#left ul {
	list-style-type: none;
}

#page p, #page form, #page img, #page h1 {
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

/* Footer */

#footer { 
	background:none repeat scroll 0 0 #8D5A00;
	border:1px solid #000000;
	height:15px;
	margin:1px auto;
	width:782px;
	color: #E8E8CD;
	line-height: 0;
}
          
#footer p {
	margin: 7px 4px 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

