﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #FDDBF4 url(images/bgr.jpg) repeat-x top;
	color: #555555;
	font: 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}
a{
	color: #e8a02c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
input{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*=== Layout ===*/

#top{
	clear: both;
	height: 23px;
	margin: 0 auto;
	padding: 7px 0 0 0;
	font-size:11px;
	width: 1000px;
}

/*==============  HEADER  ===================*/
#header{
	height: 109px;
	width: 1000px;
	margin: 0 auto;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 25px 0px 0 0;
	text-align: right;
}
#header .spacer p{
	clear: both;
}
/*- Logo -*/
#header h1{
 	margin-top:5px;
	background: url(images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 100px;
	width: 520px;
}
#header h1 a:hover{
	text-decoration: none;
}

/*==============  CONTENT  ===================*/

#content {
	margin: 0 auto;
	width: 1000px;
}
#sidebar {
    float:left;
    padding: 10px;
    width:200px;
}
#main {
    float:right;
    padding: 10px;
    width:760px;
}

#top_table {
	background-image: url('images/ads.gif');
	width: 760px;
	height: 100px;
}
#top_table td {
	width: 25%;
	padding: 10px;
	vertical-align: top;
	line-height: 155%;
}
#top_table h2 {
	margin: 0px;
	color: #CF4067;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
#content_main {
	width: 760px;
	height: 100px;
}
#content_main .left {
	width: 630px;
	vertical-align: top;
}
#content_main .right {
	width: 160px;
	vertical-align: top;
	border: 1px solid #CF4067;
	background-color: #F4CCDD;
	text-align: center;
	padding: 5px;
}
#content_main .right img {
	padding: 3px;
}


.date {
	padding: 5px 0 10px 0;
	font: 10px verdana;
	border-bottom: 1px solid #dedbd1;
}
#post h1 {
	padding: 10px 0 10px 0;
	margin: 0px;
	color: #CF4067;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
#post {
	width: 600px;
	background-color: #ffffff;
	border: 1px solid #dedbd1;
}
#post2 {
	width: 600px;
	background-color: #ffffff;
	padding:10px;
}
#post2 h1 {
	padding: 10px 0 10px 0;
	margin: 0px;
	color: #CF4067;
	font: 16px Georgia, "Times New Roman", Times, serif;
}



h2 {
	font-size: 14pt;
}

#footer {
	clear:both;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	width: 1000px;
	text-align: center;
	border-top: 1px solid #CF4067;
}
#footer a {
	color: #CF4067;
}

#ads img {
	border: 1px solid #CF4067;
	margin: 0px;
}
#menu_top {
	padding: 0px;
	text-align: center;
}
#menu_top img {
	margin-bottom: 3px;
	border: 1px solid #CF4067;
}

