/* @override http://mygobigstory.com/styles/main.css */

* {
	border: none;
}

body {
	background: #000 url(../images/bg.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #eee;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
}
#header {
	height: 296px;
}

#top {
	height: 100px;
}

#content {
	background: #000;
	padding: 45px;
}

#content h2 {
	color: #0cf;
	text-transform: capitalize;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: normal;
	font-style: normal;
}

#footer {
	height: 50px;
	background: url(../images/bg-footer.gif) no-repeat;
	color: #00CCFF;
	padding: 20px;
	font-size: 11px;
	line-height: 13px;
}

a {
	color: #0cf;
	text-decoration: none;
}

input {
	border: 2px solid #CCCCCC;
	font-size: 13px;
}

#menu {
	margin: 0px;
	background: #000;
	height: 30px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
}

#menu li {
	display: block;
	float: left;
	font-size: 18px;
	padding: 5px 15px;
}
.byline {
	color: #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.designby {
	color: #666666;
}
.designby a {
	color: #666666;
}
