@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #F9F9F9 url(../img/img01.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7F81;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #DB1548;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	background: url(../img/img02.jpg) repeat-x left top;
	width: 980px;
	margin: 0 auto;
}


#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
}
#header h1 {
	margin: 0;
	padding: 5px 0px 0px 10px;
}
#header h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	text-shadow: #FFFFFF -1px 1px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #2D2722;
	text-decoration: none;
	color: #2D2722;
}
#header #description {
	padding-left: 10px;
	line-height: 1em;
}
#header h2 {
	padding-left: 10px;
	font-size: 18px;
	font-weight: 900;
}
#header h2 a {
}
#header h2 a:hover {
}

#side {
	float: right;
	width: 330px;
	padding: 20px 0px 45px 0px;
	background: url(../img/img03.jpg) repeat-x left bottom;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px;
	padding-bottom: 30px;
	background: url(../img/img03.jpg) repeat-x left top;
	padding-top: 55px;
}
ul.menu li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 35px;
	border-bottom: 1px solid #CCC2A9;
}
ul.menu li a {
	border: none;
	color: #7F7F81;
}
ul.menu li a:hover {
	text-decoration: underline;
	color: #5D9800;
}

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px;
	padding-bottom: 30px;
	background: url(../img/img03.jpg) repeat-x left top;
	padding-top: 55px;
}
ul.links li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 35px;
	border-bottom: 1px solid #CCC2A9;
}
ul.links li a {
	border: none;
	color: #7F7F81;
}
ul.links li a:hover {
	text-decoration: underline;
	color: #5D9800;
}

#main-content {
	float: left;
	width: 540px;
	padding: 0px 20px 0px 0px;
}
.content {
	padding-top: 20px;
	padding-bottom: 10px;
}
.content p {
	padding: 0 20px;
}
h2.title ,
h3.title {
	background: url(../img/img03.jpg) repeat-x left top;
	letter-spacing: -1px;
	font-size: 28px;
	display: block;
	height: 45px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	color: #1C1C1C;
	text-decoration: none;
	border: none;
}
.osusume {
	border-top: 1px solid #CCC2A9;
	border-bottom: 1px solid #CCC2A9;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#footer {
	clear: both;
	width: 980px;
	height: 100px;
	margin: 20px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1f1f1f;
}
#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #61544B;
}
