@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 76%; 
	margin: 0; 
	padding: 0;
	color: #666;
	text-align: center;
}
a { text-decoration: none; border-bottom: 1px solid #ccc; color: #f90; }
a:hover { border: none; }	
h2 {
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#header {
	border-top: 5px solid #000;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
#header h1 {
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
}
#header #description {
	background-image:url(../img/site-strike.jpg);
	text-align: center;
	clear: both;
	margin-bottom: 35px;
	padding: 40px 30px 40px 0;
	color: #fff;
}
#header h2 {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 12px;
}
#header h2 a {
	background: #000;
	padding: 0px 4px;
	color: #fff;
	text-decoration: none;
}
#header h2 a:hover {
	color: #0F0;
}

#side {
	background: url(../img/sample-cactus.jpg) right top no-repeat;
	padding-top: 25px;
	width: 210px;
	float: right;
}
ul.menu {
	margin: 10px;
	list-style: none;
}
ul.menu li {
	margin-bottom: 0.5em;
}
ul.menu li a {}
ul.links {
	margin:35px 10px 10px;
	list-style: none;
}
ul.links li {
	margin-bottom: 0.5em;
	text-align: left;
}
ul.links li a {
	display: block;
}
ul.links li a:hover {}

#main-content {
	width: 480px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
}
.content {
	text-align: left;
	margin: 0 10px 20px;
}
.content p{
	padding: 5px 0;
}
h2.title ,
h3.title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
}
.osusume {}

#footer {
	clear: both;
	margin-top: -61px;
	color: #fff;
	padding-top: 30px;
	width: 100%;
	z-index: 500;
	position: relative;	
	border-bottom: 7px solid #000;	
	background: #fff;
}
#footer p {
	background: #000;
	padding: 10px;
}

