@charset "UTF-8";
/* CSS Document */
html,body {height:100%}
* {
margin: 0;
padding: 0;
}
body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
background: #a99190 url(../img/containerBg.gif) bottom left repeat-x fixed;
}
a {
text-decoration: none;
color: #a99190;
}

#wrapper {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
width: 740px;
margin: 0 auto;
background: #fff;
}
* html #wrapper {
	height: 100%;
}

#header {
height: 72px;
background: url(../img/headerBg.gif);
width: 740px;
margin: 0 auto;
}
#header h1 {
font-size: 30px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #a99190;
}
#header #description ,
#header h2 {
	color: #fff;
	font-size: 12px;
	text-align: right;
}

#side {
width: 220px;
float: left;
background: #fff;
}
ul.menu {
	list-style: none;
	margin: 20px;
}
ul.menu li {}
ul.menu li a {
	font-weight: bold;
	color: #000;
}
ul.menu li a:hover {
	text-decoration: underline;
	color: #a99190;
}

#main-content {
margin: 0;
width: 520px;
float: right;
background: #fff;
}
.content p {
	text-align: justify;
	font-size: 14px;
	margin: 5px auto;
}
h2.title ,
h3.title {
font-size: 24px;
margin: 15px 0;
border-bottom: 1px solid #9B6E89;
}
.osusume {
	font-size: 12px;
}

#footer {
	clear: both;
	position: relative;	
	margin: 0 auto;
	background: #45444d;
	width: 740px;
	color: #fff;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}

