@charset "UTF-8";
/* CSS Document */

* { margin: 0;
	padding: 0;}

article, aside, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;}

ul, ol, dl { 
	padding: 0;
	margin: 0;}

h1, h2, h3, h4, h5,  p {font-size: 100%;}

a img {border: none;}
	
a img:hover {opacity:0.6;}

a.block {
    text-decoration:none;
    display:block;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

a:hover, a:active, a:focus { text-decoration: none;opacity:0.6; }

body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	font: 100%/1.4 "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: rgb(70,61,41);
	background-color: #FFF;}
	
.float{float:left;}
.float2{float:left; margin-right:40px;}

#container {
	padding: 0;
	width: 970px;
	height: 200px;
	}
#container2 {margin-bottom:40px;
	padding: 0;
	width: 980px;
	height: 200px;
border-bottom-width: medium;
border-bottom-style: dotted;
border-bottom-color: #333;
	
	}
	
.examine{float:left; margin:100px 10px 0px 15px;}

#top-menu{
	width: 970px;
	height: 40px;
	float: left;
}

#top-menu p {
	margin: 12px 0px 0px 0px;
	font-size: 130%;}

#top-menu p a{
	color: #333;
	text-decoration: underline;}

#box-content{
	width: 970px;
	height: 180px;
	float: left;}

#box-content2{
	width: 860px;margin:0px 45px 0px 65px;
	height: 140px;
	float: left;}


#box-content2 p {
	margin:5px 0px 0px 50px;color:#333;}
