@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
}

body {
	background-color: #000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #092648;
	margin: 0 0 10px 0;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

#wrapper {
	margin: 15px auto;
	width: 992px;
	border: 8px solid #b0b0b0;
	background-color: #fff;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 153px;
	border-bottom: 3px solid #000;
}

#banner {
	background-color: #d2d2d2;
	height: 260px;
	display: block;
	position: relative;
}
#footer {
	color: #FFF;
	height: 100px;
	display: block;
	width: 992px;
	margin: 0 auto;
	text-align: center;
	font-size:12px;
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	line-height: 22px;
}

#banner #banner_img {
	width: 600px;
	height: 260px;
	float: left;
}

#banner #banner_special {
	float: right;
	width: 392px;
	heigth: 260px;
}

#menu {
	height: 25px;
	display: block;
	position: relative;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: url(images/menu_bg.png) no-repeat;
}

#navbar {
	list-style: none;
	height: 25px;
	margin: 0 0 0 250px;

}

#navbar li {
	float: left;
	padding: 3px 7px 0 7px;
	height: 22px;
	border-right: 1px solid #FFF;
}

#navbar li a {
	color: #fff;
	text-decoration:none;	
}

#navbar li:hover {
	background-image:url(images/menu_on.png);
	background-repeat:repeat-x;
}

.clear {
	clear: both;
}


.red {
	color: #f00;
}



#content {
	display: block;
	position: relative;
}
#content #left {
	float: left;
	width: 290px;
	padding: 5px;
}
#content #right {
	padding: 5px;
	float: right;
	width: 675px;
}
#right p  {
	line-height: 22px;
	color: #333;
	font-size: 12px;
	margin-bottom: 10px;
}

#ygnform {
	display: block;
	width: 250px;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 3px solid rgba(200,200,200,0.2);
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #CCC;
	-moz-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
#ygnform form {
	margin-top: 5px;
}

#ygnform h1 {
	color: #386CA0;
	font-size: 22px;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 1px #000;
	font-family: ardestine, sans-serif;
	text-align: center;
}

#ygnform form p label {
	display: block;
	float: left;
	width: 40px;
	text-align: right;
	margin-right: 3px;
}

#ygnform form p {
	margin-bottom: 15px;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#content ul {
	list-style: inside;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 20px;
}
