@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
  	margin: 0;
	background: #ffb100 url(assets/images/background.jpg) no-repeat left top;
	color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#mainContainer {
	width: 890px;
	}
	
#leftMenu {
	width: 230px;
	margin-top: 340px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-right: 40px;
	float: left;
	text-align: right;
	}

#mainContent {
	width: 550px;
	float: left;
	margin-top: 230px;
	margin-bottom: 40px;
	}
	
#footer {
	width: 890px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFE700;
	}

div.clear {
 	clear: both;
	}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ffe700;
	font-weight: 100;
	color: #333333;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffe700;
	padding-bottom: 5px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FFE700;
}
a:active {
	text-decoration: none;
	color: #333333;
}
