body {
	margin: 0;
	padding: 0;
	background: #fff url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #016db6;
}

h1 {font-size: 16px;}
h2 {font-size: 18px;}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

a {
	color: #016db6;
}

a:hover {
	text-decoration: none;
}

/* Header */


#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	top: 0px;
	background-image:url(images/img02.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#headerteam {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	top: 0px;
	background-image:url(images/bteam.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#headerserv {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	top: 0px;
	background-image:url(images/bserv.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#headercontact {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	top: 0px;
	background-image:url(images/bcontact.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#backgroundHeader {
	position:absolute;
	background-color:#FFF;
	width: 50%;
	height: 180px;
	top: 0px;
	margin: 0px;
	z-index:-99;
}

.spacer{
margin:0px;
padding:0px;
border-style:none;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background-image: url(images/img03.gif); 
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color:#CCC;
}

#menu .selected a {
	color: #FFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	padding: 20px;
	background: #fff url(images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

div.hr {
	height: 2px;
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}
div.hr hr {
  display: none;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

#license {
	clear: both;
	text-align:center;
	padding-top:60px;
}

/* Footer */

#footer {
	text-align: center;
	color: #999;
	height: 40px;
	padding-top: 5px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

