/* CSS for WebIndustryJobs.com */


* {margin: 0; padding: 0; border: 0;}

body {
	margin: 0;
	padding: 0; 
	background: url("images/bg.gif") repeat-y top center;
	background-color: #005E20;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: small;
	}
	
	
	
/* Structure Divs */
	
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
	}

	
#header {
	width: 900px;
	margin: 0;
	padding: 0;
	}
	
#headernav {
	width: 880px;
	background: url("images/menu.jpg") no-repeat;
	height: 30px;
	margin: 0 auto 10px auto;
	padding: 0;
	}
	
#sidebar {
	width: 305px;
	float: right;
	margin: 0 5px 0 0;
	padding: 2px;
	}
	
#content {
	width: 550px;
	float: left;
	margin: 0 0 0 20px;
	background: url("images/content.jpg") no-repeat;
	text-align: justify;
	}
	
#footer {
	clear: both;
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 5px 0;
	color: #666666;
	background: #f7f7f7;
	}
	
	
	
/* Misc */
	
a {
	color: #0000ff;
  	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
img {
	border: 0;
	}

h1 {
	color: #000000;
	font-size: large;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 10px;
	}
	
h2 {
	font-size: small;
	margin: 0 0 .5em 0;
	font-weight: bold;
	padding: 5px;
	}
	
h3 {
	font-size: small;
	font-weight: bold;
	padding: 2px 0 0 6px;
	color: #ffffff;
	/*height: 25px;*/
	background: url("images/sidetitle.jpg") no-repeat;
	}
	
p {
	margin: 0 8px 11px 8px;
	font-size: medium;
	color: #000000;
	}
	
.center {
	text-align: center;
	}
	
.small {
	font-size: small;
	}





/*  Header */

#headernav ul {
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 2px 0;
	}
	
#headernav ul li {
	display: inline;
	margin: 0 25px;
	}
	
#headernav ul li a {
	text-decoration: none;
	color: #e3e3e3;
	font-size: medium;
	font-weight: bold;
	}
	
#headernav ul li a:hover{
	/*text-decoration: underline;*/
	color: #ffffff;
	}

div.banner {
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
	background: #f7f7f7;
	}
	
	
	
/* Content */


#content ul,
#content ol {
	font-size: medium;
	margin: 10px 30px;
	}

input, textarea, select {
	border: 1px solid #e3e3e3;
	}


	
/*  Sidebar */

ul.sidebarlist,
ul.sidebarlist ul {
	list-style-type: none;
	font-size: small;
	}

li.widget {
	margin: 0 auto 20px auto;
	}
	
li.widget ul {
	border: 1px solid #4B4B4B;
	margin: 0;
	padding: 5px;
	}
	
li.widget ul li,
li.widget ul li a {
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	color: #666666;
	}
	
li.widget ul li a:hover {
	color: #000000;
	}
	
	
	
	
/* Footer */

#footer p {
	font-size: small;
	}