/* Created by Yasmina Haryono	  */


* { padding: 0; margin: 0; }

body {
     font-family: Georgia, Caslon, serif;
     font-size: 12px;
}

#wrapper { 
margin: 0 auto;
width: 800px;
}

/* HEADER STYLES */

#headerLeft {
color: #216B18;
width: 300px;
float: left;
padding: 10px;
border-top: 3px solid #216B18;
height: 80px;
margin: 10px 5px 5px 0px;
background: #fff;
text-align: top;
}

#headerMid {
 color: #4B9E2C;
 width: 200px;
 float: left;
 padding: 10px;
 border-top: 3px solid #4B9E2C;
 height: 80px;
 margin: 10px 5px 5px 0px;
 background: #fff;
}

#headerRight {
 color: #B4F464;
 width: 200px;
 float: left;
 padding: 10px;
 border-top: 3px solid #B4F464;
 height: 80px;
 margin: 10px 0px 5px 0px;
 background: #fff;
}

/* header link styles*/
a.headerLeft:link {
	color: #216B18;
	background: #fff;
	text-decoration: none;
	}

a.headerLeft:visited {
	color: #216B18;
        background: #fff;
	text-decoration: none;
	}	

a.headerMid:link {
	color: #4B9E2C;
	background: #fff;
	text-decoration: none;
	}

a.headerMid:visited {
	color: #4B9E2C;
        background: #fff;
	text-decoration: none;
	}	

a.headerRight:link {
	color: #B4F464;
	background: #fff;
	text-decoration: none;
	}

a.headerRight:visited {
	color: #B4F464;
        background: #fff;
	text-decoration: none;
	}	

/* FILLER STYLES */
#fillLeft {
 float: left;
 width: 135px;
 height:20px; 
 padding: 10px;
 margin: 0px 5px 5px 0px;
 background: #fff;
}

#fillMid {
 float: left;
 width: 137px;
 height:20px;
 padding: 10px;
 margin: 0px 5px 5px 0px;
 background: #fff;
}

#fillRight {
 color: #81754E;
 float: left;
 width: 430px;
 height:20px;
 padding: 10px;
 border: none;
 margin: 0px 0px 5px 0px;
 background: #fff;
}

/* CONTENT STYLES */

#leftcolumn { 
 color: #81754E;
 background: #fff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height: 350px;
 width: 135px;
 float: left;
}
* html #leftcolumn {height:350px} /* IE Min-Height Hack */


#middlecolumn { 
 background: #fff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height: 350px;
 width: 137px;
 float: left;
}
* html #middlecolumn {height:350px} /* IE Min-Height Hack */


#rightcolumn { 
 color: #333;
 background: #fff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 350px;
 width: 430px;
 float: left;
}
* html #rightcolumn {height:350px} /* IE Min-Height Hack */


/* post container */
#post {
 margin: 0px 0px 35px 0px;
 width: 430px;
}


/* FOOTER STYLES */
#footer { 
 width: 756px;
 clear: both;
 border-top: 3px solid #4B9E2C;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}


/* Title Font Styles */
h1 {
	margin: 0 5px 10px 0px;
	font-size: 18px;
	line-height: 21px;
        color: #81754E;
	}
	
h2 {
	margin: 0 5px 10px 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
        color: #81754E;
        text-align: right;
	}
	
h3 {
	margin: 0 5px 10px 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
        color: #81754E;
        text-align: left;
	}

/* Text Styles */

p {
	margin: 0 5px 10px 0px;
	font-size: 12px;
	line-height: 14px;
        color: #81754E;
	}

p.p1 {
	font-size: 12px;
	line-height: 16px;
        color: #81754E;
        text-align: left;
	}

p.p2 {
	font-size: 11px;
	line-height: 14px;
       color: #81754E;
       text-align: left;
	}

p.p3 {
	font-size: 11px;
	line-height: 14px;
        color: #81754E;
        text-align: right;
	}
	
p.p4 {
	font-size: 11px;
	line-height: 14px;
        color: #81754E;
        text-align: left;
	}
	
/* link styles*/
a:link {
	color: #216B18;
	background: #fff;
	text-decoration: none;
	}

a:hover {
	color: #B4F464;
	background: #fff;
	text-decoration: none;
	}
	
a:visited {
	color: #4B9E2C;
	background: #fff;
	text-decoration: none;
	}

/* List styles */
ul {
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 30px;
}

li {
	line-height: 125%;
	}

/* image styles*/
a img {
    border: none;
    background: #fff;

	}
