@charset "utf-8";
/* CSS Document */

/* GENERAL */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #423a17;
	background-color: #fffebb;
}

ul, form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	color: #000397;
	text-decoration: underline;
	outline: none;
}
	
a:hover {
	color: #000397;
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #363636;
}

.under {
	text-decoration: underline;
}

#wrapper {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#error {
	color: #ed1c24;
}

.clear {
	clear: both;
}

/* HEADER */

#header {
	width: 920px;
	height: 72px;
	float: left;
	background: url(../images/header-bgr.jpg) no-repeat left top;
	padding: 58px 0 0 30px;
}


/* MENU */

#menu {
	width: 950px;
	height: 30px;
	float: left;
	background: url(../images/menu-bgr.jpg) repeat-x left top;
}

	#menu li {
		list-style-type: none;
		float: left;
	}
	
		#menu li a {
			display: block;
			width: 130px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			color: #000000;
			text-decoration: none;
			background: url(../images/menu-item-bgr.jpg) no-repeat left top;
			border-right: solid 1px #cfc174;
		}
		
		#menu li a:hover {
			color: #000397;
			background-position: left -30px;
		}
		
		
/* CONTENT */

#content {
	width: 890px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;
	padding: 45px 20px 20px 40px;
	background-color: #fefd9b;
	text-align: justify;
}

	#content #content-left {
		width: 475px;
		float: left;
	}
	
		#content #content-left a.download {
			display: block;
			width: 160px;
			height: 20px;
			color: #1800ff;
			padding: 30px 0 0 20px;
			background: url(../images/download-button.jpg) no-repeat left top;
			text-decoration: none;
			font-size: 12px;
			margin: 30px 20px 0 0;
		}
		
		#content #content-left a.download:hover {
			color: #034a00;
			background-position: left -50px;
		}
	
	#content #content-right {
		width: 415px;
		float: left;
	}

	#content #content-right-about {
		width: 300px;
		float: left;
		padding: 0px 0px 0px 115px;
	}
	
	#content img {
		vertical-align: middle;
	}
	
	#content .forms {
		width: 200px;
		height: 20px;
		line-height: 20px;
		border: solid 1px #ccc;
	}
	
	#content .formsm {
		width: 60px;
		height: 20px;
		line-height: 20px;
		border: solid 1px #ccc;
	}
	
	#content textarea {
		width: 400px;
		border: solid 1px #ccc;
	}
	

/* FOOTER */

#footer {
	width: 950px;
	height: 40px;
	float: left;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
}