/*
	Author	:	EOHO
	Email		:	info@eoho.biz
	Website	:	http://www.eoho.biz/
*/
* {
	border:0;
	margin:5;
	padding:3;
	
	
}

/* general */
a {
	color:#558A1B;
	text-decoration:none;
}
a:hover {
	color:#3366FF;
	text-decoration:none;
}

/* body */
body {
	background:#ffd42c url('image/background_body.png') 0 0% repeat-x;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
	vertical-align: text-top;
}

/* container */
#container {
	background:url('image/background_container.jpg') repeat;
	height:auto;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:250px;
	width:760px;
}

/* container2 */
#container2 {
	background:url('image/background_container.jpg') repeat;
	height:auto;
	left:368px;
	margin:-265px 0 0 -235px;
	position:absolute;
	top:251px;
	width:900px;
}

/* navigation */
#navigation {	
	height:180px;
	padding:12px;
	width:760px;
}

/* navigation2 */
#navigation2 {	
	height:180px;
	padding:12px;
	width:900px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:75px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	background:url('image/navigation.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('image/navigation.jpg') repeat-x;
}

/* content */
#content {	
	height:auto;
	overflow:auto;
	padding:0 0px;
	width:760px;

/* content2 */
#content2 {	
	height:auto;
	overflow:auto;
	padding:0 0px;
	width:900px;		
}
#content h1 {
	color:#333;
	font-size:200%;
}

/* footer */
#footer {
	color:#000;
	height:90px;
	padding:0px;
	text-align:center;
	width:760px;
}

/* footer2 */
#footer2 {
	color:#000;
	height:90px;
	padding:0px;
	text-align:center;
	width:900px;
}
#footer a {
	color:#000;
}
/* styling post */
.thinborder{
  float:left;
  border:solid 1px #FF0000;
  padding:5px;
  margin-right:5px;
}



.dropcap {
  float: left;
  font: normal 60pt/0.8em georgia,
  helvetica, verdana, arial, 
  sans-serif;
  color: yellowgreen;
  margin-right: 5px;
}
