#logo {
	background: url(style/logo.png);
	height: 61px;
	width: 369px;
	margin-top: 18px;
	margin-left: 25px;
}

#admin_logo_spot {
	width: 98%;
	margin-top: 11px;
	overflow: auto;
}
#admin_logo {
	background: url(style/admin_logo.png) no-repeat 0px 0px;
	height: 58px;
	width: 520px;
	float: right;
	overflow: auto;
}

body {
	background-color: #4C4949;
	background-image: url(style/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	max-width:890px;
	margin-right: auto;
	margin-left: auto;
	width:860px;
}


#button {
	font: 600 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(style/button.png) no-repeat 0px 0px;
	float: left;
	height: 33px;
	width: 98px;
	padding-top: 8px;
	padding-left: 7px;
	border-bottom: 1px solid #CCCC99;
}



#button:hover {
	color: #6699CC;
	cursor:pointer;
	border-bottom: 1px solid #CCCC99;

	
}
#clear {
	clear:both;
	height: 15px;
}

#extras_button {
	font: 600 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(style/button.png) no-repeat 0px 0px;
	float: left;
	height: 33px;
	width: 98px;
	padding-top: 8px;
	padding-left: 7px;
	border-bottom: 1px solid #CCCC99;
	position: relative;
	z-index: 2;
}

#extras_button:hover {
	color: #6699CC;
	cursor:pointer;
	margin-top: -5px;
}
#extras_button li {
	background: #333333 url(style/link_back.png) repeat-y right 0px;
	border: 1px solid #FFF0DD;
	list-style:none;
	margin-left: -40px;
	padding-right: 4px;
	padding-left: 5px;
	color: #FFFFFF;
}
#extras_button ul {
	display: none;
	width: 200px;
	border: 0px solid #FFFFFF;
	position: relative;
	left: 60px;
	top: -84px;
	z-index:3;
}
#extras_button:hover ul , #extras_button ul:hover {
	display: block;
}

#extras_button ul li:hover {
	font-weight: 600;
	color: #6699CC;
	background-color:#000000;
	
}

#extras_button a , #extras_button a:link , #extras_button a:visited {
	font: 600 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#extras_button a:hover {
	color:#6699CC;
}
#clear_4_main {
	height: 8px;
	clear:both;
}
#main_space {
	background: #FFFFFF url(style/main_space_back.png) repeat-x;
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 10px;
	border: 1px solid #000000;
	width:99%;
	min-height:600px;
	z-index: 1;
	
}

#blog_left_side_container {
	width: 68%;
	float: left;
}
#blog_space {
	border: 1px solid #B0D7EC;
	padding: 5px 7px 8px 6px;
	width: 99%;
	background: url(style/blog_back.png) repeat-x 0px 0px;
	float: left;
	position:relative;
	font: 200 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
}

#blog_container {
	width: 99%;
	margin-top: 60px;
	border: 1px solid #660000;
	overflow: auto;
	z-index:2;
}

#other_links_spot {
	float: left;
	width: 20%;
	padding-top: 3px;
	padding-left: 4px;
}
#blog_title {
	color:#6699CC;
	font: 400 22px/21px "Trebuchet MS", Verdana, Arial;	
}
#footer {
	margin-right: 8px;
	margin-left: 10px;
	border: 1px solid #000000;
	width:99%;
	height:100px;
	background: #000000;
}
#footer_left{
	height: 100px;
	width: 75%;
	float:left;
}
#footer_right {
	height: 100px;
	width: 25%;
	background: url(style/powred_by.png) no-repeat right 1px;
	float:left;
}

#footer_right:hover {
	cursor:pointer;
}

#admin_spot {
	background: #FFFFFF;
	width: 80%;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}

#pages {
	font: 400 15px Arial, Helvetica, sans-serif;
	color: #525252;
	padding-top: 3px;
	padding-left: 5px;
}
