/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #A0A0A3;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #372412;
}

h4 {
	font-size: 1.8em;
	color: #ffffff;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border: none;
}


.mya a {
	border-bottom: 1px solid #754603;
	text-decoration: none;
	color: #ffffff;
}

/* Header */

#header {
	height: 430px;
	background: url(images/img1.jpg) no-repeat right top;
}

#header h1 {
	padding: 310px 30px 0 0;
	text-align: right;
	letter-spacing: -2px;
	font-size: 4em;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #ffea6f;
}

#header h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}

/* Header2 */

#header2 {
	height: 130px;
	background: url(images/img1_small.jpg) no-repeat left top;
}

#header2 h1 {
	padding: 310px 30px 0 0;
	text-align: right;
	letter-spacing: -2px;
	font-size: 4em;
}

#header2 h1 a {
	border: none;
	text-decoration: none;
	color: #ffea6f;
}

#header2 h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header2 h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #e8ad35 url(images/img2.gif) repeat-y;
}

/* Column One */

#colOne {
	float: left;
	width: 480px;
}

#colOne .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
	border-top: 10px solid #4a3903;
}

#colOne .posted {
	font-size: .8em;
}


/* Column Two */

#colTwo {
	float: left;
	width: 280px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 30px;
	border-bottom: 1px solid #fee44f;
}

#colTwo li ul {
	padding-left: 24px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo a {
	border: none;
	padding-left: 10px;
	background: url(images/img5.gif) no-repeat left center;
}

#colTwo a:hover {
	color: #B22900;
}

#menu {
	background: #ffe96f url(images/img3.gif) no-repeat;
}

#menu h2 {
	background-image: url(images/img6.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 195px;
	margin-left: -24px;
	padding: 3px 0 3px 24px;
	background: none;
	color: #372412;
}

#menu a:hover, #menu .active a {
	background: #af8418;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #6c5e51;
}

#footer * {
	color: #2c251f;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}