@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #252525;
}
body {
background:url(../images/background.jpg) repeat-x;
	background-color: #0b095c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:16px;
}
#wrapper {
width:780px;
margin:auto;
}
#header {
background-image:url(../images/header.jpg);
height:222px;
}
#nav ul{
display:block;
padding:0;
margin:0;
}
#nav li {
display:inline;
float:left;
}
#nav li#home {
width: 124px;
height:60px;
}
#nav li#services {
width:140px;
height:60px;
}
#nav li#tips {
height:60px;
width:168px;
}
#nav li#test {
height:60px;
width:174px;
}
#nav li#contact {
height:60px;
width:174px;
}

#content {
background-color:#FFFFFF;
width:780px;
float:left;
}
#contenttext {
padding:10px;
}


#footer {
clear:both;
height:86px;
background:url(../images/footer.jpg);
}
#footertext {
padding-top:14px;
text-align:center;
color:#FFFFFF;
}
#footertext a {
color:#FFFFFF;
text-decoration:none;
}
#footertext a:hover {
color:#ecef01;
}

.title {
color:#cb350b;
font-weight:bold;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.subtitle {
color:#cb350b;
font-size:14px;
font-weight:bold;
}