/*

*/

* {
	margin: 0;
	padding: 0;
}

a {
	  color: #64b2ff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
	  color: red ;
  background-color: transparent;
        
}


body {
	font-size: 10pt;
	line-height: 1.8em;
	font-family: Arial, sans-serif;
	background: #000000;
	color: #FFFFFF;
    background-image: url('images/b.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% 100%;

color: white;
    text-shadow: 2px 1px 8px #C0C0C0;


}

strong {
	color: #ffffff;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	/*text-transform: uppercase;*/
	font-weight: normal;
	color: #f0f0f0;
}

h2,h3,h4 {
	margin-bottom: 20px;
	font-family: Arvo, serif;
	color: #ffffff;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

img.left {
	float: left;
	margin: 8px 20px 20px 0;
}

img.top {
	margin: 8px 0 20px 0;
}

p {
	margin-bottom: 1.25em;
}

ul {
	margin-bottom: 1.25em;
}

ul {
	list-style: none;
}

.image-list {
	list-style: none;
}

.image-list li {
	clear: both;
}

.box {
	overflow: hidden;
	margin: 0 0 30px 0;
}

#box-left {
	width: 312px;
	overflow: hidden;
	float: left;
}

#box-right {
	width: 312px;
	overflow: hidden;
	margin: 0 0 0 336px;
}

#content {
	width: 650px;
	float: left;
	padding: 0;
}

#footer {
	padding: 40px 0 95px 0;
	text-align: center;
	color: #606060;
}

#footer a {
	color: #ff3300;
}

#header {
	position: relative;
	padding: 28px;
	height: 130px;
}

#logo {
	position: absolute;
	top: -80;
	left: 28px;
	height: 130px;
	line-height: 130px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo h1 {
	font-size: 3em;
	font-family: Bevan, serif;
}

#page {
	position: relative;
	padding: 20px 28px 0px 28px;
	width: 922px;
	background: rgba(65, 70, 70, 0.4);
	border: solid 1px #474949;
	border-top: 0;
}

#page ul li {
	padding: 12px 0 12px 0;
	border-top: solid 1px #606060;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom {
	position: relative;
	padding: 58px 28px 0px 28px;
	width: 922px;
	background: rgba(15, 20, 20, 0.35);
	color: #999;
	border: solid 1px #3f3f3f;
	border-top: 0;
}

#page-bottom ul li {
	padding: 12px 0 12px 0;
	border-top: solid 1px #292929;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom ul li {
	border-top: solid 1px #404040;
}

#page-bottom-content {
	width: 650px;
	float: left;
}

#page-bottom-sidebar {
	width: 250px;
	margin: 0 0 0 674px;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 58px;
	line-height: 60px;
	padding: 0 0px 0 22px;
	width: 1000px;
	margin: 0 0 0 0;
	background:url("images/menu.png") no-repeat 0px 0px;
	border: solid 1px  #00000;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	color:  #64b2ff;
	padding: 8px 12px 8px 12px;
	border: solid 1px #454545;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 0 0px 0 0px;
}

#menu ul li.first {
	padding-left: 0;
}

#menu ul li.active a {
	background:  #000000;
	border: solid 1px #000000;
}

#menu ul li:hover a {
	background: #000000;
	border: solid 1px #FF0000;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 68px auto 0 auto;
}

#search {
	position: absolute;
	top: 0;
	right: 28px;
	height: 130px;
	line-height: 130px;
}

#search input.text {
	padding: 10px 40px 10px 10px;
	background: rgba(15, 20, 20, 0.4) url(images/search.png) top right no-repeat;
	border: 0;
	color: #c7c8c8;
	width: 200px;
	border: solid 1px #3c3c3c;
}

#sidebar {
	width: 250px;
	margin: 0 0 0 690px;
	padding: 0;
}