/* Start of CMSMS style sheet 'luckydreamer' */
/* luckydreamer.com 2008 */

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(/images/body_bg.jpg) repeat-x;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 { 
	font-size: 250%;
	margin: 1px 0 10px 0;
	padding: 0;
	color: #ff3333;
	font-weight: normal;
}
h2 { 
	font-size: 150%;
	color: #ff3333;
	font-weight: normal;
}

a, a:link, a:active, a:hover, a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	font-size: 85%;
	width: 790px;
	margin: 33px auto 15px auto;
	padding: 0;
}

#navi {
	color: white;
	margin: 0;
	padding: 0;
	background: transparent url(/images/navi_bg.jpg) no-repeat;
	height: 45px;
}
#navi ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 20px;
}
#navi li {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 45px;
}
#navi .currentpage h3 {
	line-height: 45px;
	padding: 0 10px;
	margin: 0;
	display: block;
}
#navi ul a {
	display: block;
	padding: 0 10px;
	margin: 0;
	font-size: 120%;
	color: white;
	font-weight: normal;
	line-height: 45px;
}
#navi ul a:hover {
	text-decoration: none;
	background-color: #cc3333;
}
#subnavi {
	width: 150px;
	float: right;
	margin: 20px 0;
	/*border-top: 1px dashed #cccccc;*/
}
#subnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnavi li {
	padding: 0;
	margin: 0;
	width: auto;
}
#subnavi .currentpage h3 {
	display: block;
	padding: 5px 1px;
	margin: 0;
	color: #cc3333;
	border-bottom: 1px dashed #cccccc;
	line-height: normal;
	background-color: #eeeeee;
	font-size: 100%;
}
#subnavi ul a {
	display: block;
	padding: 5px 1px;
	margin: 0;
	color: #cc3333;
	border-bottom: 1px dashed #cccccc;
	line-height: normal;
}
#subnavi ul a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}



#pic {
	position: relative;
	padding: 0;
	margin: 15px 9px 0 9px;
}
#pic h5,
#pic h6 {
	color: white;
	position: absolute;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#pic h5 {
	top: 10px;
	left: 20px;
	font-size: 140%;
}
#pic h6 {
	top: 36px;
	left: 20px;
	font-size: 120%;
}


#content {
	padding: 0;
	margin: 11px 10px 11px 10px;
	background: white url(/images/content_bg.jpg) no-repeat;
	padding: 20px;
	min-height: 200px;
	line-height: 1.5;
}
#content a {
	color: #ff3333;
}

#footer {
	clear: both;
	color: white;
	margin: 0;
	padding: 0;
	background: transparent url(/images/footer_bg.jpg) no-repeat;
	height: 45px;
}
#footer p {
	text-align: center;
	margin: 0;
	padding: 15px 0;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* End of 'luckydreamer' */

