body {
	margin: 0;
	padding: 0;
	background: url(images/bg_all.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
color: #000;
text-decoration:underline;
}

h1 {
font-size: 20px;
color: #F00;
}

.service {
font-size: 14px;
color: #F00;
font-weight: bold;
}

.email, .email a {
font-size: 14px;
color: #F00;
font-weight: bold;
}

.small {
font-size: 11px;
}

#wrapper {
	background: url(images/bg.jpg) repeat-x;
	min-height: 800px;
}

#container {
width: 802px;
margin: auto;
background:url(images/header.jpg) no-repeat;
padding: 170px 0 10px 13px;
}

#navigation {
font-weight: bold;
margin: auto;
width: 730px;
border-bottom:solid 1px #CCC;
padding-bottom: 10px;
}

#navigation li {
	list-style-type:none;
	display:inline;
	padding-right: 20px;
}

#navigation ul {
padding: 0;
margin: 0;
}

#content {
background-color: #ffffff;
margin-right: 13px;
padding: 0 30px 30px 30px;
line-height: 22px;
}

#footer {
margin: auto;
width: 790px;
color: #ffffff;
text-align:center;
padding-bottom: 20px;
}