

body { 
	font-family: arial;
	font-size: 80%;
	color: #222;
	text-align:center;
	background:url(/p282/images/website/background.jpg) #EEF0ED no-repeat;
}

a {
	text-decoration: none;
	color: #EEE;
}

a:hover {
	text-decoration: none;
	color: #197B13;
}

#wrapper{
	width: 887px;
	float: left;
}

#header,#menu,#content,#sub-section,#footer {
	overflow:hidden;
	display:inline-block;
	text-align:left;

}

#header{
	height: 148px;
	text-align: right;
	padding: 0px;
	padding-top: 8px;
}

#footer{
	height: 10px;
	padding: 0px;
	
}

#menu{
	text-align: right;
	padding-right: 10px;
	float: right;
}

#menu table{
	float: right;
}

/* safari and opera need this */
#header,#menu,#footer {
	width:100%
}

#wrapper #content {
	padding: 20px;
	text-align: justify;
	padding-top: 120px;
	margin-left: 120px;
	float:left;
}

#content p {
	width:360px;
}

#content p a {
	color: #36788E;
	font-weight: bold;
}

#content p a:hover {
	color: #666;
	font-weight: bold;
}

#sub-section {
	width:35%;
	padding-top: 50px;
	float: right;

}

.services {
	margin-left: 50px;
}

.services .title_td {
	padding-bottom: 10px;
}

.services a {
	color: #36788E;
	font-size: 14px;
	font-weight: bold;
}

.services a:hover {
	color: #666;
}

.services strong {
	color: #666666;
	font-size: 22px;
}


#footer {
	clear:left;
	padding-top: 100px;
	text-align: left;
	padding-left: 35px;
}

#footer a {
	color: #BBB;
} 


