body {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	background: #3d3937;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	color: #000;
}

a, a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #68180a;
}

.clear {
	font-size: 0;
	height: 0;
	clear: both;
}

h1 {
	color: #615e5c;
	font-size: 14pt;
	border-bottom: 1px solid #615e5c;
	padding: 5px 0 2px 20px;
	margin: 0 0 10px 0;
}

h2 {
	color: #555;
	font-size: 11pt;
	border-bottom: 1px solid #555;
	padding: 5px 20px 2px 20px;
	margin: 20px 0 10px 0;
	text-align: right;
}

#wrapper {
	width: 588px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#logo, #logo-en {
	position: relative;
	width: 588px;
	height: 84px;
	background: url('images/logo.jpg');
}

#logo a, #logo-en a {
	display: block;
	position: absolute;
	left: 26px;
	top: 42px;
	width: 190px;
	height: 30px;
	text-indent: -5000px;
}

#logo-en {
	background: url('images/logo-en.jpg');
}

#ctop {
	width: 588px;
	height: 15px;
	background: url('images/ctop.jpg');
	font-size: 1px;
}

#cbtm {
	width: 588px;
	height: 37px;
	padding-top: 35px;
	background: url('images/cbtm.jpg');
}

#cbtm a, #ctopin a {
	font-size: 10pt;
	color: #614c31;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
}

#cbtm a:hover, #ctopin a:hover, #cbtm a.active, #ctopin a.active {
	color: #bc191e;
}

#cmain, #cmainin {
	position: relative;
	width: 528px;
	background: url('images/cmain.jpg') repeat-y;
	padding: 10px 30px 20px 30px;
	text-align: left;
}

#cmain {
	height: 390px;
}

#copyright {
	color: #AAA;
	font-size: 8pt;
}

#copyright a {
	color: #999;
	font-size: 8pt;
}

#copyright a:hover {
	color: #BBB;
	font-size: 8pt;
}

#box1 {
	position: absolute;
	left: 25px;
	top: 14px;
	width: 262px;
	height: 195px;
	background: url('images/box1.gif');
	cursor: pointer;
}

#box1img {
	position: absolute;
	left: 29px;
	top: 50px;
	width: 254px;
	height: 154px;
}

#box2 {
	position: absolute;
	right: 25px;
	top: 14px;
	width: 262px;
	height: 195px;
	background: url('images/box2.gif');
	cursor: pointer;
}

#box2img {
	position: absolute;
	right: 29px;
	top: 50px;
	width: 254px;
	height: 154px;
}

#box3 {
	position: absolute;
	left: 25px;
	top: 217px;
	width: 262px;
	height: 195px;
	background: url('images/box3.gif');
	cursor: pointer;
}

#box3img {
	position: absolute;
	left: 29px;
	top: 253px;
	width: 254px;
	height: 154px;
}

#box4 {
	position: absolute;
	right: 25px;
	top: 217px;
	width: 262px;
	height: 195px;
	background: url('images/box4.gif');
	cursor: pointer;
}

#box4img {
	position: absolute;
	right: 29px;
	top: 253px;
	width: 254px;
	height: 154px;
}

#ctopin {
	width: 588px;
	height: 41px;
	padding-top: 15px;
	background: url('images/ctopin.jpg');
}

#cbtmin {
	width: 588px;
	height: 27px;
	background: url('images/cbtmin.jpg');
}

.photobox {
	float: right;
	width: 160px;
	padding: 7px 0 0 30px;
}

.photobox img, .photolist img, .brdrimg {
	padding: 2px;
	border: 1px solid #c6bb80;
	margin-bottom: 15px;
}

#maincontent {
	padding: 0 10px 0 10px;
}

div.msg_err {
	color: red;
	font-weight: bold;
	padding:3px;
	margin: 5px;
}

div.msg_ok {
	color: green;
	font-weight: bold;
	padding:3px;
	margin: 5px;
}

.frminput {
	color: #000000;
	background: #F7F7F7;
	font-family: Arial;
	font-size: 8pt; 
	padding-left: 3px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}