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

html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
} 

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	}

.title {color: #000000;
}

img,table {
	border: none;
}

p {
	margin: 5px 0;
	text-align: justify;
}

a {
	color: #cd7324;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #cd7324;
}

a:hover {
	text-decoration: underline;

}


#container {
	width: 900px;
	position: relative;
	margin: 0 auto 15px;
	min-height: 80%;

}

.logo {
	position: relative;
	margin: 35px auto 0 0px;
	height: 105px;
}

.menu {
	width: 115px;
	float: left;
	left: 0px;
	padding: 0px;
	margin-top: 75px;
	margin-left: 150px;
	}

.left {
	float: left;
	left: 0px;
	padding: 0px;
	margin-top: 75px;
	margin-left: 0px;
	}
	

.centercontent {
	padding: 0px;
	margin-top: 75px;
	margin-left: 150px;
	margin-right: auto;
	clear: both;
	}		
	
.bottommenu {
	font-size: 11px;
	color: #000;
	position: relative;
}
	
.images {
	float: right;
	padding: 0px;
	margin-top: 50px;
}

.spacer {
height:50px;
}

.footer {
	height: 40px;
	font-size: 9px;
	width:300px;
	color: #000;
	position: relative;
	margin:0 auto;
}

.footer a {
	color: #cd7324;
	font-size: 9px;
	text-decoration: none;
}

.footer a:hover {
	color: #cd7324;
	text-decoration: underline;
}



