body {
    font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size:12px;
	color:#888;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	margin-top:10px;
	
}
a {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}
.here{
	text-decoration: none;
	color:#FF0000;
	font-weight: bold;
}
#wrap {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:#fff;
	margin-bottom:20px;

}
#float {
	float:left;
	background:#fff;
}
#header {
	width:460px;
	height:49px;
	background:url(/images/logo.gif) top left no-repeat;
	text-align:left;
	padding-top:103px;
	padding-left:285px;	
	margin-top:24px;
	margin-bottom:15px;
}

#menubar {
	height:18px;
	padding:0;
	margin:0;
}
#menubar ul li{
	display: inline;
	float: left;
	width: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-right: 5px;
	
	padding-right: 10px;
	
}

#menubar ul li a{
	text-decoration: none;
	color: #999999;
}

#menubar ul li a:hover{
	text-decoration: none;
	color:#FF0000
}
#menubar ul li.here{
text-decoration: none;
color:#FF0000}


.bloglink {
	width:67px;
}

.bloglink a {
	display:block;
	height:18px;
	width:67px;
	background:url(images/blog.gif) bottom left no-repeat;
	padding-right:16px;
}
.bloglink a:hover {
	display:block;
	height:18px;
	width:67px;
	background:url(images/blog.gif) top left no-repeat;
	padding-right:16px;
}

.gallerylink { width:54px; }

.gallerylink a {
	display:block;
	height:18px;
	width:54px;
	background:url(images/gallery.gif) bottom left no-repeat;
	padding-right:16px;
}
.gallerylink a:hover {
	display:block;
	height:18px;
	width:54px;
	background:url(images/gallery.gif) top left no-repeat;
	padding-right:16px;
}

.storelink { width:45px; }

.storelink a {
	display:block;
	height:18px;
	width:45px;
	background:url(images/store.gif) bottom left no-repeat;
	padding-right:16px;
}
.storelink a:hover {
	display:block;
	height:18px;
	width:45px;
	background:url(images/store.gif) top left no-repeat;
	padding-right:16px;
}
.aboutlink { width:66px; }

.aboutlink a {
	display:block;
	height:18px;
	width:66px;
	background:url(images/about.gif) bottom left no-repeat;
	padding-right:16px;
}
.aboutlink a:hover {
	display:block;
	height:18px;
	width:66px;
	background:url(images/about.gif) top left no-repeat;
	padding-right:16px;
}

.contactlink { width:50px; }

.contactlink a {
	display:block;
	height:18px;
	width:50px;
	background:url(images/contact.gif) bottom left no-repeat;
	padding-right:16px;
}
.contactlink a:hover {
	display:block;
	height:18px;
	width:50px;
	background:url(images/contact.gif) top left no-repeat;
	padding-right:16px;
}

.language { text-align:center; color:#000; }
.language a { text-align:center; text-decoration:none; color:#000; }
.language a:hover { text-align:center; text-decoration:none; color:#ddd; }

#indexmain { text-align:center; }
#indexfooter { font-size:10PX; color:#000; padding-left:20px; text-align:left; }
#indexfooter a { color:#000; text-decoration:none; }
#indexfooter a:HOVER { color:#ff0000; text-decoration:none; }

#footer { font-size:10PX; color:#000; padding-left:20px; text-align:left; border-top:1px solid #000; padding-top:4px; margin-bottom:20px; }
#footer a { color:#000; text-decoration:none; }
#footer a:HOVER { color:#ff0000; text-decoration:none; }


#content {
	text-align:left;
	width:540px;
	float:left;
}
#sidebar {
	text-align:left;
	width:200px;
	margin-left:34px;
	float:left;
	padding-top:50px;
	
}

#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin:0;
	padding:2px 0 2px 6px;
	list-style:none;
	font-size:9px;
}
#sidebar ul li a {
	color:#000;
	text-decoration:none;
	font-size:12px;
}
#sidebar ul li a:hover {
	color:#f00;
	text-decoration:none;
	font-size:12px;
}
#sidebar H2 {
	background:#ff0000;
	color:#fff;
	margin:20px 0 6px 0;
	padding:0px 0 0px 6px;
	font-size:14px;
	font-weight:bold;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
}

.notice {
	text-align:center;
	padding-top:18px;
	padding-bottom:18px;
	margin-top:18px;
}
.post {
	
	font-size:12px;
	float: left;
	margin: 0em 0em 3em 0em;
	padding: 0em 0em 4.6em 0em;
	line-height:16px;
	background:url(images/red_star.gif) bottom no-repeat;

}
.post h2 {
	color:#f00;
	padding:0;
	margin:0 0 6px 0;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.post h2 a {
	text-decoration:none;
	color:#ff0000;
}
