body {
	background-color: #000000;
	margin: 0px;
}
#Container {
	width:682px;
	margin-left:auto;
	margin-right:auto;
}
#Header {
	height:421px;
}
#Content {
	font-family:"Century Gothic";
	font-size:12px;
	color:#CCC;
	background-image:url(../images/common/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#gallery ul {
	margin:25px;
}
#gallery li a img {
	margin:0 5px;
	float:left;
	list-style:none;
	display:block;
	width:140px;
	height:76px;
	border:3px double #990000;
}
#gallery li a:hover img {
	border:3px double #FF0000;
}
.img {
	border:3px double #990000;
}
#Content li {
	list-style-type: square;
}
#Content a {
	color:#CCC;
	text-decoration: underline;
}
#Content a:hover {
	color:#FF0000;
	text-decoration:none;
}
#Titles {
	height:45px;
	background-image:url(../images/common/title-bg.png);
	background-position: center 9px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
	color:#ccc;
	padding:20px 0 0 15px;
	font-weight: bold;
}
#Footer {
	background-image:url(../images/common/footer-bg.jpg);
	background-repeat:no-repeat;
	padding-top:13px;
	height:32px;
	font-family:"Century Gothic";
	font-size:12px;
	color:#999;
	text-align:center;
}
#Footer a {
	text-decoration:none;
	color:#999;
}
#Footer a:hover {
	color:#fff;
}
input, select {
	width:160px;
	margin-left:5px;
	border:1px solid #990000;
	background-color: #000;
	font-family:"Century Gothic";
	font-size:12px;
	color:#fff;
	padding:2px;
}

.input, select {
	margin-left:5px;
	border:1px solid #990000 !important;
	background-color: #000 !important;
	font-family:"Century Gothic";
	font-size:12px !important;
	color:#fff !important;
	padding:2px !important;
	width:40px !important;
}


textarea {
	width:460px;
	height:100px;
	margin-left:5px;
	border:1px solid #990000;
	background-color: #000;
	font-family:"Century Gothic";
	font-size:12px;
	color:#fff;
	padding:2px;
}

.textarea {
	width:300px !important;
	height:100px;
	margin-left:5px;
	border:1px solid #990000;
	background-color: #000;
	font-family:"Century Gothic";
	font-size:12px;
	color:#fff;
	padding:2px;
}

.radio {
	margin:0px;
	padding:0px;
	border:none;
	width:15px;
}
.radio2 {
	background-color:#620000;
	margin:0px;
	padding:0px;
	border:none;
	width:15px;
}
td {
	padding:5px;
}