@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
}
body {
	background-color: #000;
	color: #808080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #693;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
img {
	border: none;
}
.barURL {
	color: #fff;
}
.menuURL {
	color: #fff;
}
.bodyURL {
	color: #693;
}

.biggie {
	text-transform: uppercase;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#headerContainer {
	height: 200px;
	background-image: url(images/layout/avg-header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#breadCrumbs {
	height: 20px;
	background-color: #666;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding-left: 5px;
}
#menuContainer {
	float: left;
	width: 160px;
	background-color: #693;
	position: relative;
	clear: left;
	padding: 5px;
	height: 671px;
	color: #fff;
}
#menuContainer2 {
	float: left;
	width: 160px;
	background-color: #693;
	position: relative;
	clear: left;
	padding: 5px;
	height: 727px;
	color: #fff;
}
#menuTable {
	color: #FFF;
	padding: 5px;
}
#contentContainer {
	float: right;
	width: 790px;
	position: relative;
	clear: right;
}
#content {
	margin: auto;
	width: 95%;
	padding: 5px;
}
#contentTable {
	padding: 5px;	
}
#galleryThumbs {
	height: 56px;
	position: relative;
	clear: both;
}

#galleryThumbs ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

#galleryThumbs li.thumb {
	position: relative;
	display: inline;
	float: left;
	height: 54px;
	width: 54px;
	padding: 1px;
}

#galleryThumbs .thumb a {
	display: block;
	height: 54px;
	width: 54px;
	padding: 1px;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#galleryThumbs .thumb a:hover {
	display: block;
	padding: 1px;
	width: 54px;
	height: 54px;
	filter: alpha(opacity=100);
	opacity: 1;
}

#galleryThumbs2 {
	height: 112px;
	position: relative;
	clear: both;
}

#galleryThumbs2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

#galleryThumbs2 li.thumb {
	position: relative;
	display: inline;
	float: left;
	height: 54px;
	width: 54px;
	padding: 1px;
}

#galleryThumbs2 .thumb a {
	display: block;
	height: 54px;
	width: 54px;
	padding: 1px;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#galleryThumbs2 .thumb a:hover {
	display: block;
	padding: 1px;
	width: 54px;
	height: 54px;
	filter: alpha(opacity=100);
	opacity: 1;
}

#galleryImages {
	float: left;
	height: 625px;
	width: 403px;
	position: relative;
	padding-left: 3px;
	overflow: hidden;
}
.imgContainer {
	width: 394px;
	height: 615px;
	float: left;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#galleryContent {
	float: right;
	width: 374px;
	position: relative;
	padding: 5px;
	height: 615px;
	overflow: auto;
}
#footerContainer {
	background-color: #666;
	height: 20px;
	position: relative;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
.imgPad {
	margin: 5px;
}

