﻿* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: auto;
	background-image:url('../graphics/backdrops/carbonfibre.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 1024px;
	height: auto;
}
#contentwrapper {
	margin: 0px;
	border: 5px none #FF00FF;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
}
#navigation {
	float: left;
	width: 100%;
	padding: 5px 0px 5px 0px;
	border: 5px none #000000;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
	height: inherit;
}

#header {
	background-position: center;
	width: inherit;
	padding: 0px;
	border: 0px solid #000000;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	clip: rect(auto, auto, auto, auto);
	visibility: visible;
	display: block;
	float: none;
	clear: both;
}
#leftcolumn {
	color: #FFFFFF;
	/*background-color: black;*/
	border: 5px none #FFCC00;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 25%;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	position: static;
	vertical-align: text-top;
	font-weight:bold;	
}
#content {
	float: left;
	color: #FFFFFF;
	/*background-color: black;*/
	border: 5px none #FFCC00;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 50%;
	display: inline;
	vertical-align: text-top;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight:bold;	
}
#rightcolumn {
	color: #FFFFFF;
	border: 5px none #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 25%;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	vertical-align: text-top;
	float: left;
	display: inline;
	font-weight:bold;	
}
#footer {
	color: #FFFFFF;
	/*background-color: black;*/
	border: 5px none #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#leftcolumnbig {
	color: #FFFFFF;
	border: 5px none #000000;
   	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 35%;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	position: static;
	vertical-align: text-top;
	font-weight:bold;	
}
#contentbig {
	float: left;
	color: #FFFFFF;
	/*background-color: black;*/
	border: 5px none #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 65%;
	display: inline;
	vertical-align: text-top;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight:bold;	
}
/*#rightcolumnbig {
	color: #000000;
	border: 5px none #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 35%;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: right;
	position: static;
	vertical-align: text-top;
	font-weight:bold;	
}*/
#onecolbig {
	float: inherit;
	color: #FFFFFF;
	border: 5px none #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	vertical-align: text-top;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight:bold;	
}
/*#onecolbigsolid {
	float: inherit;
	border: 5px none #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	display: inline;
	vertical-align: text-top;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight:bold;
}*/
.leftaligncolumn {
text-align: left;
}
.centertextfooter {
	padding: 0px;
	margin: 0px;
	border: 5px none #000000;
	text-align: center;
	width: 1024px;
	height: auto;
	font-weight:bold;
}
.centertext {
	text-align: center;
	color: white;
}
.fontsizemedium {font-size: medium;}
.headingbigsize {font-size: xx-large;}
.htmllinknoborder {border-width: 0;}
.textrtalign {text-align: right;}
.vertalbottom {
	border-width: 0;
	vertical-align: bottom;
}
.largefont {font-size: large;}
.whttxt {color: #FFFFFF;}
a img
{
border: none;
}
a:link {color: #00FFFF; text-decoration: underline; }
a:active {color: #00FFFF; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #00FF00; text-decoration: none; }

