/*    Generated by http://www.cssportal.com    */

@import url("css/reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
	background: #b0c6d0;
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
	 background: #FFFFFF;
	 padding: 5px;
}

#header {
    float: left;
    height: 110px;
    width: 1000px;
    background: #FF6633;
}

#content {
    float: left;
  padding: 5px;
    width: 840px;
	height:450px;
	overflow-y: scroll;
	padding-left: 3px;
	
}

#navigation {
   padding: 5px;
    width: 130px;
    float: left;

}

#navigation a.navi:link, #navigation a.navi:active, #navigation a.navi:visited {
	text-decoration:none;
	color: #fff;
	font-size:11px;
	background: #d9e0e3;
	margin:1px 1px;
	padding:2px 5px;
	display:inline-block;
	height:15px;
	line-height:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	float:left;
	width:125px;
	text-align:center;
}
#navigation a.navi:hover {
	text-decoration:none;
	color: #fff;
}


#navigation #out {
	margin:0px 0px 10px;
	border:#CCCCCC;
	float: left;
	width:240px;
}


