/* Wave RI, www.waveri.com */
html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: auto;
	background: #3c6e9d; 
	}

p { 
	font-family: Georgia, Arial, Tahoma, Verdana; 
	}
	
#footer p{ 
	font-size:9pt;
	text-align:center;
	color:#3c6e9d/*092193*/;
	margin-top:0px;
	}
	
#nav p {
	font-size:12pt;
	display:inline;
}

#client p {
	display:inline;
	text-align:right;
}

#content p
{
margin: 0px 200px 0px 200px;
font-size:10pt;
width:600px;
padding-top:20px;
padding-bottom:110px;
}

#nav a{
	font-size:12pt;
	text-decoration: none;
	font-face: arial, verdana;
	font-weight:strong;
	color:#092193;
}

#nav a:hover { 
	text-decoration: underline;
	color:#092193; 
	}


img {
	border: 0px;
	}
	
#content img{
	padding-left:20px;
	}

h2 {
	padding-top:40px;
    margin: 0px 200px 0px 200px;
	font-size:14pt;
	font-weight:200;
}

h1 { 
	margin: 0px 200px 0px 200px;
	text-align:right;
	font-size: 18pt;
}

h3 {
	color:#e8d39c;
	font-size:9px;
	margin: 0px 200px 0px 200px;
}

a:link { 
	text-decoration: underline;
	color: #3c6e9d; 
	}
a:visited { 
	text-decoration: underline;
	color: #3c6e9d; 
	}
a:hover { 
	text-decoration: none; 
	color: #092193;
	}

li {
	font-size:12px;
	padding-left:20px;
}

/* specific divs */

#logo {
	margin: auto;
	border: 0;
}

#container {
	margin:auto;
	width:1000px;
}

#content {
    background-image:url('images/bg.png');
	width:1000px;
	min-height:300px;
	
}

#contact {
    background-image:url('images/contactbg1.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:91px;
	font-size:14px;
	width:806px;
	height:400px;
}


#nav {
	background-image:url('images/bg.png');
	float:left;	
	text-align:center;
	width:1000px;
	}
	


#footer {
    background-image:url('images/footer.png');
	width:1000px;
	height:70px;
	align:center; 
	}
