body {
	margin: 0;
	padding: 0;
	background: #ede694;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #996699;
}

h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {
	text-decoration: none;
	color: #5B5A5A;
}

a:hover {
	border: none;
	color: #996699;
	font-weight:bold;
}

/* Header */

#header {
	height: 220px;
	background: url(images/img1.png) no-repeat center top;
}

/*#header h1 {
	padding: 50px 30px 0 0;
	text-align: right;
	letter-spacing: -5px;
	font:"Lucida Sans";
	font-size: 3em;
}

#header h1 a {
	border: none;
	text-decoration: none;
	font: "Bookman Old Style";
	color: #000000;
}

#header h2 {
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 2em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #OOOOOO;
}*/

/* Content */

#content {
	width: 1080px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif) repeat-y;
}

/* Column One */

#colOne {
	float: left;
	width: 799px;
	border-right: 1px solid;
	border-color:#999
}

#colOne .post {
	font-size: 13px;
	margin: 0 20px;
	padding: 10px 0 10px 0;
	border-top: 10px solid #E0E0E0;
	background: url(images/bgke.png) repeat-y;
}

#colOne .post a img{
    border:none;
}

#colOne .posted {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	float: left;
	width: 280px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 10px 30px;
	border-bottom: 1px solid #a1bf73;
}

#colTwo li ul {
	padding-left: 24px;
}

#colTwo li li {
	padding: 0;
	border: none;
	font-weight:bold;
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background: url(images/img4.png) no-repeat left center;
}

#colTwo a {
	border: none;
	padding-left: 10px;
	background: url(images/img5.gif) no-repeat left center;
}

#colTwo a:hover {
	color: #996699;
}

#colTwo h2{
	font-style:italic;
	font-weight:bold;
	font-size:medium;
	color: #000000;
}

#menu {
	background: #C6CD9C url(images/img3.png) no-repeat;
}

#menu h2 {
	background-image: url(images/img6.png);
	font-style:italic;
	font-size: large;
	color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	font-family: "Comic Sans MS";
	text-transform:uppercase;
}

#menu a {
	display: block;
	width: 195px;
	margin-left: -24px;
	padding: 3px 0 3px 24px;
	background: none;
	color: #000000;
	font-weight:bold;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img7.png);
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #D0D1C7;
}

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.input3{
	    font-size:7px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background: #996699;
        border:0px;
        height:20px;
}
#colTwo span a{
	border: none;
	padding-left: 10px;
	background: none;
}

