/*general style*/
    html, body 
    { 
    	margin:0; padding:0;
    	background: #F5F4EF;
		color: #000305;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 3px;
		padding: 0;
    }
    header, hgroup, nav, section, article, aside, footer {display: block;}
    a {text-decoration:none; color:#000;}
    a:hover {text-decoration: underline;}
	hr {//width: 900px}
    #wrapper {width: 900px; margin: 0 auto;}
/*header area*/
    header {
    	height: 70px;
    	 }
    hgroup { width: 200px;  }
	hgroup img {color: #FFF; float: left;  }
	header h2 
	{
		text-align: center;
		font-size: 30px;
		color: #cd7e2a;
		font-family: 'times new roman';
		padding: 15px;
	}
/*nav area*/
   /* nav {width: 700px; height: 40px; background:#C66; margin-left: 200px;}
    nav ul {margin: 0 0 0 -10px;}
    nav li {float: left; list-style-type:none; padding: 0 10px;}*/
    
     nav {
		background: #000305;
		font-size: 1.143em;
		height: 	40px;
		text-align: center;
		width: 700px;
		margin-left: 200px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	
	}
	
	nav ul {list-style: none; margin: 0; }
	nav li {float: left; display: inline; margin: 0;}
	
	nav a:link, nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	nav a:hover, nav a:active,
	nav .active a:link, nav .active a:visited {
		background: #fff;
		color: #000305;
		text-shadow: none !important;
	}

/*section area*/
    section { clear: both; width:900px; background: #FFF; margin-top: -20px;}
	hgroup h2 { width: 900px; color: #000; padding: 10px;}
    article {width:900px; background: #FFF;}
    article p {padding: 10px; text-align: justify;}
/*aside area*/
    aside {width:200px; height: 605px; background: #666; float:right; margin-top: -1px;}
	hgroup h3 {color: #fff; padding: 10px 0 0 10px;}
    aside article {width:200px; background: #666; color:#FFF}
/*footer area*/
    footer {height: 40px; background: #09F; margin-top: -16px;}
    footer p {padding: 10px 0 0 10px;}