/* ------------HTML BODY */

html {
	height: 100%;
	}

body {
	color: #000;
	margin: 0;
	padding: 0;
	background: #00345C url(images/bodybg.jpg) repeat-y;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	font-size: x-small;
	height: 100%;
	min-height: 100%;
	}
	
a, a:link {
	color: #00345C;
	text-decoration: none;
	font-weight: 600;
	}

a:visited {
	color: #005BA1;
	text-decoration: none;
	font-weight: 600;
	}
	
a:hover {
	color: #005BA1;
	text-decoration: underline;
	font-weight: 600;
	}

hr {
	color: #00345c;
	background: #00345c;
	height: 2px;
	}
	
h2 {
	color: #00345C;
	display: inline;
	font-size: 130%;
	font-weight: 600;
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
ul {
	list-style: none;
	padding: 0;
	}

/* ------------CLASSES */

.buttons { 
	font-family: verdana, arial, sans-serif; 
	font-size: xx-small;
	color: #000;
	background: #e3e3e3;
	border: 1px solid #a4a4a4;
	padding: 55;
	}
	
.contact { 
	width: 300px; 
	border: 1px solid #000; 
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	color: #000; 
	}
	
.contact2 { 
	border: 1px solid #000; 
	font-family: verdana, arial, sans-serif; 
	font-size: x-small;
	color: #000; 
	}
	
.name {
	display: none;
	}
	
.nolist {
	list-style: none;
	}
	
.quote {
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	}
	
/* ------------ROSTER */

.anonymity {
	background: url(images/anonbg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}
	
.coldmetal {
	background: url(images/coldbg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}
	
.desperado {
	background: url(images/desperadobg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}
	
.egaragoras {
	background: url(images/egarabg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}

.kid {
	background: url(images/kidbg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}
	
.loismustdie {
	background: url(images/loisbg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}

.minotty {
	background: url(images/minottybg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}
	
.noir {
	background: url(images/noirbg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}	

.paintballfreak66 {
	background: url(images/pballbg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}
	
.pinky {
	background: url(images/pinkybg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}

.quickening {
	background: url(images/quickbg.jpg) no-repeat top left;
	height: 60px;
	margin: 15px 0 10px 0;
	padding: 27px 0 20px 110px;
	}
		
.rulepool {
	background: url(images/rulebg.jpg) no-repeat top left;
	height: 60px;
	margin: 5px 0 5px 0;
	padding: 27px 0 20px 110px;
	}
	
.ruhamdy {
	background: url(images/ruhambg.jpg) no-repeat top left;
	height: 60px;
	margin: 15px 0 10px 0;
	padding: 27px 0 20px 110px;
	}
	
.vgjunky {
	background: url(images/vgbg.jpg) no-repeat top left;
	height: 60px;
	margin: 15px 0 10px 0;
	padding: 27px 0 20px 110px;
	}

/* ------------IDS */

#frame {
	width: 650px;
	height: 500px;
	}
	
#index { 
	text-align: center; 
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%; 
	height: 1px; 
	overflow: visible; 
	visibility: visible; 
	display: block; 
	}
	
#index2 { 
	margin-left: -225px; 
	position: absolute; 
	top: -133px; 
	left: 50%; 
	width: 253px; 
	height: 333px; 
	visibility: visible; 
	}

#soldier {
	float: left;
	width: 110px;
	background: #fff url(images/background.jpg) no-repeat;
	height: 100%;
	border-right: 3px solid #fff;
	}
	
#content {
	float: left;
	background: #E7E7E7;
	width: 486px;
	padding: 0 7px 10px 7px;
	margin: 0 0 0 25px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	}
	
/* ------------NAVIGATION */

#navframe {
	margin: 126px 0 0 0;
	background: url(images/navigation.jpg);
	}	

#nav { 
	width: 110px; 
	height: 101px; 
	background: url(images/navigation.jpg); 
	margin: 0; 
	padding: 0; 
	position: relative;
	list-style: none;
	}
	
#nav li { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	}
	
#nav li, #nav a { 
	height: 25px; 
	display: block; 
	margin: 0; 
	padding: 0; 
	}
	
#nav1b { 
	top: 0; 
	width: 110px;
	}
	
#nav2b { 
	top: 28px; 
	width: 110px; 
	}
	
#nav3b { 
	top: 50px; 
	width: 110px; 
	}
#nav4b { 
	top: 75px; 
	width: 110px; 
	}
	
/*#nav5b { 
	top: 99px; 
	width: 110px; 
	} */
	
#nav1b a:hover { 
	background: transparent url(images/navigation.jpg) 0 -124px no-repeat; 
	}
	
#nav2b a:hover { 
	background: transparent url(images/navigation.jpg) 0 -152px no-repeat; 
	}
	
#nav3b a:hover { 
	background: transparent url(images/navigation.jpg) 0 -174px no-repeat; 
	}
	
#nav4b a:hover { 
	background: transparent url(images/navigation.jpg) 0 -199px no-repeat; 
	}
	
/*#nav5b a:hover { 
	background: transparent url(images/navigation.jpg) 0 -223px no-repeat; 
	}*/


