<style type="text/css">
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- general */
* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
background-color: #000000;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
}
div#wrapper {
width: 100%;
background-color:#000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: auto;
padding: 0px;
}
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- logo */

div#header {
width:100%;
padding: 0px;
margin: 0px;
text-align: left;
background-color:#000000;
height:160px;
}
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- navigation */
ul#subnav {
	height: 50px;
	width: 1726px;
	left: 10px;
	top: 80px;	
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	float: left;
	display: inline;
	background-color:#000000;
	overflow: hidden;
	padding: 0;
}
ul#subnav li {
	width: 90px;
	float: left;
	display: inline;
	height: 24px;
	padding: 0px 5px 0px 5px;
	font-size:19px;
}
ul#subnav li a:link, ul#subnav li a:visited,ul#subnav li a:hover, ul#subnav li a:active {
	color:#999999;
	text-decoration:none;
	background-color:#1e1e1e;
	display: block;
	padding: 5px 0px 10px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align:center;
}
ul#subnav li a:hover {
	color:#ff00ff;
	background-color:#1e1e1e;
}

ul#subnav li.current a:link, ul#subnav li.current a:visited, ul#subnav li.current a:hover {
color:#ff00ff;
background-color:#1e1e1e;
	
}
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- structure */

div#main {
width: 100%;
padding: 0px;
float: left;
background-color:#000000;
background-image: url(/images/bg_jack.jpg);
background-repeat:no-repeat;
background-position:top right;
background-attachment: fixed;
}
div#text
{
margin-left: 20%;
margin-right: 20%;
min-height:700px;
}
#Content {
	width:934px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:1px solid #333;
	background-color:#eee;
	}

/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- footer */

div#footer {
width:100%;
border-bottom:0px;
padding: 0px;
margin: 0px;
text-align: left;
background-color:#000000;
}
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- text styles */
h2
{
font-size:20px;
border-bottom:4px solid #ff00ff;
}
h3
{
font-size:16px;
font-weight:normal;
}
h5
{
font-size:20px;
font-weight:normal;
line-height:16px;
}

p {
font-size:14px;
font-weight:normal;
text-decoration:none;
}
p a:link {
color:#ffffff;
}
p a:hover {
color:#ff00ff;
}
input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:0px;margin:1px 0;border:1px solid #ccc; background-color:#FFFFCC;}
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }

/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- homepage footer */

#footer1 {
padding:2px;
position:absolute;
left:2px;
top:676px;
background-color:#000000;

color:#CCCCCC;
font-size:10px;
}
#footer1 a:link, #footer1 a:visited {
color:#cccccc;
text-decoration:none;
}
#footer1 a:hover,#footer1 a:active {
color: #ffffff;
text-decoration: underline;
}
</style>