@charset "utf-8";
/* CSS Document */


body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background:#252525 url(../img/bg.gif) repeat-x;
 color:#FFF
}

* { padding: 0; margin: 0; }
.wrapper { 
 margin: 0 auto;
 width: 890px;
}

a{
	color:#FFF;
	text-decoration:none;
		
	}
	
	a:hover{
	color: #9C0;
		
	}


.content { 
 float: left;
 height: 230px;
 width: 890px;
 display: inline;
}

.header {
 color: .333;
 width: 890px;
 float: left;
 height: 53px;
 background: .6B6659;
}

.footer { 
 width: 890px;
 height: 110px;
 clear: both;
 background-color:#252525;
 
 }

.navigation {
 float: left;
 width: 890px;
 height: 315px;
 color: .333;
 background: url(../img/contact_bg.jpg) repeat-x;
}

.title{
	color:#9C0;
	font-size:24px;
	font-weight:bold;
	}
	
.contents{
	color:#666;
	font-size:13px;
}

.title_small{
	color:#093;
	font-weight:bold;
	font-size:13px
	}
	
.contents2{
	color:#000;
	font-size:11px;
}
