 /* CSS Document */
html {
	height: 90%;
}

body {
	height: 90%;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #C0C0C0; 
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}

input {
	color: #FF4D0F;
	background-color: #000000;
	border-width: 0px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a, a:link, a:visited  {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	outline: none;

}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.orange, a.orange:link, a.orange:visited  {
	color: #FF4D0F;
	text-decoration: none; 
	outline: none;
	font-weight: bold;
}

a.orange:hover {
	color: #FF4D0F;
	text-decoration: underline; 
	outline: none;
}

a.black, a.black:link, a.black:visited  {
	color: #000000;
	text-decoration: none; 
	outline: none;
	border: 0px;
}

a.black:hover {
	color: #000000;
	outline: none;
}


ul {
	line-height: 14px;
} 
#navitem {
	width: 114px;
	height: 30px;
	padding-top: 7px;
	font-weight: bold;
	vertical-align: center;
	text-align: center;
	float: left;
	/* f***ing internet explorer workaround*/
	display: inline;
	/* f***ing internet explorer workaround*/
}

#container {
	padding: 0px;
	position: relative;
	width: 800px;
	max-width: 800px;
	margin: auto;
	text-align: left;
	z-index: 0;
	border: 1px solid #000000;
}

#header {
	position: relative;
	height: 229px;
	width: 800px;
	padding: 0px;
	background-color: #000000; 
	background-image: url('images/top_image.jpg');
}

#content {
	position: relative;
	height: 450px;
	width: 760px;
	padding: 20px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 24px;
}

#content_text {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 460px;
	padding: 20px;
	text-align: left;
}

#content_img {
	position: absolute;
	top: 0px;
	left: 500px;
	height: 400px;
	width: 260px;
	padding: 20px;
	background-color: #000000;
	vertical-align: center;
}

#menu {
	position: relative;
	width: 800px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #000000;
	background-image: url('images/menu_bar.jpg');
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#welcome {
	position: absolute;
	right: 60px;
	bottom: 60px;
}

#headerline {
	position: absolute;
	width: 800px;
	/* f***ing internet explorer workaround*/
	font-size: 1px;
	line-height: 1px;
	/* f***ing internet explorer workaround*/
	background-color: #9A999A;
}

#headline {
	position: absolute;
	top: 75px;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 20px;
}

#content_left {
	position: absolute;
	top: 130px;
	height: 240px;
	width: 350px;
	color: #FFFFFF;
	margin: 20px;
	float: left;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
}

#content_right {
	padding: 10px;
	position: absolute;
	top: 130px;
	right: 20px;
	margin-top: 20px;
	font-size: 12px;
	height: 240px;
	width: 350px;
	color: #FFFFFF;
	text-align: center;
	clear: all;
	overflow: auto;
}

#logo_small {
	position: absolute;
	right: 40px;
	top: 0px;
	border: 0px;
}

#white_border {
	border: 1px #FFFFFF solid;
}

#bg_l_image {
	position: absolute;
	left: -181px;
	bottom: 0px;
	border: 0px;
}

#bg_r_image {
	position: absolute;
	right: -201px;
	bottom: 0px;
	border: 0px;
}