@charset "utf-8";
/* Universal Reset */	
	* {margin:0 0 0 0;padding:0 0 0 0;}
	* a {outline: none;}

	body,td,th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
	}
	body {
		background-image:url(/images/bg.jpg);
		background-repeat:repeat-x;
		background-color: #000000;
	}
/* General Element Stylings */	
	p,li{padding-bottom:10px;}
	ul,ol{margin-bottom:20px;}
	h1{color:#4A4A4A;font-size:19px;padding:0 0 0 0;margin:0 0 10px 0;font-family:"Trebuchet MS";text-transform:uppercase;}
	h2{color:#E0001A;font-size:12px;padding:0 0 0 0;margin:0 0 10px 0;}
	h3{color:#4A4A4A;font-size:15px;padding:0 0 0 0;margin:0 0 10px 0;}
		h3 a{text-decoration:none;}
	h4{color:#439F3A;font-size:15px;padding:0 0 0 0;margin:0 0 10px 0;}
	h5{color:#9F343A;font-size:15px;padding:0 0 0 0;margin:0 0 10px 0;}
	h6{color:#000000;font-size:15px;padding:0 0 0 0;margin:0 0 10px 0;}
	a:link{color:#666666;}
	a:visited{color:#666666;}
	a:hover{color:#E0001A;}

	.greyText {
		color: #ABABAB;
	}
	.highlight {
		color:#E0001A;
	}
/* Build Elements */
	#canvas {
		position:relative;
		margin:0 auto;
		width:639px;
		z-index:1;
	}
	/* Header Area */
		#header {
			background:url(/images/headerBG.png) no-repeat;
			height:201px;
			padding:28px 42px 0 42px;
		}
	/* Nav Area */
		#navMenu {
			text-align:center;
			padding-top:12px;
			height:43px;
			background:url(/images/navBG.png);
		}
		#navMenu a, #navMenu span {
			display:inline-block;
			margin:0 10px;
			color: #FFFFFF;
			font-size:14px;
			font-family:"Trebuchet MS";
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			border-bottom:3px solid #1F1F1F;
		}
		#navMenu a:hover {
			color: #FFFFFF;
			font-family:"Trebuchet MS";
			border-bottom:3px solid #535353;
		}
		#navMenu .active {
			color: #ADADAD;
		}
	/* Subnav Menu */

	/* Gallery Items */
		#gallery {
			display:block;
			text-align:center;
			border:1px solid #FFFFFF;
		}
		#gallery b a {
			color:#000000;
		}
		#gallery div {
			padding:10px;
		}
		#gallery p {
			text-align:justify;
			padding:10px;
			height:100px;
		}
		#gallery img {
			border:1px solid #CCCCCC;
			padding:5px;
		}
		#gallery .galleryThumb {
			position:relative;
			float:left;
			width:168px;
			margin:7px;
			text-decoration:none;
			padding:0;
		}
		#gallery .galleryThumb p {
			margin:0 auto;
			padding:0;
			text-align:center;
			font-size:10px;
			width:140px;
			height:25px;
		}
		#gallery .galleryThumb img {
			padding:3px;
			border:1px solid #CCCCCC;
			width:160px;
			text-decoration:none;
		}
		#gallery .imageName {
			width: 400px;
			display:inline-block;
			font-weight:bold;
			color:#333333;
		}

	/* Content Area */
		#content{
			overflow:auto;
			padding:1px 44px 0 45px;
			background:url(/images/contentBG.png) repeat-y;
		}
		#content p img {display:block;}
	/* Footer Area */
		#footer {
			text-align:center;
			padding-top:48px;
			height:70px;
			background:url(/images/footerBG.png) no-repeat;
			color: #FFFFFF;
			font-size:11px;
		}
	/* Decorative Item 1 */
		#decor1 {
			position:absolute;
			top:0;
			left:50%;
			margin-left:-481px;
			width:169px;
			height:416px;
			background:url(/images/GT.gif) no-repeat;
			z-index:0;
		}	


