body {
	background: #310f06 url('images/body_bg.jpg') repeat-x top left;
	margin: 0px;
	padding: 40px;
}

a {
	color: #ff6f1a;
}

#container {
	width: 889px;
	background: #e34860;
	border: 2px solid #e34860;
}

#container tr th {
	background: #310f06 url('images/logo.jpg') no-repeat 26px center;
	color: white;
	height: 110px;
}

#tabs {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 630px;
}

#tabs:after {
	content: "asd";
	visibility: hidden;
	clear: both;
	display: block;
	line-height: 1px;
}

#tabs li {
	display: block;
	float: left;
	margin: 0px 20px;
}

#tabs li a {
	color: white;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	display: block;
}

#tabs li a:hover {
	text-decoration: underline;
	color: #e34860;
}

#container td {
	background: white;
	color: #3f0618;
	font: 12px "trebuchet ms";
}

#container td h1, #container td h2, #container td h3 {
	color: #6a2114;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	margin: 4px 0px;
}

#container td h2 {
	font-size: 18px;
}

#container td p {
	margin: 7px 0px;
}

/* @group Lightbox */

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	font-family: "trebuchet ms";
	color: e34860;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-color: black;
	opacity: .70;
	filter: alpha(opacity = 70);
}

/* @end */

input.text, input.text2 {
	background: #f3d5de;
	border: 2px solid #e286a1;
	margin: 4px;
	padding: 2px 4px;
	color: #842641;
	font-size: 12px;
	width: 88px;
}
input.text {
	display: block;
	clear: both;
	width: 200px;
}

#footer {
	width: 889px;
	margin: 10px auto;
	color: white;
	font: 11px "trebuchet ms";
}