/* Global Section */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	background-image:url(../images/site-background.jpg);
	background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
}
/* Page Attributes */
div#page {
	width: 789px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
	height: auto;
	display: block;
	visibility: visible;
	background-image: url(../images/main_bkgnd.gif);
}
/* Menu Attributes */
div#menu {
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 110%;
	color: #FFFFFF;
	word-spacing: 1em;
}
div#menu a:link {
	font-size: 100%;
	font-weight: bold;
	color: #CCCCCC;
}
div#menu a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #CCCCCC;
}
div#menu a:active {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
div#menu a:hover {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
/* Breadcrumb Attributes */
div#breadcrumb {
	background-color: #9999CC;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}
div#breadcrumb_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-left: 5px;
}
div#breadcrumb_text a:link {
	color: #FFFFFF;
	font-weight: normal;
}
div#breadcrumb_text a:hover {
	font-weight: normal;
}
div#breadcrumb_text a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
/* Main DIV for Index Attributes */
div#main-home {
	float:left;
	width:100%;
	background-color: #666699;
	padding-top:25px;
	padding-bottom:25px;
}
div#main-home img {
	padding:3px;
}
div#main-home a img {
	border:none;
}
div#main-home img.short {
	margin-top:67px;
}
div#main-home a p {
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
}
.ss {
	float:left;
}
/* Left Bar Attributes */
div#left {
	float:left;
	width:143px;
	padding: 5px;
	text-align: left;
}
div#quote {
	float:left;
	padding: 5px;
}
p.quotereg {
	font-size: 120%;
	font-style: italic;
	text-align: center;
	line-height: 180%;
}
.quote1 {
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	color: #FFCC99;
}
.quote2 {
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
}
.quote3 {
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	color: #CCFFCC;
}
.quote4 {
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	color: #CCCCFF;
}
.citation {
	font-style: italic;
	font-weight: bold;
}
/* Main Content Section Attributes */
div#right {
	text-align: left;
	margin-left: 153px;
	padding-right: 5px;
	padding-left: 5px;
}
div#right h1, div#main-home h1 {
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	letter-spacing: 0.4em;
	text-align: center;
	word-spacing: 0.4em;
	padding: 4px;
}
div#right h2 {
	font-size: 140%;
	color: #FFFFFF;
	margin-left: 5px;
	font-style: italic;
	font-weight: normal;
	padding: 4px;
}

div#right h3 {
	font-size: 120%;
	padding-left: 12px;
	font-weight: normal;
}

div#right p {
	margin: 10px;
	font-size: 120%;
}
div#right ul {
	list-style-type: circle;
	font-size: 120%;
	margin-left: 30px;
}
div#right a:link {
	color: #CCCCCC;
}
div#page_content {
	padding: 5px;
}
/* GALLERY 5 STYLES */
div#page_content_5 {
	float: left;
	width: 626px;
}
div#page_content_5 a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
div#page_content_5 a:hover {
	text-decoration: underline overline;
	font-weight: bold;
	color: #FFFFFF;
}
div#page_content_5 a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

/*News Styles */
div#news_content {
	padding: 2px;
	float:left;
	border: 2px solid #CCCCCC;
	background-color: #CCCCFF;
	margin: 4px;
}
div#news_text {
	margin: 8px;
}
div#news_text a:link {
	color: #CCCCCC;
}
div#right a:visited {
	color: #CCCCCC;
}
div#news_text h1 {
	text-decoration: none;
	border: none;
	font-size: 14px;
	color:#FFFFCC;
}
div#news_text a {
	color: #FFFFFF;
}

.news_pic {
	padding-bottom: 250px;
	float:none;
	width:230px;
}
.news_pic_large {
	float: right;
	margin: 4px;
}
.news_pic_large img {
	border: solid 1px #FFFFFF;
	margin-bottom: 20px;
}
.news_pic_large2 {
	float: left;
	margin: 4px;
	border: 1px solid #CCCCCC;
}
/* End News Styles */

/* Gallery Navigation */
div#navigation {
	float: left;
	width: 100%;
	background-image: url(../images/menubackgnd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 85%;
}

div#navigation ul {
	margin: 0px;
	padding: 10px 10px 0px;
	list-style-type: none;
}

div#navigation li {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/gray_door_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#navigation a {
	display: block;
	background-image: url(../images/gray_door_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

div#navigation #selected {
	background-image: url(../images/blue_door_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#navigation #selected a {
	background-image: url(../images/blue_door_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 6px;
	color: #FFFFFF;
}

div#page_content a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
div#page_content a:hover {
	text-decoration: underline overline;
	font-weight: bold;
	color: #FFFFFF;
}
div#page_content a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
div#page_content2 {
	height: auto;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
div#page_content2 a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
div#page_content2 a:hover {
	text-decoration: underline;
	font-weight: normal;
}
div#page_content2 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* Gallery Related Styles */
.picholder {
	width: 180px;
	border: 2px solid #CCCCCC;
	text-align: center;
	background-color: #9999CC;
	float: left;
	margin: 8px;
	cursor:pointer;
}

.tall_picholder {
	background-color: #9999CC;
	text-align: center;
	margin: 5px;
	float: left;
	width: 140px;
	border: 2px solid #CCCCCC;
}

.poem {
	text-align: center;
	padding: 5px;
	width: 354px;
	float: left;
	font-size: 14px;
}

.poem p {
	margin: 0px 4px;
	font-size: 80%;
	font-style: italic;
}

.poem h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	margin: 8px;
	text-transform: uppercase;
}

div#art_desc {
	border: 1px solid #9999CC;
	padding: 2px;
	text-align: left;
	width: 348px;
	float: left;
	margin-top: 10px;
	background-color: #CCCCCC;
}

div#art_desc p {
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

div#big_pic {
	float: left;
	width: auto;
	border: 1px solid #FFFFFF;
}

.picname {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer Attributes */
div#footer {
	background-color: #666666;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	clear: both;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
hr {
	border: 1px dotted #FFFFFF;
	width: 80px;
}
#page #right #page_content2 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #636563;
}
#page #right #page_content2 h1 {
	text-transform: uppercase;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 0px;
}
#page #right #page_content2 hr {
	width: 80%;
	background-color: #9C9ACE;
	margin: 6px;
}
#page #right #page_content2 p {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	text-align: center;
}
