
* { 
	padding:0;
	margin:0;
	border:0;
}

body {
	background: url('images/bg.gif') fixed; 
	color: #fff;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	padding:0;
	margin:0;
	line-height: 1.5em;
}

div {
	font-size:14px;
}

p {
	margin: 10px 0;
}

a { 
	color: #4f260a; 
	text-decoration: underline; 
}

a:hover {
	color:#000;
}

h3.fontTitle, h3.fontTitleSmall {
	font-family: Georgia;
	font-weight: normal;
	font-size:1.6em;
	border-bottom: 1px solid #ccc;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	margin-top: 0;
	margin-bottom: 1em;
	color:#000; 
}

h3.fontTitleSmall {
	font-size:1.2em; 
}

h3 a {
	text-decoration: none;
}

#bgImage {
	height:197px; 
	font-size:0;
	margin-top:40px; 
}

#container {
	background: #fff;
	margin: 0 auto;
	width:1000px;
	font-size:0;
	border:solid #ccc;
	border-width:1px;
	margin-bottom:40px;
}

#header {
	background:url('images/top-bg.jpg');
	width:1000px;
	height:250px;
	padding:0;
	border-bottom:1px solid #cecece;
}

#footer {
	text-align:right;
	background: #fff;
	width:970px;
	font-size:0;
	font-size:12px;
	padding: 15px;
	color:#00220C;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footMenu a { 
	text-decoration: none; 
	color: #555;
}

#footMenu a:hover { 
	text-decoration: underline;
}

#desc {
	width:670px;
	padding :15px;
	color: #444;
	float:left;
	margin-top:20px;
}
	

#desc li {
	margin: 7px 5px 7px 15px;
}

.infoBox {
	width:100%;
}

img.thumb {
	margin-right:10px;
	float:left;
	border-width:0;
}

img.gallery {
	margin:10px;
	border:1px solid #aaa;
}

#descTop {
	background: #fff;
	width:1000px;
	height:46px;
	font-size:0;
	margin:0;
	padding:0;
}

#bgInset {
	background: #fff url('images/bg-window.png') no-repeat;
	font-size:0;
	margin:0;
	width:718px;
	float:right;
	padding:15px;
}

#title {
	border-bottom:1px dotted #932826;
	padding:10px 0;
}

li, ul {
	margin: 0;
	padding:0;
}
li {
	margin-left:25px;
}

#subSite {
	background: #fff url('images/subsite.gf') repeat-y top;
	border: solid #fff;
	border-width:0 7px;
	margin-top:15px;
}
#menua {
	width:205px;
	height:500px;
	float:left;
	padding:12px;
}

#menua a.menu-item {
	font-size:12px;
	color:#4f260a;
	border:0;
	display: block;
	vertical-align: middle;
	text-align: left;
	padding:6px;
	padding-left:34px;
	width:165px;
	height: 19px !important; 
	cursor: hand; 
	background: url(images/mn_a.gif) no-repeat;
	text-decoration:none;
	border-bottom:1px solid #d19710; 
}

#menua a.menu-item:hover  {
	background: url(images/mn.gif);
}

.exception { 
	border:1px solid #ff0000;
	background: #fff; 
	padding:15px;
}

.date { 
	color:#aaa;
	font-size:10px;
	line-height:12px;
	font-weight: normal;
	width:100px;
	padding:10px;
	text-align:right;
	float:right;
	position: relative;
	top:-15px;
}


.commentDate {
	float:right;
	color:#aaa;	
	width:200px;
	padding:5px 10px;	
	text-align:right;
}

.commentTop {
	border-top: 1px solid #aaa;
	background:#f0f0f0;	
	width:100%;
	float:left;
}

.commentAuthor {
	float:left;
	width:200px;
	padding:5px 10px;
	font-weight:bold;
}

.commentText, #commentsForm { 
	clear:left;
	padding:10px 15px;
}

.memo, .edit {
	border:1px solid #aaa;
	background:#eee;
	width:100%;
	margin:0 0 10px 0;
}

.memo { 
	height:100px;
}
.memo:hover, .edit:hover, .memo:focus, .edit:focus {
	background: #fff;
}


.button {
	border:1px outset #aaa;
	background: #ddd;
	width:120px;
	height:21px;
}

.button:hover {
	background:#FFE89F;
	border-color: #FFE89F;
}

.messageBox {
	margin: 15px auto;
	width:500px;
	border:1px solid #FF4000;
	background: #f0f0f0;
	text-align:center;
	padding:10px 15px;
}

.leftBox {
	border: 1px solid #aaa;
	background:#fff;	
	padding: 10px 15px;
}

.formBox { 
	width:50%;
}
