body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.74em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background: #423E3B url('images/backgrounds/main.jpg') repeat-y top center;
	text-align:center;
	padding-left:0px !important;
	padding-left:1px;
}
img{
	border: 0px none;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
#wrapper{
	width:700px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	margin:0px auto 0px auto;
}
#innerWrapper {
	background-color:#424242;
	text-align:left;
}
#mainWrapper{}

#footer{
	clear: both;
	padding-top:20px;
	height: 60px;
}
#footer a{
	color: #EEE;
}
#footer a:hover{
	color: #EFE;
}
#innerFooter {
	font-size: 12px;
	text-align: center;
	color: #FEF;
}

/*-------------Header-------------*/
#header{}
#innerHeader{
	color:#023;
	background-color:#F93;
}
#blogLogo{
	float:left;
	width:340px;
	height:260px;
	border-right:2px solid #ffffff;
	background: #7D5D39 url('images/leaves.jpg') no-repeat top left;
}
.blog-header{
	float:left;
}
.blog-header h1{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:400%;
	width:100%;
	padding-top:75px;
	padding-left:25px;
	padding-bottom:25px;
	border-bottom:2px solid #fff;
	font-weight:bold;
}
.blog-desc{
	padding-left:25px;
}

/*-------------MENU-------------*/
#menu {
	/*
	text-align: right;
	background: url('images/backgrounds/link.jpg') repeat top left;
	*/
	float:right;
	font-size:93%;
	line-height:normal;
	margin-top:-35px;
	font: bold 11px/1.5em Verdana;
}
/*
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li{
	display: inline;
}
*/
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
  }
#menu li {
	display:inline;
	margin:0;
	padding:0;
  }
#menu a {
	float:right;
	background:url("images/tableft6.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
  }
#menu a span {
	float:right;
	display:block;
	background:url("images/tabright6.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
	background-position:0% -42px;
}
#menu a:hover span {
	background-position:100% -42px;
}
#menu #current a {
	background-position:0% -42px;
}
#menu #current a span {
	background-position:100% -42px;
}
.comein{
	padding-top:25px;
	font-size:160%;
	text-align: center;
}
.comein a{
	font-family:"Orange LET", Verdana, "Times New Roman", Times, serif;
	font-size:180%;
	text-decoration:none;
}
.clear{
	clear:both;
	margin: 0px !important;
	margin: -10px;
	padding: 0px;
}

