@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}
html, body {
	height:100%;
}
body {
	background:#000000 url(design/bg-body.jpg) center top repeat-y;
	font-family:Tahoma;
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
}

#bodyContainer {
	position:relative;
	width:100%;
	min-height:100%;
	height:auto; !important;
}
* html #bodyContainer {
	height:100%;
}
#container {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}
#top {
	width:760px;
	height:230px;
	margin:0px;
}
#contentLeft {
	float:left;
	vertical-align:top;
	margin-left:25px;
}
#contentRight {
	float:right;
	vertical-align:top;
	margin-right:25px;
}
#contentCenter {
	width:730px;
	vertical-align:top;
	margin-left:25px;
}
#footer {
	width:760px;
	height:112px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-380px;
}
#swout {
	width:120px;
	height:16px;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#999;
	font-size:9px;
}
#swout a:link {color:#999; text-decoration:underline}
#swout a:visited {color:#999; text-decoration:underline}
#swout a:hover {color:#CCC; text-decoration:none}

.clear {
	clear: both;
}

.head {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#000;
	padding:6px;
}
.cell {
	background:url(design/bg-cell.png);
	padding:10px;
}
.date {
	font-size:9px;
	color:#999;
}
.h1 {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

input {
	border:1px solid #333;
	background-color:#000;
	font-family:Tahoma;
	font-size:11px;
	color:#FFF;
	padding:2px;
}
textarea {
	border:1px solid #333;
	background-color:#000;
	font-family:Tahoma;
	font-size:11px;
	color:#FFF;
	padding:2px;
}
a:link {color:#F33; font-weight:bold; text-decoration:none}
a:visited {color:#F33; font-weight:bold; text-decoration:none}
a:hover {color:#F66; font-weight:bold; text-decoration:none}
