@charset "utf-8";
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font: 11px/15px Tahoma;
}
*{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
a img{
	border: none;
}
#globalwrapper {
	margin: 0px auto;
	width: 980px;
}
#globalwrapper #topwrapper {
	float: left;
	height: 300px;
	width: 980px;
}
#globalwrapper #topwrapper #menu{
	float: left;
	width: 980px;
	height: 35px;
	font: bold 12px/35px Georgia, "Times New Roman", Times, serif;

	background: #1d0013;
}
#globalwrapper #topwrapper #menu li {
	display: inline;
	list-style: none;
}

#globalwrapper #topwrapper #menu li a{
	text-transform: uppercase;
	color: #9a7e8c;
	margin: 0px 40px;
	text-decoration:none;
}
#globalwrapper #topwrapper #menu li a:hover{
	color: #741d49;
}

#globalwrapper #contentwrapper {
	float: left;
	width: 980px;
}

#globalwrapper #contentwrapper #leftcol{
	float: left;
	width: 480px;
	padding: 20px;
	color:#b4b4b4;
}
#globalwrapper #contentwrapper #leftcol .news {
	padding: 10px 20px 10px 0px;
	float: left;
	width: 220px;
}
.date,
.cms-guestbook-entry-posted {
	font-weight:bold;
	color: #741d49;
}
.ntitle,
cms-guestbook-entry-sendername,
cms-guestbook-entry-homepage {
	font-weight:bold;
	color: #9a7e8c;
}
.rbox{
	float: left;
	width: 240px;
	height: 149px;
	margin-top: 25px;
	color: #9a7e8c;
}

.cms-guestbook-entry {
	float: left;
	width: 480px;
	padding: 10px 0px;
	border-bottom: 1px dotted #741d49;
}

.cms-guestbook-entry a{
	color: #9a7e8c;
	text-decoration: none;
}
.cms-guestbook-entry a:hover{
	text-decoration: underline;
}

.cms-guestbook-pagination_nav a{
	color: #B4B4B4;
	text-decoration: none;
}
.cms-guestbook-pagination_nav a:hover{
	text-decoration: underline;
}

#imagegallery {
	float: left;
	width: 480px;
}
#imagegallery .thumb {
	float: left;
	width: 112px;
	height: 112px;
}
#imagegallery .thumb a img{
	float: left;
	border: 3px solid #1d0013;
}
#imagegallery .thumb a:hover img{
	float: left;
	border: 3px solid #741d49;
}

#cfrom{
	float: left;
	width: 480px;
	margin-top: 20px;
}
#cform fieldset{
	border: 1px dotted #741d49;
}
#cform legend{
	padding: 0px 10px;
}
#cform label{
	float: left; 
	width: 180px;
	height: 26px;
	line-height: 24px;
	padding: 0px 10px;
	margin: 5px 0px;
}
#cform input{
	float: right; 
	width: 232px;
	height: 16px;
	padding: 4px;
	line-height: 24px;
	border: none;
	margin: 5px 10px;
	color: #cccccc;
	background-color:#1d0013;
	border: 1px dotted #741d49;
}
#cform textarea{
	float: right; 
	width: 232px;
	height: 16px;
	padding: 4px;
	border: none;
	margin: 5px 10px;
	color: #cccccc;
	background-color:#1d0013;
	border: 1px dotted #741d49;
}
#cform #submitbtn{
	float: right;
	width: 111px;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
	margin: 5px 10px;
	cursor: pointer;
}
#cform #resetbtn{
	float: right;
	width: 111px;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
	margin: 5px 10px;
	cursor: pointer;
}