@charset "UTF-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	height:100%;
	font-family:"Century Gothic", "Tw Cen MT", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	background:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat;
	color:#000000;
	}


h1 {
	font-weight:regular;
	color:#343434;
	font-size:22px;
	line-height:normal;
}

h2 {
	font-weight:bold;
	color:#565656;
	font-size:17px;
	line-height:normal;
	text-transform:uppercase;
}
.tabContent h2 {
	color:#ee2e24;	
}
h3	{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	line-height:normal;
}


a {
	font-weight:bold;
	outline:none;
}
a:link { color:#909090;}
a:visited { color:#909090; }
a:hover { color:#a4211a; }


p,div,td,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#707070;
}
ul,ol { text-align:left; }

.zTop {
	position:relative;
	z-index:200;
}

#mainContent {
	color:#fff;
}

.miniGallery {
	 padding:4px; border:1px solid #c8c8c8;
}

.mainNav {
	margin-right:20px;
	
}
.subNav {
	margin-right:20px;
}