* {
	margin: 0;
	padding: 0;
	border: 0;
}


html, body {
	font: normal 13px Arial, Tahoma, sans-serif;
	background-color: #fff;
	color: #000;
	width: 100%;
	height:100%;
	line-height:18px;
	position:relative;
}

a {
	color:#e83e25;
	
	

}

a:hover {
	text-decoration:none;
	border-bottom: 0px;
}

#leftcolumn {
	width:40%;
	position:absolute;
	height:auto;
	left:0%;
}

#logo {
	text-align:right;
	margin-bottom:452px;

}

#linkscon {
	text-align:right;
}

#links {
	width:352px;
	text-align:left;
	float:right;
}

#rightcolumn {
	width:60%;
	position:absolute;
	height:auto;
	right:0%;
	
}

#content {
	padding:255px 0 30px 10px;
	text-align:left;
	width:530px;	
}

#contact {
	padding:30px 0 0 10px;
	text-align:left;
	width:530px;
	height:270px;
}

#contactleftcol {
	float:left;
}

#contactrightcol {
	float:right;
}


.go {
	font: bold italic 17px Times New Roman;
}

#circles {
	background: url(/images/circles.jpg) repeat-x;
	margin-left:10px;
	height:10px;
}

#bottom {
	padding:0 0 0 10px;
	text-align:left;
	width:530px;
	height:50px;
}

