html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
	font-family: arial, sans-serif;
	font-size: 12px;
}


td {
	background-color: transparent;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

#mainContainer {
	background-color: #FFF;
	padding: 10px 50px 50px 50px;
	text-align: left;
}


.display {
	background-color: #FFF;
}

img {
	display: block;
}

/*  GENERAL  */

logo img {
	height: 30px;
	width: auto;
}

.pageHeader {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}

.subhead {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}


.titleTreatment {
	font-weight: bold;
}


i {
	color: #333;
}


.indent {
	padding: 0 20px 0 20px;
}


.message {
	color: #FC0;
}



#photoAndCredit {
	font-size: 9px;
	float: right;
	padding: 0 15px 0 15px;
	text-align: center;
	line-height: 1.2em;
}


.caption {
	font-size: 10px;
	line-height: 1.2em;
}


li {
	list-style: none;
	padding-bottom: 2em;
}

strong {
	color: #000;
	font-weight: bold;
}


/*  HOME PAGE  */


#homePageContainer {
	position: relative;
 	display: block;
 	min-height: 600px;
 }
 
 #news {
 	float: left;
 	width: 300px;
 	padding: 0 30px 0 0;
 }
 
 #flags {
 	display: inline;
 }

.separator {
	padding: 20px 0 20px 0;
	text-align: center;
}

.separator img {
	margin: 0 auto;
}

.newsLink {
	text-transform: uppercase;
	font-size: 10px;
}

#home_copy .subhead {
	font-size: 1em;
	display: block;
}


/*  GALLERY  */


#galleryContainer {
	background: #FFF;
 }

#galleryNav {
	float: left;
	width: 150px;
 	text-align: left;
}

#galleryDisplay {
	float: right;
	width: 550px;
  	text-align: left;
}

#bottom_holder {
	clear: both;
	height: 50px;
}






/*  MAILING LIST  */

.mlistHeader {
	background: #DDD;
	color: #333;
}




/*  DATABASE  */

.dbBody {
	background-color: #E5E5E5;
	color: #333;
	font-size: 10px;
	font-weight: normal;
}


.dbTitle {
	background-color: #333;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}



.dbContent {
	background-color: #FFFFFF;
	color: #292929;
}

.dbDelete {
	background-color: #AAA;
	color: #000000;
}

.dbNavigation {
	background-color: #AAA;
	color: #DDD;
}





a.shop_category_link:link {
	color: #C00;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.shop_category_link:hover {
	color: #F00;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.shop_category_link:active {
	color: #F00;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.shop_category_link:visited {
	color: #666;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}







a.shop_item_link:link {
	color: #C00;
	text-decoration: none;
}

a.shop_item_link:hover {
	color: #F00;
	text-decoration: none;
}

a.shop_item_link:active {
	color: #F00;
	text-decoration: none;
}

a.shop_item_link:visited {
	color: #666;
	text-decoration: none;
}







a.gallery_category_link:link {
	color: #C00;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.gallery_category_link:hover {
	color: #F00;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.gallery_category_link:active {
	color: #F00;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.gallery_category_link:visited {
	color: #666;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}




/* COLLAPSING DIVS  */

.hidden_header, .show_title {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url("/images/show_arrow.jpg") no-repeat top left;
}

.hidden_header:hover {
	background: url("/images/show_arrow_over.jpg") no-repeat top left;
}

.show_title {
	background: none;
}

.hidden_header a, .hidden_header a:link {
	color: #666;
	font-weight: bold;
}

.hidden_header a:hover, .hidden_header a:active {
	color: #000;
}

.hidden_div {
	display: none;
	overflow: hidden;
	padding: 0 0 20px 15px;
}




a, a:link {
	color: #C00;
	text-decoration: none;
}

a:hover, a:active {
	color: #F00;
	text-decoration: none;
}