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

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url(images/bg.jpg);
	font-size: 14px;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}

#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
}

#banner {
	background-image: url(images/banner.jpg);
	height: 150px;
	width: 650px;
	background-repeat: no-repeat;
	float:right
}

/* logo */

#logo {
	float: left;
	width: 250px;
	height: 150px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

/* Content */

.left_content {
	float: left;
	width: 900px;
	padding-top: 30px;
}

/* right menu container */

.right_container {
	float: right;
	width: 200px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}



.image {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

a:link .image { 
	border-color: #666666; 
}

a:hover .image, a:active .image {
	border:2px solid #FF0000;
}

.links {
	float: left;
	width: 180px;
	text-align: center;
	height: 700px;
}

/* Footer */

#footer {
	clear: both;
	height: auto;
	font-size: 9px;
	text-align: center;
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}

