/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	/*color: #CD0000;*/

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


body{
	background: url(images/Cherry_Blossom.jpg);
	/*background: url(images/shrine.jpg);*/
	background-attachment: fixed;


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 25px;
}

#content{
	margin: 0 auto;
	width: 817px;
	text-align: left;
	background-color: #ffffff;
}

#main{
	width: 817px;
	margin: 0 auto;
	clear: both;

	background: url(images/bg_main.jpg);
	/*background: url(images/bg_main_red.jpg);*/


	background-repeat: repeat-y;
	background-position: left;
	margin-top: 19px;
}

body{
	background: url(images/Cherry_Blossom.jpg);
	/*background: url(images/shrine.jpg);*/
	background-attachment: fixed;


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 25px;
}

#banner {
	height: 158px;
	width: 817px;
	background: url(images/banner.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: top;
}

#menu{
	width: 780px;
	height: 84px;
	background: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 19px;
	margin-right: 19px;
}

#menu ul {
	list-style: none;
	padding-left: 13px;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 125px;
	height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;

	/*color: #CD0000;*/
	color: #EB0066;

	font-weight: bold;
	padding-top: 35px;
	font-size: 18px;
}

#menu a:hover{
	width: 125px;
	height: 49px;
	background-color: #000000;
	text-decoration: none;
}

#left{
	width: 269px;
	padding-left: 19px;
	padding-right: 5px;
}

#left_top{
	background: url(images/bg_left_top.jpg);
	/*background: url(images/bg_left_top_red.jpg);*/

	height: 3px;
}

#left H3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	height: 37px;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 8px;

	/*color: #CD0000;*/
	color: #EB0066;

	background: url(images/title_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 3px;
}

#left a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#left ul {
	list-style: none;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#left li {
	padding-left: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
	width: 175px;
}

#left #categories ul li{
	background: url(images/ls1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#left #categories ul li a{
	color: #4e3e27;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#left #partners ul li{
	background: url(images/ls2.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
}

#left #partners ul li a{
	color: #464646;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

#title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;

	/*color: #CD0000;*/
	color: #EB0066;
}

#right{
	font-size: 16px;
	float: right;
	width: 490px;
	padding-top: 10px;
	margin-right: 19px;
}

#right H4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}

#right li{
	padding-left: 5px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #000000;
}

.date {
	margin-left: 11px;
	padding-bottom: 15px;
	height: 20px;
	font-size: 13px;
}

.dateright{
	margin-top: 2px;
	padding-left: 15px;
	padding-left: 25px;
	height: 16px;
	float: right;
}

#footer {
	height: 110px;
	clear: both;

	background: url(images/footer.jpg);
	/*background: url(images/footer_red.jpg);*/

	background-repeat:no-repeat;
	background-position:center top;
	padding-top: 80px;
	padding-left: 200px;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
	font-weight: normal;
}

#bot{
	background: url(images/bot.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

