@charset "UTF-8";
/* CSS Document */
html{
	overflow-x:hidden;
}
* { 
	margin: 0;
	padding: 0;
}
a {
	color: #AF8998;
	text-decoration: none;
	border-bottom: 1px dotted #A73A02;
}

a:hover {
	color: #8C4A4C;
	text-decoration: none;
	border-bottom: 1px dotted #8C4A4C;
}

a img {
	border: none;
}


form {
	margin-top: 7px;
}

p {
	padding: 5px 0px 20px 0px;
}

small {
	font-size: 85%;
}

textarea {
	width: 450px;
}

body { 
	background-color: #CE6087;
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	margin: 10px 0;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 20px 0 20px;
    border-right: 2px solid #C2C295;
    border-left: 2px solid #C2C295;
    border-top: 1px solid #c2c295;
    border-bottom: 2px solid #c2c295;
}

#header {
	height: 300px;
	margin-bottom: 35px;
	background: url(../img/header.jpg);
	text-align: center;
}
#header h1 {
	color: #fff;
	text-align: right;
	padding: 10px 10px 0 0;
}
#header #description {
	color: #fff;
	text-align: right;
}
#header h2 {
	text-align: right;
}
#header h2 a {
	color: #fff;
}
#header h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#side {
	float: right;
	width: 200px;
	margin-bottom: 35px;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	margin-top: 10px;
}
ul.menu li a {
}
ul.menu li a:hover {
}

ul.links {
	margin-top: 50px;
	list-style: none;
}
ul.links li {
	margin-top: 15px;
}
ul.links li a {
}
ul.links li a:hover {
}

#main-content {
	float: left;
	width: 450px;
}
.content {
}
h2.title ,
h3.title {
border-top:10px solid #fff; border-bottom: 1px solid #ddd; color: #8C4A4C; padding-bottom: 2px; font: normal 17px Arial, Helvetica, sans-serif;}
.osusume {
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: left;
}
#footer p {
}
