article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
color: white ;
background-color: white ;
  margin: 0;
  font-family: sans-serif;
}

button, input, select, textarea {
  font-family: sans-serif;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #0000ee;
}
a:visited {
  color: #551a8b;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: yellow;
  color: black;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

img{
	margin-top: -7px ;	
}

#web{
	background-color: white ;

	background: url('../images/background.png') no-repeat;
	margin: 0 auto; 
	margin-top: 100px ;
	width: 660px ;
	min-height: 452px ;
	border: 1px solid #dadada ;
}

#header{
	width: 550px ;
	height: 30px ;
}

 #header h1 {
           color: #666 ;
           font-size: 15px ;
           font-weight: normal ;
           margin: 30px ;
 }



#header img {
	width: 250px ;
	margin-left: 35px ;
}


#navbar{
  float:left ;
  width: 180px ;
	display: block ;
	min-height: 265px ; 
	font-size: 14px ;
	
	margin-left: -20px ;
}

#navbar ul{

}

#navbar ul li{ 
    color: black ;
	  margin: 10px ;
		border-bottom: 2px solid #666666 ; 
		list-style-type:none ;
}

#navbar ul a:hover{

	text-decoration: none ;

}
#navbar ul li:hover{
	  margin: 10px ;
		border-bottom: 2px solid #dadada ; 
		list-style-type:none ;
		background-color: #fafafa ;
}

a{
	color: #666; 
	text-decoration: none ;
}

a:hover{
	color: #666; 
	text-decoration: underline ;
}

#content{
	float: left ;
	margin: 10px ;
	color: #666 ;
	width: 200px ;	
	font-size: 14px ;
}

#content h1{
	font-size: 16px ;
	font-weight: bold; 
}

#content p{
	
	
}

#testform{
	color: black  ;
	margin: 10px ;
	float:right ;
	width: 400px ; 
	min-height: 180px ; 
	border: 1px solid black ;
}

#testform img{
	width:350px ;
}
#testform strong{
	color: #666 ;
}


#subfooter{
	color: #666 ;
	clear: both ;
	height:260px ;
	border-top: 10px solid #848484;
	border-bottom: 10px solid #848484;

}
#subfooter p{
	margin: 40px ;
	float: left ;
	font-size: 20px ;
}

#subfooter iframe{
	float:left ;
	margin: 5px ;
	margin-left: 40px ;
}
#subfooter img{
	width: 275px; 
	margin: 20px ;
	float:right ;
}

#footer{
	color: #666 ;
	font-size: 10px ;
	clear: both ;
	float:left ;
	margin: 10px ;
	height:10px ;
}

#footer p{
	padding:15px ;
	margin: 10px ;
}


