html {
	background: #000000 url("../img/rokoko/back_top.jpg") top left repeat-x;
}

body {
	/*font: 76.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;*/
	font: 76% Georgia;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

html,body,#c1 {
	height: 100%;
	width: 100%
}

#content {
	width: 780px;
	margin: 0 auto;
	background-color: #1E1D1D;

	border: 1px solid #1E1D1D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#c1 {
	background: url("../img/rokoko/back_bot.jpg") bottom left repeat-x;
}

#footer {
	height: 143px;
	font-size: 90%;
}

* {
	margin: 0;
	padding: 0;
}

#header_td {
	height: 233px;
	text-align: center;
	background: url("../img/rokoko/header5.jpg") center center no-repeat;
}
#header_td div{
	width: 780px;
	margin: 10px auto;
	text-align: left;
}
#header_td img {border: none; margin: 5px 0;}

#menu_td{
	text-align: center;
}

#sidenav {
	margin: 10px auto;
	padding: 5px 2px;
	overflow: hidden;
	width: 780px;
	text-align: center;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

#sidenav li {
    list-style: none;
	display: inline;
}

#sidenav li a {
	font-size: 130%;
	font-family: "Georgia" "Arial" sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	/*color: #AC53FF;*/
	color: #B05FA0;
}

#sidenav a:hover {
	color: #F2E9EE;
}
#sidenav b {
	font-size: 15px;	
}

#content_main {
	margin: 18px 0 0 0;
	padding: 5px 15px 15px 15px;
}

a {
	color: #939D8C;
	text-decoration: none;
}

#content_main a:hover {
	text-decoration: underline;
}

#content_main h2,h3,p,blockquote {
	margin: 15px;
	line-height: 25px;
	font-size: 120%;
}
#content_main table p { margin: inherit; line-height: inherit; font-size: inherit; }

#content_main h3 {
	color: #FF53D5;
	font-size: 120%;
}

#content_main ul,ol {
	margin: 15px 30px;
	line-height: 25px;
}

#content_main h2 {
	font: 180% Arial;
}
H1 {
	color: #F2E9EE;
	font-size: 24px;
	font-family: "Georgia" "Arial" sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

img {
}
.comment { margin-bottom: 1.5em; }
.comment_header{ }
.comment_date{ padding: 0 10px; font-weight: normal; color: #777; font-size: 80%; margin-bottom: 5px;}
.comment_name{padding: 0 10px; font-weight: bold;}
.comment_text{ padding: 0 15px;}
.comment_error{ background-color: #c40000; color: #fff;font-size:11px; font-weight:bold; text-transform:uppercase;}
.comment_count { font-size: 10px; font-weight: normal; color: #c40000;}

.nav_table, .nav_table td {border: 0; padding: 0;}


/*Sub-Nav*/
#subnav{
	float: right;
	text-align: left;
	width: 180px;
	margin-left: 5px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
}
#subnavcontainer {
	width: 170px;	
}
#subnavcontainer ul
{
    padding: 0;
    margin: 0;
}
#subnavcontainer ul ul 
{
    padding: 0;
    margin: 0;
	padding-left: 15px;
}
 #subnavcontainer ul li, #subnavcontainer ul li ul li
{
	padding-top:0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}
#subnavcontainer a
{
	display:block;
	color: #B05FA0;
	padding:4px;
	background-color:transparent;
	border-bottom: 1px solid #B4B4B4;
}
#subnavcontainer a:link, #subnavlist a:visited
{
	color: #B05FA0;
	text-decoration:none;
}
#subnavcontainer a:hover
{
	background-color:#B05FA0;
	color:#fff;
}
#subnavcontainer b {
	font-size: 15px;
}
.subnavheader{
	border-bottom:1px solid #B4B4B4;
	width:167px;
	padding:0 0 3px 0;
	margin-bottom:-11px;
}