@charset "utf-8";
/* CSS Document */

body{
	color:#333;
	background-color:#fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper{
	width:736px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3a7ddb;
	border-bottom-color: #3a7ddb;
	border-left-color: #3a7ddb;	
}

#content{
	background-color: #FFF;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
	background-position: top;		
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	line-height:22px;
	min-height:350px;
}

#footer{
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	text-align:center;
	padding:15px;
	color:#fff;
	font-size:10px;
}
#footer a:link{
	color:#FFF;
	text-decoration:none;
}
#footer a:active{
	color:#FFF;
	text-decoration:none;
}
#footer a:visited{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}



#div1{
	width:380px;
	float:left;
	text-align:justify;
}

#div2{
	width:270px;
	float:right;
	text-align:justify;
}
 ul{
list-style-image: url(images/bullet.gif);
padding-left:10px;
}

h1{
	margin:0px;
	color:#68c900;
	font-size:16px;
	padding-bottom:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #68c900;
}

a:link{
	color:#68c900;
	text-decoration:none;
}
a:visited{
	color:#68c900;
	text-decoration:none;
}
a:active{
	color:#68c900;
	text-decoration:none;
}
a:hover{
	color:#68c900;
	text-decoration:underline;
}


.contactbox{
	width:370px;
	background-color: #FFF;
	background-image: url(images/contactbox.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #ccc;
	color:#5dac1d;
	padding:5px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}

