?/* Base Theme ============================================================= */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-spacing: 0;
	border: 0;
}

fieldset,img,abbr,acronym {
	border: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

img, a img {
	border: none;
}

address {
	font-style: normal;
	display: inline;
}

*html body {
	height: 1%;
}

*html #header td img {
	margin-bottom: 2px;
}

*+html #header td img {
	margin-bottom: 2px;
}

/* Layout ----------------------------------------------------------------- */

body {
	font: normal 12px "Verdana", helvetica, "ms pgothic", osaka, hirakakupro-w3, sans-serif;
	background: url(bg4.gif);
	color: #ABABAB;
	text-align: center;
	margin: 0 auto;
}

a {
	color: #bca47a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #dacea3;
	text-decoration: underline;
}

#container {
	position: relative;
	background: url(body.gif) repeat-y center;
	width: 810px;
	margin: 0 auto 0;
	text-align: center;
	bottom: 10px;
}

#content {
	width: 810px;
	margin: 0 auto;
	color: #ABABAB;
	text-align: center;
	top: 30px;
}

#header, #content, #footer {
	position: relative;
}

#alpha, #beta, #gamma {
	position: relative;
	display: inline;
	float: left;
}

#alpha-inner, #beta-inner, #gamma-inner {
	position: static;
}

/* Header ----------------------------------------------------------------- */

#header {
	background: url(header.jpg) no-repeat center top;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 800px;
	height: 127px;
	top: 10px;
}

#header table {
	display: inline;
	border: 0;
	text-align: center;
	margin: 0 auto;
}

#header td {
	vertical-align: bottom;
	text-align: center;
	height: 122px;
	margin: 0 auto;
}

#header a {
	font: bold 15px "Century Gothic", arial, helvetica;
}

#header a:hover {
	color: #dacea3;
	text-decoration: none;
}

#menu-line {
	width: 810px;
	text-align: center;
	margin: 10px auto 0;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	clear: both;
	width: 810px;
	margin: 0 auto;
	text-align: center;
}

#footer-menu {
	text-align: center;
	margin: 0 auto 7px;
	padding-top: 30px;
}

#footer-menu a {
	font-weight: normal;
	color: #ABABAB;
	padding: 0 8px;
}

#footer-menu a:hover {
	text-decoration: underline;
	color: #fff;
}

.page-top {
	font-size: 10px;
}

#copyright {
	position: relative;
	background: url(body_foot.gif) no-repeat right;
	color: #fff;
	width: 810px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
}

#copyright h3 {
	font: normal 11px "Century Gothic";
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
	width: 480px;
}

.layout-wtt #beta {
	left: 140px;
	width: 140px;
}

.layout-wtt #gamma {
	right: 180px;
	width: 180px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
	left: 210px;
	width: 430px;
}

.layout-twt #beta {
	left: -430px;
	width: 180px;
}

.layout-twt #gamma {
	width: 200px;
}


/* Wide-Thin */

.layout-wt #alpha {
	width: 625px;
}

.layout-wt #beta {
	width: 180px;
}


/* Thin-Wide */

.layout-tw #alpha {
	left: 180px;
	width: 625px;
}

.layout-tw #beta {
	left: -625px;
	width: 180px;
}


/* Medium-Wide */

.layout-wm #alpha {
	left: 185px;
	width: 620px;
}

.layout-wm #gamma {
	left: -620px;
	width: 185px;
}

/* Wide-Medium */

.layout-mw #alpha {
	width: 610px;
}

.layout-mw #gamma {
	width: 200px;
}

/* User pics */

.user-pic {
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.item {
	display: inline;
	float: left;
	margin: 0pt 5px 8px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}

@media print {
    * {
	position: static ! important;
	overflow: visible ! important;
    }
}
