/* CSS Document */


* {margin: 0; padding: 0;}

html, body {height: 100%}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2;
	background: #000;
	text-align: center;
}


#wrapper {
	margin: 0 auto;
	width: 950px;
	position: relative;
	text-align: left;
	height: 660px;
	background-color: white;
}

#header {
	width: 950px;
	height: 60px;
	position: relative;
	background: #000 url(images/grayscale.png) top right no-repeat;
	
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 5px 0 10px 0;
}




/*************Top Nav Styles*****************/

#top_nav {
	position: absolute; top: 7px; right: 0px;
	list-style-type: none;
	background: none;
	padding-left: 5px;
}

#top_nav li {
	float: left;
	width: 54px;
	text-align: center;
}

#top_nav li a {
	display: block;
	height: 30px;
	background: none;
	color: #333;
	text-decoration: none;
}

#top_nav li a:hover {
	text-decoration: underline;
}

/*************END Top Nav Styles*****************/



/*************Main Nav Styles*****************/
#nav {
	position: relative;
	list-style-type: none;
	background: white;
	width: 950px;
	height: 50px;
	margin-bottom: 15px;
}

#nav li {
	float: left;
	/*width: 170px;*/
	text-align: center;
}

#nav li a {
	display: block;
	height: 40px;
	background: none;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
}

#nav li a:hover {
	text-decoration: none;
	background: #CCC;
}


/*----------You Are Here States-----------------------------------------------------*/
#body_arc li#nav_arc a,  
#body_com li#nav_com a, 
#body_peo li#nav_peo a,
#body_non li#nav_non a,
#body_pub li#nav_pub a,  
#body_pro li#nav_pro a, 
#body_wed li#nav_wed a {padding-top: 30px; height: 20px; background-color:#333; color: white;}

/*************END Main Nav Styles*****************/





img {border: none;}
img.logo {margin-top: 15px;}


div #thumbs {position: relative; width: 950px; text-align: center; padding-top: 5px;}
img.thumb {margin: 6px 12px;}


#content { 
	width: 100%;
	text-align: center;
}

#content p {margin-top: 10px;}


a.prev {
	border: none;
	text-indent: -9999px;
	background-image: url(images/prev.png);
	width: 49px;
	height: 39px;
	display: block;
	float: left;
	position: absolute;
	top: 350px;
	left: 35px;
}

a:hover.prev {background-image: url(images/prev_over.png);}

a.next {
	border: none;
	text-indent: -9999px;
	background-image: url(images/next.png);
	width: 49px;
	height: 39px;
	display: block;
	float: right;
	position: absolute;
	top: 350px;
	right: 35px;
}

a:hover.next {background-image: url(images/next_over.png);}


#body_abo a {text-decoration: none; color: #666666;}
#body_abo a:hover {text-decoration: underline;}



#random_photo {width: 950px; text-align:center;}

#body_abo #content {
	text-align: center;
	width: 550px;
	margin: 0 auto;
}

div.contact {
	float: left;
	text-align: center;
	width: 255px;
	height: 100px;
	padding: 10px;
	margin-top: 25px;
}


#body_rat #wrapper {
	height: 780px;
	}

#body_rat #content {
	text-align: center;
	width: 910px;
	padding: 0 20px;
	}


/*************Table Formatting*****************/

/*********All Tables*********/

table {
	margin-top: 20px;
	border-collapse: collapse;
}
table td {
	padding: 5px;
	text-align: left;
	border: 1px solid black;
}
table th {
	padding: 5px;
	text-align: left;
	background-color: #333;
	color: white;
	font-weight: normal;
	border: 1px solid black;
}

table td.first_row {background-color: #CCC;}
table td.header_cell {background-color: #666; color: #fff;}

/*********Rate Table*********/
	
table.rates {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.rates th {width: 25%;}


table.service {float: left;}
table.delivery {float: right;}


#copyright {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	font-size: 80%;
	margin-top: 8px;
	text-align: right;
	
}

/*********Books and Pubs Spacing (no captions)*********/
#body_pub #content {
	margin-top: 35px;
}

