body {
	margin-top: 25px;
	padding: 0;
/*	background: #787878;*/
	text-align: justify;
	font-family: Arial, Helvetica, Gulem;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3, h4 {
	margin-top: 0;
	color:  #616161;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #111111;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 1.6em;
	color: #8C0209;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	padding:15px 0 19px 0;
}

.u {
	text-decoration:underline;
}

ul {
}

p {
	color:#111;
	font-size: 1em;
}

p.sml {
	line-height: 15px;
}

a {
	text-decoration: none;
	color: #800000;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

br {
	clear: both;
	line-height: 0;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 953px;
	margin: 0 auto;
	height: 100px;
	padding: 0 0 20px 0;
}

/* Header */

#logo {
	width: 500px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	float: left;
	background: #fff;
}

#logo #logo_id {
	padding: 0 0 5px 20px;
}

#timer {
	width: 393px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	float: right;
	background: #fff;
}


/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 933px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding: 0 60px 0 0;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 15px 0 19px 20px;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

fieldset {
	border:1px solid #616161;
}

ul.form {
	width: 460px;
	padding:0;
	margin:0;
	list-style:none;
/*	border: 1px solid #616161;*/
}

ul.form li.label {
	float:left;
	width:125px;
	padding:15px 0 0 0;
	text-align:right;
}

ul.form li.form {
	float:right;
	width:320px;
	padding:15px 0 0 5px;
}

ul.form li.sub {
	float:right;
	width:455px;
	padding:20px 0 20px 0;
	text-align: center;
}

input.submit {
	background: #8C0209;
	border: 1px solid #000;
	color: #fff;
}

input.submit:hover {
	background: #fff;
	color: #8C0209;
	cursor: pointer;
	cursor: hand;
}


/* Sidebars */

#sidebar2 {
	float: right;
	position: relative;
	top: -20px;
}

.sidebar {
	float: right;
	width: 293px;
	padding: 0 0 0 0;
	font-size: 12px;
}

.side_title {
	font-size:1.3em;
	font-weight:600;
	color:#8c0209;
	position:relative;
	top: -30px;
	left: 0px;
	text-align:left;
}

.side_tit {
	font-size:1.3em;
	font-weight:600;
	color:#8c0209;
	position:relative;
	top: -30px;
	left: -130px;
	text-align:left;
}

#contact {
	padding:20px 0 20px 0;
}

#speach {
	background: url("images/speach.jpg") no-repeat;
	width: 313px;
	height: 222px;
	padding:20px 20px 0 20px;
	margin:20px 0 0 0;
}

.speach_title {
	font-size:1.3em;
	color:#fff;
	font-weight:600;
}

.speach_pos {
	text-align:center;
	padding:20px 0 0 23px;
}

.twit_pos, .face_pos {
	padding:10px 0 0 50px;
}



#small_logo {
	text-align:right;
	position: relative;
	top: -30px;
	right: -20px;
}
	
/* Footer */

#footer {
	width: 793px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff; /*url(images/img04.jpg) no-repeat left top;*/
	border-top: 1px solid #787878;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

.flower {
	padding-left: 20px;
}