/* HomeWorkerZ CSS */

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img12.jpg) repeat top left;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #AAFF00;
}


p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}


a {
	color: #AAFF00;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#wrapper {
	background: url(images/img14.jpg) no-repeat center top;
}

#header {
	width: 900px;
	height: 128px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 3.6em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #AAFF00;
	font-weight: bold;
}

/* Menu */
* { 
  margin:0; 
  padding:0; 
  font-family:"Deja-Vu-Sans", Arial, Helvetica, sans-serif; 
}
div.menucontainer { 
  display:inline;
  float:left;
  margin-left:180px;
  margin-top:70px;
}
ul.nav { 
  list-style:none;  
  overflow:hidden;  
}
ul.nav li { 
  float:left;
  height:39px;
  
  padding:0 5px;  
}
ul.nav li.first { 
  -moz-border-radius-topleft:9px; 
  -webkit-border-top-left-radius:9px; 
  -moz-border-radius-bottomleft:9px; 
  -webkit-border-bottom-left-radius:9px;
}
ul.nav li.last { 
  -moz-border-radius-topright:9px; 
  -webkit-border-top-right-radius:9px; 
  -moz-border-radius-bottomright:9px; 
  -webkit-border-bottom-right-radius:9px;
}

ul.nav li a {
  padding:8px 20px;  
  color:#FFF;
  font-size:14px;
  font-weight:bold;
  display:block;
  text-decoration:none;
  z-index:100;
  position:relative;
}
ul.nav li.ybg { 
  background-color:#FB0; 
  position:absolute; 
  z-index:50; 
  left:165px;
  width:3px;
  height:4px;
  margin-top:6px;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}


/* Content */

#content {
	float: left;
	width: 430px;
}


/* Footer */

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

