
body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
    font : normal 12px "Trebuchet MS", sans-serif;
	color: #7b7b7b;
}

h1, h2, h3, .hdrei {
	font-family: "Trebuchet MS", sans-serif;
	color: #D1D63A;
	font-weight: normal;
}

ul, li {
list-style-type : none;
}


a, a:hover {
	text-decoration: none;
	color: #ff6600;
}

#header {
	height: 31px;
	margin: 0px auto;
	background : #D1D63A;
}

#header img {
	margin: 19px 60px;
}

#area  {
	height: 220px;
	background : #FBFBFB;
	border-bottom: 1px dashed #E5E5E5;
}

#title {
	font-family: "Trebuchet MS", sans-serif;
	color: #565656;
	font-size:36px;
	padding-top:60px;
	width: 770px;
	margin: 0px auto;
}

.slogen {
	font-family: "Trebuchet MS", sans-serif;
	color: #d7d7d7;
	font-size:10px;
	font-style:italic;
	text-align:justify;
	margin-left:20px;
}

#menu {
	background : #3c3c3c;
	padding: 6px 0px 5px 0px;
	width:770px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li{
	display: inline;
	border-left: 1px solid #3c3c3c;
}
#menu li:hover{
	display: inline;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

#menu li.selected{
    background-color:#D1D63A;
	padding: 10px 0px;
	border-top:1px solid #D1D63A;
	border-bottom: 1px solid #EAEAEA;
	border-left: none;
}
#menu a, #menu a:hover {
	padding: 5px 14px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.img {
	float: left;
	padding: 10px 10px 0 0;
}

#content, #header{
	width: 770px;
	margin: 0px auto;
}

#contentarea {
	float: left;
	width: 800px;
	margin:30px 0;
}

#footer {
	clear: both;
	width:100%;
	background : #FBFBFB;
	border-top: 1px dashed #d7d7d7;
	text-align:center;
}

#footer a:link, a:hover, a:active, a:visited{
	color:#7b7b7b;
	text-decoration:none;
}

