* {
}

body {
	color: #663300;
	font-size: 13px;
	font-family: "MS PGothic",Osaka,sans-serif;
	line-height: 130%;
	text-align: center;
	margin: 0px;
	padding: 0 0 10px 0;
	word-wrap: break-word;
}

div#frame {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 800x;
	height: 81px;
	clear: both;
}

.menu {
	color: #FFFFFF;
	background-color: #663300;
	text-align: center;
	width: 800px;
	height: 22px;
	padding-top: 3px;
	background-color: #663300;
	background-image: url("/img/bg_header.gif");
	background-repeat: no-repeat;
}

.menu a:link{
	color: #FFFFFF;
}

.menu a:visited {
	color: #FFFFFF;
}
	
div#footer {
	width: 800x;
	height: 25px;
	text-align: center;
	background-color: #663300;
	background-image: url("/img/bg_footer.gif");
	background-repeat: no-repeat;
	clear: both;
}

div#content {
	text-align: left;
	clear: both;
	padding: 10px 0 10px 0;
}

div.column {
	width: 800px;
	text-align: left;
}

div.columnLeft {
	width: 150px;
	float: left;
}

div.columnCenter {
	margin-left: 150px;
	margin-right: 155px;
	padding: 0 12px 0 12px;
}

div.columnRight {
	width: 155px;
	float: right;
}

table {
	border: 0px;
	border-collapse: collapse;
	text-align: left;
}

img { 
	border: none;
	vertical-align:middle;
}

a:link {
	color: #663300;
}

a:visited {
	color: #996600;
}

a:active {
	color: #996600;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}