

* {
	margin: 0;
	padding: 0;
}

body {
    background: #241420 url(images/23.png) repeat;
	font: normal small Geogia, sans-serif;
	color: #000;
	
}

h1, h2, h3 {
	margin-bottom: 20px;
	text-transform: case;
	color: #55558B;
	
}

h1{ font-size: 24px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }

p, blockquote, ul, ol {
	
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #55558B;
}

a:hover {
	text-decoration: none;
	color: #23B9FF;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url(images/img06.gif) repeat-x left center;
}

/* Header */

#header {
	width: 100%;
	height: 348px;
	background: url(images/back22.gif) repeat-x;
	
}
.title {
	width: 880px;
	height: 348px;
	margin-left:190px;
	margin: 0 auto;
	
}
/* Logo */

#logo {
	float: center;
	width:880px;
height: 288px;
margin-left:100px;
	background: url(images/header.jpg) no-repeat;
	
}

#logo h1 {
	margin: 0;
	padding-top: 106px;
	font-size: 28px;
	font-variant: small-caps;
	color: #ee1919;
	font: Verdana, sans-serif;
	
}
#logo h2 {
	margin: 0;
	
	font-size: 18px;
	font-variant: small-caps;
	color: #ee1919;
	font: Verdana, sans-serif;
	
}

#logo p {
	padding-left: 6px;
	font-size: 12px;
	color: #55558B;
}

#logo a {
	text-decoration: none;
	color: #686bc8;
}



/* Menu */

#menu {
    width:880px;
	float: right;
height:58px;
background:url(images/1.png) no-repeat top;

}

#menu ul {
	margin: 0;
	padding-top: 16px;
	text-align: center;
	list-style: none;
	float:left;
	margin-left:16px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	border-left: 2px solid #59A9C4;
	border-bottom: 2px solid #59A9C4;
	text-decoration: none;
	font-weight: bold;
	color: #55558B;
}

#menu a:hover {
	color: #6f9424;
	border-left: 2px solid #6f9424;
	border-bottom: 2px solid #6f9424;
	padding: 2px 10px;
}
.last a {
	border-right: 2px solid #59A9C4;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	float: center;

}

/* Content */

#content {
	width: 555px;
	margin: 0;
	float:right;
	padding-right:15px;
	padding-left:15px;
	padding-top:25px;
	background: #95C1EF url(images/cont1.png) no-repeat top;
	border-left: 2px solid #87B8EB;
	border-right: 2px solid #87B8EB;
	border-bottom: 12px solid #87B8EB;
}

#content h2 {
	height: 20px;
	margin: 0;
	padding: 20px 0 0 20px;
	background:none;
	font-size: 12px;
	color: #000000;
}
#content h2 a:hover {
	text-decoration: none;
	color: #000000;
	
}

#content h3 {
	text-transform: none;
	font-size: 1em;
}
#content a {
	text-decoration: none;
	color: #8B4513;
}
#content a:hover {
	text-decoration: none;
	border-bottom: 2px solid #fff;
}



/* Sidebar */

#sidebar {
	width: 257px;
	padding-top:30px;
	background: #95C1EF url(images/side1.png) no-repeat top;
	border-left: 2px solid #87B8EB;
	border-right: 2px solid #87B8EB;
	border-bottom: 12px solid #87B8EB;
	display:block;
}

#sidebar ul {
	margin: 0;
	padding: 0 25px 0 25px;
	list-style: disc inside;
	color:#59A9C4;
}



#sidebar  ul li {
	padding: 0;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87B8EB;

}

#sidebar dl {
}

#sidebar dt {
	font-size: x-small;
	font-weight: bold;
}

#sidebar dd {
	margin-bottom: 15px;
	line-height: normal;
	font-size: x-small;
}

#sidebar ol {
	margin: 0;
	list-style-position: inside;
}

#sidebar h2 {
	height: 25px;
	padding: 10px 0 0 15px;
	font-size: 15px;
	color: #000000;
	background: url(images/title1.gif) no-repeat;
	width: 225px;
	margin-left:15px;
	margin-top:10px;
}

#sidebar blockquote {
	margin: 0;
}

#sidebar a {
	color: #8B4513;
	text-decoration: none;
	font-weight: bold;
	
	
}
#sidebar a:hover {
	text-decoration:none;
	color: #2E8B57;
	border-right: 2px solid #2E8B57;
	border-top: 2px solid #2E8B57;
	padding-right:2px;
	
}



/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	padding-bottom:10px;
	border-top: 2px solid #58001F;
	font-size: x-small;
	background: transperent;
	border: 4px solid #87B8EB;
}

#footer p {
	margin:0;
	line-height: normal;
	color: #000;
	float: right;
}

#footer a {
	color: #55558B;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#search {
	float: right;
	width:230px;
}

#search form {
	margin: 0;
	padding: 0 0 0;
}

#search fieldset {
	
	padding: 0;
	border: none;
	margin-top: 16px;
	float: center;
}

#search #s, #search #x {
	float:left;
}

#search #s {
	width: 150px;
	margin: 2px 6px 0 0;
	padding: 1px 4px;
	
}

#search #x {
	width: 30px;
	height: 27px;
	padding: 0 auto;
	background:  url(images/search.png) no-repeat center;
	margin: 0;
}

#sidebar #live a:hover{ 
border:none;
padding-top:10px;
}


