#logo { 
	width: 450px;
	background: url(images/logo.png) top center no-repeat;
	margin: 60px auto;
	padding: 50px 10px 20px 0;
}

body {
	font-family: Microsoft Sans Serif,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f0fed2 url(images/body_bg.gif) top center repeat-x;
}

a:link, a:visited, a:active {
	color: #0075FB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF003C;
}

#thebox {
	width: 600px;
	background: #d2effe url(images/content_bg.gif) top center repeat-x;
	color: #666;
	border: 1px #0075FB solid;
	margin: -80px auto 0px auto;
	padding: 0px 20px 0 20px
}

#thebox2 {
	width: 550px;
	background: #d2effe url(images/content_bg.gif) top center repeat-x;
	color: #666;
	border: 1px #0075FB solid;
	margin: -80px auto 0px auto;
	padding: 0px 20px 0 20px
}

#nav {
	width: 600px;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	color: #999;
	text-align: center;
	font-family: Microsoft Sans Serif,Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 25px;
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	color: #0075FB;
	text-decoration: none;
}

#nav a:hover {
	color: #FF003C;
	text-decoration: underline;
}

#content {
	color: #666;
	font-family: Microsoft Sans Serif,Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

#content h1 {

font-size: 10px;

}

#content h1 a:hover {
	text-decoration: underline;
	font-family: Microsoft Sans Serif,Verdana, Arial, Helvetica, sans-serif;
	color: #FF003C;
}

#content h2 { 
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
text-align: center;
}

#foot {
text-align: center;
color: #696969;
}

input{
	color:#51515B;
	border:2px #0075FB solid;
	background:#f9f9f9;
	font-size: 13px;
	padding-left: 3px;
}
