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

body
{background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-color:#3399cc;}

p {
	font-family:Verdana, Geneva, sans-serif; color: #000; font-size:16px; text-indent: 18px;
	margin: 10px;}
ul {
	font-family:Verdana, Geneva, sans-serif; color: #006; text-indent: 18px;
	margin: 10px;}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color: #006;
	font-style: italic;
	margin: 10px;}
	
h2 {
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	color: #006;
	margin: 8px;}
	
h3 {
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;	color: #006;
	margin: 10px;}
	
h4 {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	margin: 10px;}
	
a {color: #03f;}

a visited {color: #fff;}

.columnp {text-indent: 0px;}
.column1 { 
	width: 300px;
	background-position:center;
	background-color:#CCC;
	height: 320px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 22px;
	margin-bottom:6px;
	float: left;
	}
	
.column2 { 
	width:300px;
	background-position:center;
	background-color:#CCC;
	height: 320px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	float: left;

	}
.column3 { 
	width:300px;
	background-position:center;
	background-color:#CCC;
	height: 320px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	float: left;

	}


#header {
	width: 980px;
	height: 130px;
	margin: 0 auto;}
	
#header img {
	width: 980px;
	height: auto;
	margin: 0 auto;
	border:none;}
#wrap {
	margin: 0 auto;
	alignment-adjust:central;
	width: 980px;
	height: auto;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-radius-bottomright: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-moz-border-bottom-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	background-color:#FFF;
	border-style: inset;
	border-color: #999;
	-moz-box-shadow: 0px 0px 2px 2px #000;
	-webkit-box-shadow: 0px 0px 2px 2px #000;
	box-shadow: 0px 0px 2px 2px #000;

}

#services {
	margin-left: 20px;
	width: 800px;
}

#maincontent {
	width: 980px;
	margin: 0 auto;}
	


#form {margin-left: 50px;}

#footer {border-top:inset;}
}