﻿html {
overflow-y: scroll;
} 

body{
	font-family: "Arial", verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	background:url(images/bg.jpg) no-repeat;
	background-position:top center;
	background-color:#000;
	margin:0px;
	
}

*:focus{
	outline:none;
}

/*-------- MENU --------*/

#nav {
	width:100%;
	height:34px;
	text-decoration:none;
	background:url(images/nav_bg.png) repeat-x;
}

/*-------- CONTENT --------*/
#wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:1024px;
	height:232px;
	background-image:url(images/line_top.png);
	background-position: right bottom;
	background-repeat:no-repeat;
	margin: 0px auto;
}

#header_img {
	widht:1024px;
	height:232px;
	background-image:url('images/header_bg.png');
	background-repeat:no-repeat;
	background-position:center;
}

#content {
	float:left;
	width:756px;
	min-height:500px;
	padding-right:40px;
	border-right:solid 1px;
	border-right-color:#FFF;
}

#content .post-info {
clear:both;
font-size:11px;
color:#445866;
margin-bottom:20px;
border:1px solid #aaa;
background:#ccc url(images/nav.gif) repeat-x top left;
padding:3px 5px 5px;
}

#sidebar {
	float:right;
	width:200px;
}


#footer {
	text-align:center;
	font-size:10px;
	padding-top:20px;
	width:797px;
	height:67px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	clear:both;
}

/*-------- TEXT --------*/

H1 {
	color:#2faed4;
	font-size:20px;
	font-weight:normal;
}

H2 {
	color:#2faed4;
	font-size:20px;
	font-weight:normal;
}

A {
	color:#2faed4;
	text-decoration:none;
}
A:hover{
	color:#265f97;
}

/*-------- FORMS --------*/

INPUT#wp-submit {
	background-image:url(images/input_button.gif);
	border: 1px solid #27649b;
	color:#FFFFFF;
}

