/*  
Theme Name: Wings Challenge
Theme URI: www.wingschallenge.com
Description: The theme made for wings challenge
Version: 1.0
Author: Dennis Lo/Norman Tan
Author URI: /

*/

body{
	margin: 0px;
	background-color:#b1b491;
	padding:0px;
	font-family:arial, helvetica, verdana, sans-serif;
}

img{
	border: 0;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
	
acronym, abbr {
	border-bottom: 1px dashed #999;
	}	

acronym, abbr, span.caps {
	cursor: help;
}
	
a:link, a:visited{
	color: #666;
	text-decoration: none;
}

a:hover, a:active{
	color: #c0c0c0;
	text-decoration: none;
}

#mainNav{
	list-style: none;
	position: absolute;
	top: 225px;
	left: 0px;
	padding: 0;
	margin: 0;
}

#secNav{
	position: absolute;
	list-style: none;
	top: 225px;
	left: 602px;
	padding: 0;
	margin: 0;
}

#mainNav a, #secNav a{
	text-indent: -1000px;
	display: block;
	width: 149px;
	height: 16px;
	margin: 10px;
	border: 0;
	overflow: hidden;
}

#mainNav #rules a{
	background: url(images/navRules.gif) 0 -17px no-repeat;
}
#mainNav #history a{
	background: url(images/navHistory.gif) 0 -17px no-repeat;
}

#mainNav #rules a:hover,
#mainNav #history a:hover{
	background-position: 0 0 ;
}

#secNav #victims a{
	background: url(images/navVictims.gif) 0 0 no-repeat;
}

#secNav #links a{
	background: url(images/navLinks.gif) 0 0 no-repeat;
}

#secNav #victims a:hover,
#secNav #links a:hover{
	background-position: 0 -17px;
}

#content{
	border: 1px solid #000;
	background: white;
	width: 400px;
	margin: 215px 0 20px 170px;
	padding: 10px;
	position: relative;
	font-size: 0.8em;
}

#footer{
	position: relative;
	margin: 0 0 20px 170px;
	font-size: 0.7em;
	width: 400px;
	text-align: center;
}

#title a{
	position: absolute;
	left: 170px;
	top: 30px;
	display: block;
	width: 482px;
	height: 167px;
	background: url(images/logo.gif) 0 0 no-repeat;
	text-indent: -1000px;
}