body
{
	margin: 0;
	text-align : center;
	width: 100%;
	background:url(img/under.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header
{
	margin: 0 auto;
	width: 100%;
}

h1 
{
	color: #646464;
	font-size: 20px;
	font-family: "Courier New",
	Courier, Monaco, monospace;
	font-weight: normal;
}


h2 
{
	color: #333333;
	font-size: 24px;
	font-family: "Univers";
	font-weight: normal;
	/*border-top: 1px solid #0052b8;*/
}


h3 
{
	color: #646464;
	font-size: 12px;
	font-family: "Univers", Courier, Monaco, monospace;
	font-weight: normal;
	margin-bottom: 1px; 
	padding: 0;
}

.navi
{
	margin: 0 auto;
	width:1000px;
}
.navi img
{
	display:block;
	float:left;
}


.contents
{
	display:block;
	margin-left: auto;
	margin-right: auto;
	/*width: 1000px;*/
}


#contents
{
	margin: 0 auto;
	top: 500px;
	width: 1000px;
}


#contents iframe,
#contents img
{
	display:block;
	float:left;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;	
}


p 
{
	color: #646464;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1px; padding: 0;
}

#copyright
{
	margin-top: 100px;
	color: #646464;
	font-size: 12px;
	font-family: "Univers", Courier, Monaco, monospace;
	text-align : left;
	margin-bottom: 100px;
}

a 
{
	color: #646464;
	text-decoration: underline;
	margin:0 4px 0 4px;
}
a img
{
	border: none;
}


a:hover 
{
	font-size: 12px;
	text-decoration: none;
}

.clear
{
	clear:both;
}



#disqus_thread
{
	font-size: 12px;		
}


.table1
{
	border-top : 1px solid #dddddd;
	width:100%
	color: #646464;
	font-size: 14px;
	font-family: "Univers", Courier, Monaco, monospace;
	font-weight: normal;
	margin: 100px 0 0 0;
	text-align : left;
}

.table1 th
{
	font-size: 14px;
	border-bottom : 1px solid #dddddd;
	font-weight: normal;
	width : 200px;
}
.table1 td
{
	font-size: 14px;
	padding: 20px 0 20px 0; 
	border-bottom : 1px solid #dddddd;

}

.sections
{
	width:1000px;
	
	margin:30px 0  50px 0;

}

.b3
{
	width:310px;
	margin-right:30px;
	display:block;
	float:left;
	text-align : left;
}

.b3.last
{
	margin-right:0px;
}

.b3 h2
{
	margin-top:50px;
	font-size: 32px;	
}
.b3 p
{
	margin-bottom:50px;	
}