@charset "UTF-8";
/* CSS Document */
* {
}
html {
	height: 100%;

}
body {
	padding-left: 30px;
	margin-left: 30px;
	background: url(../img/bg2.gif) #202020 repeat-y ;
	margin: 0px;
	height: 100%;
	color: #cccccc;
	font-size:11px;
	font-family: "arial";
}
#wrapper {
	text-align: left;
	width: 965px;
}

#header {
	width: 965px;
	height: 210px;
	background: url(../img/hbg.gif) no-repeat;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 80px;
	right: 0px;
}
#header #description {
	float: left;
	width: 330px;
	height: 65px;
	margin-left: 10px;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header h2 {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 18px;
}
#header h2 a {
	color: #ffffff;
	font-family: "Trebuchet ms";
	text-decoration: none;
}
#header h2 a:hover {
	text-decoration: underline;
}

#side {
	float: right;
	width: 480px;
	border-left: 1px solid #2b77d3;
	list-style: none;
}
ul.menu {
	list-style: none;
	margin: 0px 0 45px 0;
	padding: 0px;
}
ul.menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
ul.menu li a {
	width: 400px;
	padding: 0 0 0 25px;
	font-family: tahoma;
	font-size: 14px;
	display:block;
	color: #ffffff;
	background: url(../img/menu3.gif) no-repeat;
	background-color: #2b77d3;
}
ul.menu li a:hover {
	background-position: 0px -18px;
	background-color: #245fa7;
}

ul.links {
	list-style: none;
	margin: 0px 25px 0 15px;
	padding: 0px;
}

ul.links li {
	margin: 0 0 5px;
	padding: 0px;
}

#main-content {
	width: 470px;
	float: left;
}
.content {
}
.content p {
	margin: 8px 10px;
}
h2.title ,
h3.title {
	padding-left: 10px;
	display:block;
	margin: 0px;
	font-family: "trebuchet ms";
	font-size: 20px;
	color: #2b77d3;
}
.osusume {
	border-left: 4px solid #2b77d3;
	color: #ffffff;
}

#footer {
	clear: both;
	width: 965px;
	height: 150px;
	background: url(../img/fbg.jpg) no-repeat;
	color: #ffffff;
	font-size:10px;
	font-family: "trebuchet MS";
	position: relative;
}
#footer p {
	position: absolute;
	bottom: 15px;
	right: 80px;
}
a:link {
	color: #2b77d3;
	text-decoration: none;
}
a:visited {
	color: #2b77d3;
	text-decoration: none;
}
a:hover {
	color: #2b77d3;
	text-decoration: underline;
}

