* {
	padding: 0;
	margin: 0px 0px;
}
body {
	font-family: "Century Gothic", Georgia, "times New Roman";
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-color: #ece8d4;
	color: #746051;
}

a{color:#746051}
a:hover{color:#504135}
h1{
	font-size: 14px;
}
p{
	font-weight: normal;
}

img{border:0px;}

#wrapper {
	width: 660px;
	margin: 0 auto;

}
#wrapperbg {
	width: 100%;
	margin: 0 auto;
	background-image: url(images/bgmain.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 660px;
	float: left;
	padding: 0px;
	height: 175px;
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 350px;
	width: 150px;
	float: left;
}
#rightcolumn {
	float: right;
	margin: 0px;
	height: auto;
	min-height:350px;
	width: 450px;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
 
#footer {
	width: 660px;
	clear: both;
	color: #b9b6a5;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #b9b6a5;
}
#footer a:hover{
	text-decoration: underline;
	color: #504135;
}
#menudiv{
	height: auto;
	width: 140px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #dcd5c2;
}
 .menuitem {
	color: #504135;
	font-family: "Century Gothic", Georgia, "times New Roman";
	font-size: 10pt;
	text-decoration: none;
	padding: 3px;
	width:120px;
	display: block;
	margin-left: 5px;
}

.menuitem:hover {
	color: #322821;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #dcd5c2;
	font-weight: normal;
}

.imagethumb {
	margin: 1px;
	border: 4px dashed #dcd5c2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}
.imagethumb:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
}
.imageflt {
	float: right;
}
