@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant: small-caps;
	color: #000;
	background-color: #f00;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255,0,0)),color-stop(0.72, rgb(130,0,0)));
	background-image: url(-moz-linear-gradient(center%20bottom,rgb(255,0,0)
%200%25,rgb(130,0,0)%2072%25));
	background-repeat: repeat-x;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
	padding-top: 18px;
	z-index: -5;
	text-align: center;
}
#menu {
	padding: 0px;
	height: 30px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 166px;
}
#menu li {
	display: inline-block;
	list-style-type: none;
	width: 150px;
	float: left;
	margin-right: 2px;
	font-size: 18px;
}
#middle {
	float: none;
	margin-top: 0px;
	background-image: url(../images/bg_mid.png);
	background-repeat: repeat-y;
}

#l_sidebar {
	float: left;
	width: 180px;
	margin-left: 21px;
	margin-bottom: 5px;
}
#l_sidebar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: inline-block;
}
#l_sidebar li {
	list-style-type: none;
	font-size: 14px;
}

#contents {
	float: left;
	margin-left: 5px;
	width: 568px;
	margin-bottom: 5px;
}
#contents ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: block;
}
#contents li {
	list-style-type: square;
	font-size: 14px;
}
#r_sidebar {
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#thumb {
	width: 138px;
	text-align: center;
	float: left;
	margin: 2px;
	height: 260px;
}
#banners {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	background-image: url(../images/bg_bot.png);
	height: 40px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: bottom;
}
#copyright {
	height: 20px;
}
#clearFloat {
	clear: both;
}
#topMistress {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: medium groove #000;
	height: 270px;
	font-size: 12px;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
}
h1 {
	font-size: 48px;
	margin: 0px;
	padding: 0px;
	font-family: 'Tangerine', cursive;
	display: inline;
	text-shadow: 4px 4px 4px #336699;
	font-variant: normal;
}
h1 a{
	color: #000;
	text-decoration: none;
	font-style: normal;
}
h1 a:hover{
	color: #66ccff;
	text-decoration: none;
	font-style: normal;
}
h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-align: center;
}
h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}
h6 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}
a{
	color: #000;
	text-decoration: none;
	font-style: italic;
}
a:hover{
	color: #336699;
	text-decoration: none;
	font-style: normal;
}
p{
	text-align: justify;
	padding: 0px;
	font-variant: normal;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p a{
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-size: 14px;
	font-weight: bold;
}
#image {
	background-color: #000;
}

