/* CSS Document */

body {
	background-image:  url(../images/bg.gif); background-repeat:repeat;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}

body /* Internet Explorer */ 
{ 
text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

p, br, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:15pt;
	text-align:left;
}

#containerheader {
	background-color:#ffffff;
	width:100%;
	height:198px;
	padding:0px;
	margin:0px;
}

#header {
	width:880px;
	padding:0px;
	margin:0px;
}

#containerbody {
	width:100%;
	padding:0px;
	margin:0px;
}

#body {
	background-color:#ffffff;
	border:3px solid #E2E7A6;
	width:832px;
	padding:0px;
	margin-top:15px;
	text-align:left;
	padding:20px;
}

#mainnav {
	width:880px;
	padding:0px;
	margin:0px;
}

#content {
	width:830px;
	margin-top:20px;
	text-align:left;
}

.imgborder {
	border:3px solid #E2E7A6;
}

#containerfooter {
	width:100%;
	padding:0px;
	margin:0px;
}

#footer {
	width:880px;
	margin-top:15px;
	text-align:left;
}

.footer {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.clientname {
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#969F1A;
}

a.services:link {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#635F44;
	font-weight:lighter;
	text-decoration:none;
}
a.services:visited {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#635F44;
	font-weight:lighter;
	text-decoration:none;
}

a.body:link {
	color:#635F44;
}

a.body:visited {
	color:#635F44;
}

a:link {
	color:#C3D020;
	font-weight:bold;
}
a:visited {
	color:#C3D020;
	font-weight:bold;
}

ul {
	list-style-image:url(../images/asterik.jpg);
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#635F44;
	font-weight:lighter;
	line-height:17pt;
}

.textfield {
	width:325px;
	height:25px;
	border:1px solid #ccc;
	margin-left:12px;
}

.textarea {
	width:285px;
	height:75px;
	margin-left:12px;
}

.textarea-msg {
	width:325px;
	height:90px;
	margin-left:12px;
	border:1px solid #ccc;
}