body {
	background: #161616;
	margin: 1.8em 0 0 0;
	color: #fff;
	font: 14px Arial;
	text-decoration: none;
	line-height: 1.6em;
}

a { 
	font-size: 14px; 
	color: #fff; 
	text-decoration: none;
}

a:hover, a:focus { 
	font-size: 14px; 
	color: #fff; 
	text-decoration: none;
	outline: none;
}

.logo { 
	display: block;
	text-decoration: none;
}

.logo:hover, logo:focus { 
	text-decoration: none;
	outline: none;
}

.content {
	color: #fff;
	font: 14px Arial;
	text-decoration: none;
	line-height: 1.6em;
}

.thead {
	color: #fff;
	font: 18px Arial;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6em;
}

.alt1 {
	color: #fff;
	font: 14px Arial;
	text-decoration: none;
	line-height: 1.6em
}

.input {
	border: 1px solid #f750aa;
	background: #dd1381;
	color: #fff;
	width: 220px;
	font-size: 14px;
	margin: 0 0.5em;
}

.button { 
	border: 1px solid #f750aa;
	background: #dd1381;
	color: #fff;
	font-size: 14px;
	margin-left: 1.5em;
}

#header {
	background-image: url(../images/bg_header.png);
	width: 100%;
	height: 180px;
	border-top: 1px solid #f750aa;
	border-bottom: 1px solid #f750aa;
	text-align: center;
}

#menu {
	padding: 25px;
	text-align: center;
}

#menu ul {
	margin: 0px auto;
	padding: 0em;
	width: 100%;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	padding: 0.4em 0.9em;
}

#menu ul li a:hover
{
	background-color: #dd1381; 

	text-decoration: none;
}

#content_box {
	text-align: center;
}

#content {
	width: 728px;
	text-align: left;
}

#check {
	background: #222;
	border: 1px solid #3f3f3f;
	padding: 1.8em 1.8em 1.8em 1.8em;
	text-align: center;
}

#footer {
	margin: 0 0 1.8em 0;
	background-image: url(../images/bg_footer.png);
	width: 100%;
	height: 180px;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	text-align: center;
}

#footer_box {
	margin-top: 1.8em;
	width: 728px;
	text-align: left;
}

#footer_left {
	float: left;
	width: 350px;
	text-align: left;
}

#footer_right {
	float: left;
	margin: 50px 50px 0 0;
	width: 328px;
	text-align: left;
}

.foot { 
	color: #999; 
	text-decoration: underline;
}

.foot:hover, .foot:focus { 
	color: #fff; 
	text-decoration: none;
}