@charset "UTF-8";
/* CSS Document */

html{
	color: #272727;;
	background:#3c3c3c;
}

body {
	background-color: #3c3c3c;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #272727;
}

p {
	line-height: 130%;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

a:link {
	color: #272727;
	text-decoration: none;
}
a:visited {
	color: #272727;
	text-decoration: none;
}
a:hover {
	color: #272727;
	text-decoration: underline;
}
a:active {
	color: #272727;
	text-decoration: none;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #272727;
	padding: 10px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #272727;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}


/* WRAPS ALL CONTENT */
#wrapper {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


/* HEADER ELEMENTS */
#top {
	background-color: #000;
	height: 115px;
	width: 870px;
}

#logo {
	height: 115px;
	width: 265px;
	padding: 0px;
	border: 0px;
	float: left;
}

/* NAV ELEMENTS */
#nav {
	float: right;
	margin: 20px 25px 0px 0px;
}

#nav ul{
	text-align: right;
}

#nav li{
	background:transparent;
	height: 20px;
	margin:0;
}

#nav li a{
	font-family: "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size: 12px;
	color: #FFF;
	display:block;
	text-decoration: none;
}

#nav li a:hover{
	display:block;
	text-decoration: underline;
}
/* END HEADER ELEMENTS */


/* BEGIN MIDDLE ELEMENTS */
#mid {
	width: 860px;
	padding: 5px;
	margin: 0px;
	background-color: #FFF;
	overflow: hidden;
}

#midContent {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0px 0px 20px 0px;
}

.galBox {
	width: 820px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}

.galBoxTop {
	height: 15px;
	width: 820px;
	background-image: url(framework/galBoxTop.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

.galBoxMid {
	width: 820px;
	background-image: url(framework/galBoxMid.gif);
	background-repeat: repeat-y;
	padding: 0;
	overflow: hidden;
	clear: none;
}

.galCatWrap{
	width: 820px;
	padding: 5px 15px 0px 15px;
}

.galCategory {
	height: 180px;
	width: 190px;
	padding: 0px 10px 0px 0px;
	border: none;
	float: left;
	text-align:center;
	color: #585858;
}

.galCategory a {
	color: #585858;
}

.galBoxBot {
	height: 15px;
	width: 820px;
	background-image: url(framework/galBoxBot.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 20px;
	clear: both;
}


/* END MIDDLE ELEMENTS */


/* PAGE FOOTER */
#bot {
	height: 30px;
	width: 870px;
	background-color: #000;
}