body {
	margin: 0px;
	padding: 0px;
	
	background: #000;
	
	font-family: arial,sans-serif;
	font-size: 9pt;
	
	font-weight: bold;
	color: #333;
}

#background {
	background-image: url('images/bg.png');
	background-position: top center;
}

a {
	color: #000;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 1.2em;
	text-align: center;
}

table {
	font-size: 1em;
}

img {
	border: 0px;
}

select {
	width: 100%;
}

#bodyShadow {
	width: 888px;
	background-image: url('images/bodybg.png');
	background-position: center;
	background-repeat: repeat-y;
}

#body {
	width: 800px;
	background: #ffd200;
}

#banner {
	border: 1px #000 solid;
}

.menu {
	width: 100%;
	height: 30px;
/*	border: 1px #a48700 solid;*/
}

.menu .l {
	width: 9px;
	height: 30px;
	background-image: url('images/menu/l.png');
	background-repeat: no-repeat;
}

.menu .body {
	background-image: url('images/menu/bg.png');
	background-repeat: repeat-x;
	text-align: center;
}

.menu .body a {
	margin: 0px 10px;
}

.menu .r {
	width: 9px;
	height: 30px;
	background-image: url('images/menu/r.png');
	background-repeat: no-repeat;
}

.whiteBox {
	width: 100%;
	font-size: 1.0em;
}

.whiteBox .tl {
	width: 9px;
	height: 9px;
	background-image: url('images/whitebox/tl.png');
	background-repeat: no-repeat;
}

.whiteBox .t {
	height: 9px;
	background-image: url('images/whitebox/t.png');
	background-repeat: repeat-x;
}

.whiteBox .tr {
	width: 9px;
	height: 9px;
	background-image: url('images/whitebox/tr.png');
	background-repeat: no-repeat;
}

.whiteBox .l {
	width: 9px;
	background-image: url('images/whitebox/l.png');
	background-repeat: repeat-y;
}

.whiteBox .body {
	background: #fff;
/*	height: 100%;*/
	text-align: justify;
}

.whiteBox .r {
	width: 9px;
	background-image: url('images/whitebox/r.png');
	background-repeat: repeat-y;
}

.whiteBox .bl {
	width: 9px;
	height: 9px;
	background-image: url('images/whitebox/bl.png');
	background-repeat: no-repeat;
}

.whiteBox .b {
	height: 9px;
	background-image: url('images/whitebox/b.png');
	background-repeat: repeat-x;
}

.whiteBox .br {
	width: 9px;
	height: 9px;
	background-image: url('images/whitebox/br.png');
	background-repeat: no-repeat;
}

#leftBox {
	width: 183px;
/*	background: #fff;
	border: 1px #a48700 solid;
*/
}

#rightBox {
	background: #fff;
	background: #ffff77;
	border: 1px #000 solid;
	text-align: justify;

}

.gallery img {
	border: 1px #000 solid;
}

