/* CSS Document */

/* Sets all margins and padding to 0 to override browser defaults */
* {
	margin: 0;
	padding: 0;
}

body {
/*	background:#111111; */
	background:#000000;
	margin: 0;
	padding: 0;
	/*font-family: Verdana, sans-serif;
	font-size: 1em;
	text-align: left;*/
}

/*
a:link 		{color: #FFFFFF; text-decoration: none;}
a:visited 	{color: #FFFFFF; text-decoration: none;}
a:hover 	{color: #FFFFFF; text-decoration: underline;}
a:active 	{color: #FFFFFF; text-decoration: none;}
*/

.current_page {
	font-weight: bold;
}

.hide_me {
	display: none;
}

/* I needed to put the image here instead of in body because the bg color
in body was covering it up?? */
#background {
	background-image: url(images/bg-texture.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	/*this padding is so that the gradient at the bottom
	of the image blends in with the black bground*/
	padding: 0 0 300px 0;
	margin: 0;
}

#wrapper {
	background:#000000;
	background-image: url(images/bg-centerDiv-960.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	text-align: center;
}

#nav {

	padding: 134px 0 0px 0;
	text-align: center;

}

#nav li {
	list-style: none;
	display: inline;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	border-right: 1px solid #FFFFFF;
	padding: 0 10px 0 12px;

}

#nav li.last {
	border-right: none;
}

#content {
/*	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
*/	
	margin: 12px 7px 20px 7px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #CCCCCC; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #CCCCCC; text-decoration: underline; }


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #CCCCCC;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.pagenums {
	font-size:10px;
	font-family: Trebuchet MS, verdana, arial;
	color: #CCCCCC;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 11px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #CCCCCC;
}

.indexInfo .date {
	color: #CCCCCC;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
	color: #CCCCCC;
}

.content {
	font-size:11px;
/*	color: #CCCCCC;*/

	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #CCCCCC;
}

.contentLast {
	font-size:11px;
/*	color: #CCCCCC;*/
	padding-top:6px;
}

/* feedback */

.feedback {
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 6px 6px 0 6px;
}

.checkBoxText
{
	font-size: 11px;
	color: #CCCCCC;
}
.button {
	font-weight:bold;
	font-size: 11px;
	color:#CCCCCC;
	width:100%;
	background-color:#D6BA8B;
}

#footer {
	margin: 50px 0 0 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #999999;
}


