@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	background: #4C9BCD url(../img/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #4999CB; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 940px;
	margin: 0px auto;
	padding-top: 70px;
	background: #222222;
}


#header {
	width: 940px;
	height: 68px;
	margin: 0 auto;
	background: url(../img/img02.jpg) no-repeat left top;
	position: relative;
}
#header h1 {
	position: absolute;
	top: -70px;
	width: 940px;
	height: 70px;
	background: #4C9BCD url(../img/img01.jpg) repeat-x left top;
	font-size: 22px;
	color: #FFFFFF;
}
#header #description {
	position: absolute;
	top: -45px;
	color: #FFFFFF;
}
#header h2 {
	float: left;
	width: 500px;
	height: 68px;
}
#header h2 a {
	display: block;
	float: left;
	height: 32px;
	padding: 10px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#header h2 a:hover {
	text-decoration: none; 
}

#side {
	float: right;
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul.menu li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
	background: #1E1E1E;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #222222;
}
ul.menu li a {
	padding: 0px 20px;
	font-weight: normal;
}
ul.menu li a:hover {
	color: #666666;
}

ul.links {
	margin: 0;
	padding: 30px 0;
	background: #1E1E1E;
	list-style: none;
	line-height: normal;
}
ul.links li {
	background: #1E1E1E;
	padding: 15px 20px;
	border-bottom: 1px solid #222222;
}
ul.links li a {
	font-weight: normal;
}
ul.links li a:hover {
	color: #666666;
}

#main-content {
	float: left;
	width: 600px;
}
.content {
	margin-bottom: 30px;
	padding: 10px 20px 20px;
	border-bottom: 1px dashed #1D1D1D;
	background: #1E1E1E;
}
h2.title ,
h3.title {
	padding: 4px 20px 0px 20px;
	height: 44px;
	background: #161616;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #4999CB;
}
.osusume {
	display: block;
	height: 27px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: #161616 url(../img/img10.jpg) no-repeat right -4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 940px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/img09.jpg) no-repeat left bottom;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-size: 10px;
}


