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



h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	color: #535353;
	font-family: Espresso;
	font-size: 24px;
}

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

 blockquote, ol,ul{
	line-height: 180%;
	font-size: small;
}

p {
	line-height:140%;

}


a {
	border-bottom: 1px solid #535353;
	text-decoration: none;
	color: #5B5A5A;
}

a:hover {
	border: none;
}

/* Header */

#header {
	height: 430px;
	background: url(../images/img11_ooold.jpg) no-repeat left top;
}

#header h1 {
	padding: 330px 65px 0 0;
	text-align: center;
	letter-spacing: -2px;
	font-size: 4em;
	color: #f486b5;
	font-family: Espresso;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #e6006a;
}

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

#header h2 a {
	border: none;
	text-decoration: none;
	color: #e6006a;
	font-family: "Lucida Console", Monaco, monospace;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF 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 #E0E0E0;
	font-family: "Arial", Monaco,monospace;
	text-align: left;
}

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

/* Column Two */

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

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

#colTwo li {
	padding: 20px 20px;
	border-bottom: 1px solid #C6CD9C;
}

#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/img6.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
}

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

#colTwo a:hover {
	color: #e6006a;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	background: #f486b5 url(../images/img33.gif) no-repeat;
	font-size: 12px;
		background-image: url(../images/navi_bg.jpg);
	

}

#menu h2 {
	background-image: url(../images/img6.gif);
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;

	/*  font-family: "Arial Black", Gadget, sans-serif;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#menu li {
	display: inline;
	font-size: 12px;
}

#menu a {
	display: block;
	width: 105px;
	margin-left: -24px;
	padding: 3px 0 3px 24px;
	background: none;
	color: #e6006a;
	font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;

}

#menu a:hover, #menu .active a {
	background: #e6006a;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Footer */

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

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}




h6 {
	/* letter-spacing: -1px; */
	
	font-size: 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: left;
}


