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

body  {
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-size:1em;	
}

#container {
	height:800px;
	background-image:url(images/image.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:30px 0 30px 20px;
		}


#header {
	float:left;
	width:174px;
	height:110px;
}

#holder {
	background-position:right;
	background-image:url(images/image.jpg);
	background-repeat:no-repeat;
	clear:left;
	}
	

.border  {
	height:1px;
	width:600px;
	border-bottom:1px dotted #666666;
	clear:left;
}

p {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#333333;
	font-size:0.8em;
	line-height:+1.4em;
	}
	
.small {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#666666;
	font-size:0.7em;
	line-height:+1.4em;
	}
	
a {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#333333;
	font-size:1em;
	line-height:+1.4em;
	text-decoration:underline;
	}
	
img {
	border:none;
	}
	
	
.copybox {
	width:800px;
	padding:50px 20px 0px 10px;
	float:left;
	clear:left;
	}
.copybox2 {
	width:800px;
	padding:0px 20px 20px 10px;
	float:left;
	clear:left;
	}	
	
.copy {
	width:370px;
	padding:20px 20px 20px 10px;
	float:left;
	}
	
.contact {
	width:170px;
	height:225px;
	padding:20px 20px 20px 10px;
	float:left;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1.0em;
	font-weight:lighter;
	}
	
#footer {
	height:130px;
	width:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	paddingt:20px 0 0 20px;;
	float:left;
	clear:both;
	}
	