* {
	margin: 0;
	padding: 0;
}

body {
	background: #0A0A0A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00cc00 ;
}

h1, h2, h3 {
	color: #00cc00;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #00cc00;
	text-decoration: none;
	color:#00cc00;
}

a:hover {
	border: none;
	color: #ffffff;
}

/* Wrapper */



/* Header */

#header {
	width: 750px;
	height: 155px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	background-repeat: no-repeat;
	background: url(images/logo.jpg);
}

#header h1, #header h2 {
	float: left;
}

#header h1 {
	padding: 150px 0 0 20px;
	letter-spacing: 3px;
	font-size: 136%;
}

#header h2 {
	padding: 153px 0 0 6px;
	letter-spacing: 2px;
	font-size: 107%;
}

#header a {
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	background: url(images/bar.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 15px 0 15px;
	border: none;
	border-right: 1px solid #110F09;
	font-size: 85%;
	font-weight: bold;
	color: #F4D1C5;
}

#menu a:hover {
	color: #00cc00;
}

.current {
	color:#00cc00;
}

/* Page */

#page {
	width:720px;
	margin: 0 auto;
}


/* Content */


#content {
	float:left;
	width:100%;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font-size: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	width: auto;
	padding-right: 2%;
}

#content .mainpic {
	width:auto;
	padding-right:40px;
	padding-bottom:10px;
	text-align:center;
}

#content .boxed h2 {
	padding: 5px 0;
}

#content .team {
	padding-bottom:5px;
	clear:both;
}

#content .boxedpic {
	float:left;
	width:auto;
	padding-right:2%;
}

#team .left {
	float:left;
	width:45%;
	border:#00ff00 inset 2px;
	padding:2%;
	margin-bottom:2%;
}

#team .right {
	float:right;
	width:45%;
	border:#00ff00 inset 2px;
	padding:2%;
	margin-bottom:2%;
}	

#team .info {
	clear:both;
	margin-bottom:-20px;
}

#team .teampic {
	float:left;
	width:auto;
	height:200px;
	margin-right:3%;
	margin-bottom:2%;
}

#team span	{
	color:#F4D1C5;
}

#armoury h2 {
	text-align:center;
}

#armoury .left {
	float:left;
	width:45%;
	height:200px;
	border:#00ff00 inset 2px;
	padding:2%;
	margin-bottom:2%;
}

#armoury .right {
	float:right;
	width:45%;
	height:200px;
	border:#00ff00 inset 2px;
	padding:2%;
	margin-bottom:2%;
}	


#armoury .info {
	clear:both;
	margin-bottom:-20px;
}

#armoury .pic {
	text-align:center;
	vertical-align:middle;
	margin-bottom:2%;
}

#armoury span	{
	color:#F4D1C5;
}
		
/* Welcome */

#welcome {
}

/* Footer */

#footer {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/bar.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}
