@charset "utf-8";
/* CSS Document */
* { 
 padding: 0;
 margin: 0;
}
body {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #464646;
	}

a {
 color: #fff;
 text-decoration: none;
 border-bottom: 1px #D0EB6A solid;
}
a:hover {
 color: #fff;
 border-bottom: 1px #D0EB6A dashed;
}
#wrapper {
	width: 922px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
 color: #fff;
 width: 900px;
 float: left;
 padding: 10px;
 height: 76px;
 margin: 10px 0px 5px 0px;
 background: #ffffff;
 border: 1px solid #393939;
}
#strap {
 float: left;
 width: 900px; 
 color: white;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #FF9900;
 border: 1px solid #393939;
 text-align: center;
}
#navigation {
	color: #fff;
	border: 1px solid white;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: 580px;
	width: 195px;
	float: left;
	background-color: #333;
	background-image: url(images/nav_BG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content { 
 float: right;
 color: #ccc;
 border: 1px solid white;
 background: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 580px;
 width: 678px;
 display: inline;
 position: relative;
}

#home {
	float: right;
	color: #ccc;
	border: 1px solid white;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 580px;
	width: 678px;
	display: inline;
	position: relative;
	background-image: url(images/home_pic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
	
#home_textbox1 {
	margin-top: 10px;
	margin-right: 12px;
	margin-left: 260px;
	text-align: right;
	color: #FFF;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 500;
 }
 
 #home_textbox2 {
	margin-top: 325px;
	margin-right: 320px;
	margin-left: 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 500;
 }

#footer {
 float: left;
 width: 900px;
 color: gray;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #333;
 border: 1px solid white;
 text-align: center;
}
#menu {
 background: #333;
 float: left;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 15em;
}
#menu li {
 font: 13px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
}
#menu a {
 background: #333;
 border-bottom: 1px solid white;
 color: #FF9900;
 display: block;
 margin: 0;
 padding: 8px 12px;
 text-decoration: none;
}
#menu a:hover {
 background: white;
 color: #000;
 padding-bottom: 8px;
 border: 1px solid white; 
}
h1 { 
 font: bold 1.9em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 color: #D0EB6A; 
 padding: 0; 
 margin: 0;
}
h2 { 
 font: 1.2em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 padding: 0; 
 margin: 0; 
 color: gray; 
}	
h3 { color: #FF9900; }

.item2 { font-weight:bold;font-size:14px; }
#content table {width:300px;}
#content td {color:#ccc;}
