body {
	margin: 0;
	padding: 0;
	background: #131313 url(images/bg.gif) no-repeat center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5191cd;
}

h1, h2 {
	margin-top: 0;
	font-weight: normal;
	color: #b4d77c;
}

h1 {
	font-size: 197%;
}

h2 {
	
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #97c0e6;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: normal;
	color: #5191cd;
	font-size: 14px;
}

p {
}

blockquote {
	font-style: normal;
}

ul {
}

ol {
}

a {
	color: #b3d88c;
}

a:hover {
	text-decoration: none;
	
	
}

small {
}

hr {
	display: none;
}

img {
	border: 2px solid #5191cd;
	padding: 3px 3px 3px 3px;
	margin: 0 15px 0 0;
}

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

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

/* header */

#header {
	width: 730px;
	height: 100px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat center;
}

/* Logo */

#logo {
	float: none;
	width: 40px;
	height: 20px;
	bottom: inherit;
	position: fixed;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
}

#logo a {
	text-decoration: none;
	color: #7F7772;
}

/* Menu */

#menu {
	width: 680px;
	height: 40px;
	margin: 0 auto;
	
	
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline ;
}

#menu a {
	display:block;
	float: left;
	padding: 0 20px 0 10px;
	background: url(images/img02.gif) no-repeat left center;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #5191cd;
}

#menu a:hover {
	color: #b9e0f7;
}

#menu .active a {
	color: #8bd2f4;
}

/* Page */

#page {
	clear: both;
	width: 700px;
	margin: 0 auto 20px auto;
	padding:10px 15px 10px 15px;
	background: #5191cd;
}


.twocols {
    width: 687px;
    padding:10px 10px 10px 0px;
    clear: both;
}

.twocols .title {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 24px;
	color: b4d77c;
}

.twocols .col2 {
	float:center;
	width: 672px;
	height: 280px;
	padding:10px 10px 10px 10px;
	background: #303030;
	border: 4px #b3d88c;
	border-style: groove;
	
}
 
	
/* Content */


  #content {
	float:right;
	clear: both;
	width: 400px;
	height: 490px;
	padding:10px 10px 10px 10px  ;
	background: #303030;
	border: 4px #b3d88c;
	border-style: groove;
}

.title {
	padding-bottom: 0px;
	padding: 15px 0 0 15px;
	color: b4d77c;
	font-size: 22px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 0px;
	background:#4f6f19;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	height: 500px;
	padding: 10px 0 0 10px;
	background:#303030;
	border: 4px #b3d88c;
	border-style: groove;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	color: b4d77c;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
	color: #5191cd;
}

#sidebar a:hover {
	text-decoration:none  ;
	color: #b3d88c;
}

/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding-top: 20px;
	background: #b3d88c;
	color: #666666;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
