@charset "UTF-8";
/*
                       +=============================+
                           > XHTML & CSS
                           > by David Sword.
                           > http://davidsword.ca
                           > (C) Copyright 2008
                       +=============================+
*/
* {
	margin:0px;
	padding:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e8489;
	background-color:#2b2f32;
}
img {
	border:0;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	margin: 0px;
}
.navigation {color:#ffffff;}
.navigation a:link { color: #FFFFFF; text-decoration: none;}
.navigation a:visited {text-decoration: none; color: #FFFFFF;}
.navigation a:hover {text-decoration: underline;color: #f2c630;}
.navigation a:active {text-decoration: none; color: #f2c630;}
a{color:#47a329;}
a:link {color: #47a329; text-decoration: none;}
a:visited {text-decoration: none; color: #47a329;}
a:hover {text-decoration: none; color: #82d367;}
a:active {text-decoration: none; color: #82d367;}
.bodybox {
	width:647px;
	margin:0px auto;
	height:inherit;
	margin-top:100px;
}
.subtext {
	color: #7e8489;
	font-size: 18px;
}
.copy {
	font-size:9px;
}
.content {
	width:631px;
	padding-left:8px;
	padding-right:5px;
}
