body {
	background-color: #030303;
	/*background-image: url("/img/back.jpg");
	background-repeat: repeat-x;
	background-position: top;*/
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

a {
	color: #f5eab3;
}

h1 {
	color: White; 
	padding: 0px; 
	margin: 0px; 
	margin-top: 8px;
	font-family: "Monotype Corsiva", "Times New Roman"; 
	font-size: 35px; 
	font-weight: normal;
	text-align: center;
}

#header {
	background-image: url("/img/header.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 161px;
}

#content {
	/*background-image: url("/img/right.jpg");
	background-position: top right;
	background-repeat: no-repeat;*/
	color: White;
	font-size: 12px;
	max-width: 1240px;
}

#box {
	background-color: #000000;
	border-collapse: collapse;
	width: 100%;
}

#box td {
	padding: 0px;
}

#menu {
	margin-top: 5px;
	border-collapse: collapse;
}

#menu td {
	padding: 0px;
}

.menu_left_a {
	background-image: url("/img/menu_left_a.gif");
	background-position: left;
	background-repeat: no-repeat;
	height: 83px;
}

.menu_right_a {
	background-image: url("/img/menu_right_a.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 83px;
	display: table-cell;
	vertical-align: middle;
}

.menu_left_n {
	height: 83px;
}

.menu_right_n {
	height: 83px;
	display: table-cell;
	vertical-align: middle;
}

#menu a {
	font-family: 'Monotype Corsiva', 'Times New Roman'; 
	font-size: 25px;
	font-style: italic;	
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;	
}

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

.footer {
	padding-right: 50px;
	margin-bottom: 10px;
}

.container {
	width: 188px;
	height: 208px;		
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background-image: url("/img/container_min.gif");
	background-repeat: no-repeat;
	padding: 0px;
	text-align: left;
	color: Black;
}

.container a {
	color: Black;
}

.set {
	width: 180px;
	height: 200px;		
	border: solid 1px #c0c0c0;		
}

.set .title {
	width: 180px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.set .picture {	
	width: 180px;
	height: 150px;
	text-align: center;
}

.set .info {
	width: 180px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.image {
	width: 170px;
	height: 200px;	
	float: left;
	margin-right: 32px;
	margin-bottom: 32px;
	background-color: White;
	color: Black;
}

.image .title {
	width: 170px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.image .picture {	
	width: 170px;
	height: 160px;
	text-align: center;
	padding-top: 10px;
}

.image a {
	color: Black;
}

.path {
	padding: 10px;
	padding-left: 20px;
}


.form td {
	padding: 5px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
}

.form .round {
	padding: 5px;
	padding-left: 0px;
}

.form .standard {
	width: 180px;
}

.form .soft {
	width: 100px;
}

.form .mini {
	width: 50px;
}

.form .error td {
	padding: 0px;
}

.form .error_place {
	padding: 0px;
}


.submit {
	padding: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 26px;
}

.required {
	background-image: url("/img/required.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 8px;
}

.not_required {
	padding-left: 8px;
}

.nopad {
	padding: 0px !important;
}

.minibr {
	margin-bottom: 5px;
}

.tall {
	float: left;
	margin: 15px;
}

.topic_red {
	background-image: url("/img/topic_red.jpg");
	padding: 10px !important;
	color: White;
}

.topic_black {
	background-image: url("/img/topic_black.jpg");
	padding: 10px !important;
	color: White;
}

.big {
	color: Black;
	background-color: White;
}

.big a {
	color: Black;
}

.content {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.approved h2 {
	color: LightGreen;
	margin-bottom: 15px;
}

.declined h2 {
	color: LightCoral;
	margin-bottom: 15px;
}

.join td {
	padding: 1px !important;
}

.login td {
	padding: 1px !important;
}

.bonus_text {
	color: White; 
	padding: 0px; 
	margin: 0px; 
	margin-top: 8px;
	font-size: 16px; 
	font-weight: normal;
	text-align: center;
}