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

*{
	margin: 0;
	padding: 0;
}

fadeDiv{
	display: none;
}

body{
	background-color: #FFFFFF;
	overflow: -moz-scrollbars-vertical;
}

body a{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

body a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

table{
	margin: 0px auto;
	margin-top: 10px;
}

p{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: none;
}

p a{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

p a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

#container {
	margin: 0px auto;
	width: 1078px;
	height: 800px;	
}

#aboutleft {
	width: 450px;
	padding: 0px 15px 10px 15px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#contactleft {
	float: left;
	width: 375px;
	padding: 0px 0px 50px 80px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#contactright {
	float: right;
	width: 420px;
	padding: 0px 15px 0px 0px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #999999;
}

#locationleft {
	float: left;
	width: 375px;
	padding: 132px 0px 0px 70px;
}


#linksleft {
	float: left;
	width: 175px;
	padding: 60px 0px 40px 125px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#linksright {
	float: right;
	width: 750px;
	padding: 65px 15px 25px 0px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #999999;
}

#sitemap {
	float: left;
	width: 250px;
	padding: 10px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #999999;
}

#footer {
	float: right;
	width: 600px;
	padding: 10px;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	color: #999999;
}

