@charset "UTF-8";
body{
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #333333;
}

#wrapper {
	text-align: left;
	float: left;
	width: 1060px;
}
	
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.01em;
	word-spacing: 0.1em;
	margin-top: -1px;
	margin-bottom: -7px;
}
h2 {
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	line-height: 1em;
	word-spacing: 0em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}
 
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	word-spacing: 0.01em;
	margin-bottom: -0.3em;
	text-align: left;
}


#column1 {
	width: 36%;
	float: left;
	margin-left: 3%;
	margin-top: 2%;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
	line-height: 1.3em;
	list-style-type: none;
}
ul{
	list-style-type: square;
	color: #00CCFF;
}

#mainnav {
	float: left;
	height: 160px;
	width: 87%;
}
#wrapper #column1 a, a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.71em;
	color: #666666;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: normal;
}
#wrapper #column1 a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #33CCCC;
	text-decoration: none;
}
	
#textsection {
	height: 400px;
	float: left;
	width: 86%;
}

#footer {
	width: 60%;
	text-align: left;
	float: left;
}


#column2 {
	width: 59%;
	float: right;
	margin-top: 2%;
	margin-left: 2%;
}

#header {
	float: right;
	height: 160px;
	text-align: right;
	width: 90%;
}
	
#image {
	float: right;
	height: 400px;
	text-align: right;
	width: 95%;
}
#servicetext {
	float: right;
	height: 400px;
	text-align: left;
	width: 95%;
}
	
#address {
	float: right;
	width: 100%;
	text-align: right;
}
	
