*{
	margin: 0;
	padding: 0;
}
body{
	margin: 30px 0 0 0;
	background: #000 url(/rotator/rotator.php) no-repeat top center;
	color: #333333;
	line-height: 1.7em;
	font-size: 13px;
	text-align: center;
}
html{
	overflow-y: scroll;
	font-family: Arial,Helvetica,sans-serif;
}
h2,h3,h4,h5,h6,
p{
	margin: 0 0 10px;
}
h1{
	margin-top: -10px;
	marign-bottom: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: normal; 
	color: silver;
}
img{
	border:0;
}
a	{text-decoration: none;} 
a:link,a:active,a:visited{color: #000066;}
a:hover{color: #cc0000;}

.inner{
	padding: 10px;
	overflow: hidden;
}

#sub .inner,
#main .inner{
}

#container{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#container p#topnavi{
	font-size: 10px;
	text-align: right;
}
#container p#topnavi a{color: #ffffff;}
#container p#topnavi a:hover {text-decoration: underline;}

#header{
	background: none;
	line-height: 1.4em;
	height: 78px;
}
#header ul {
	float: right;
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#header li{
	display: block;
	float: left;
	height: 20px;
	padding: 0px 4px;
	border-right: 1px solid #c0c0c0;
}
#header li a {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 8px;
	color: #ffffff;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#header .last {border: medium none;}
#header .active a {background: #666666 none repeat scroll 0%;}
#header li a:hover {background: #666666 none repeat scroll 0%;}

#contents{
	float: left;
	width: 898px;
	border: 2px solid #BEBEBE;
	background:#FFF;
}
#contents p#link{
	font-size: 12px;
	color: #696969;
	text-align: left;
	padding:0px;
}
#main{
	float: left;
	width: 630px;
	background: #fff;
	margin-top: 20px;
	padding-left: 35px;
}

h2{
	text-align: left;
	margin: 15px 0;
	font-size: 16px;
	color: #990000;
	border-left: 10px solid #990000;
	border-bottom: 1px solid #990000;
	padding-left: 10px;
}

h3{
	font-size: 16px;
	color: #990000;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
#entry{
	font-size: 12px;	
}
.entry_author{
	text-align: right;
	margin-bottom: 10px;
}
.entry_body{
	padding-left: 10px;
	line-height: 1.8em; 
	margin-bottom: 20px;
}
.entry_state{
	text-align: right;
	margin-bottom: 10px;	
}
#sub{
	float: right;
	width: 220px;
	margin-top: 20px;
	font-family: Arial,Helvetica,sans-serif;
}

#calender {
	text-align:center;
}
.calendar {
	font-size:10px;
	margin:10px 0px;
	padding:0px;
	text-align:center;
}
.cell {
	height:17px;
	width:27px;
}
.weekday {
	background-color:#F5F5F5;
	font-size:9px;
	height:17px;
	padding:1px;
	text-align:center;
	width:27px;
}
.today {
	color:#660000;
	font-weight:bolder;
}
#calender a, #calender a:link, #calender a:visited {
	color:#CC0000;
	font-weight:bolder;
	text-decoration:none;
}
#calender a:active, #calender a:hover {
	background-color:#CC0000;
	color:#FFFFFF;
	text-decoration:none;
}
#sub ul{
	margin: 20px 0px 20px 20px;
	list-style-image:url(img/mark.gif);
	line-height: 1.6em;
}
#sub li{
	font-size: 12px;
}
#sub dt{
	border-left: 10px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
	padding-left: 10px;	
}
#sub p{
	text-align: center;
	margin: 20px;
}

#footer{
	clear: both;
	width: 900px;
	padding-top: 7px;
	color: #fff;
	background: #BFC8B8 url(img/bg3.gif) repeat-x;
}
#footer p{
	font-size: 10px;
	color: #fff;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#footer a{color: #dcdcdc;}
#footer a:hover {text-decoration: underline;}
#address{
	clear: both;
	width: 900px;
	height: auto;
	color: #fff;
	background-color: #BFC8B8;
	text-align: center;
	padding-bottom: 10px;
}
#address a{color: #666666;}
#address a:link,a:active,a:hover, {color: #666666;} 

#address p{
	font-size: 10px;
	color: #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.3em;
}
#address h3{
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-bottom: none;
	margin: 0px;
}

#comments dt{
	color: #990000;
	font-weight: bold;
	margin-bottom: 10px;
}

#comments dl{
	margin-bottom: 15px;
}

#comments dd{
	margin-left: 15px;
}

