html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {

}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET */

/*page elements*/

body {
	background: url('../../images/backgrounds/stripes_mono.gif');
	font-family: Helvetica;
	color: #464646;
	font-size: 11pt;
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
	line-height: 1.3;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*classes*/

.container {
	width: 904px;
	margin: 0 auto;
}



.container_home img {
	display: block;
	margin: 0 auto;
	}

.clear {
	clear: both;
}

.title {
	letter-spacing: 2px;
	font-size: 1.8em;
	font-family: Georgia;
	padding-left: 5px;
	color: #626262;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
}

.subtitle {
	letter-spacing: 1.5px;
	font-size: 1.4em;
	font-family: Georgia;
	padding-left: 5px;
	color: #626262;
	text-align: left;
	border-bottom: 1px solid #c8c8c8;
}

.bold {
	font-weight: bold;
}

.right_float {
	float: right;
}

.right_float img {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #c8c8c8;
}

.left_float {
	float: left;
}

.news_item {
	background: #eaeaea;
	padding: 10px;
	border-bottom: 2px solid #c8c8c8;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_item .admin_link {
	font-size: 0.8em;
}

.admin_link:hover {
	text-decoration: underline;
}

.news_headline {
	font-size: 1.5em;
}

.news_date {
	display: block;
	font-style: italic;
	font-size: 0.8em;
	margin-top: -5px;
}

.admin_link {
	color: #ff0000;
}

.form_table td {
	padding-bottom: 20px;
	padding-right: 10px;
	vertical-align: top;
}

.warning_text {
	color: #ff0000;
	font-weight: bold;
}

.galleries_table {
}

.galleries_table td a {
	display: block;
	width: 130px;
	min-height: 110px;
	background: #c8c8c8;
	text-align: center;
	border-collapse: 1;
	vertical-align: top;
	padding-bottom: 5px;
	opacity: 0.8;
	color: #222222;
}


.galleries_table td img {
	border: 1px solid #dddddd;
	
}

.galleries_table td a:hover {
	opacity: 1;	
}

.gallery_thumb_title {

	opacity: 1!important;
	display: block;
	margin: 0 4px;
	font-size: 1em;
	color: #000000;

}

.gallery_strip {
	display: block;
	height: 80px;
	background: #c8c8c8;
	margin-bottom: 10px;
	padding: 10px;
	border: 5px solid #ffffff;
}

.gallery_strip:hover {
	background: #444444;
	border: 5px solid #000000;
	color: #ffffff!important;
}

.gallery_strip img {
	margin-right: 15px;
	float: left;
	border: 2px solid #000000;
}

.gallery_strip_title {
	color: #eeeeee;
	font-size: 2.5em;
	font-weight: bold;
}

.images_table td {
	text-align: center;
	background: #c8c8c8;
}

.images_table td img {
	display: block;
	margin: 0 auto;
}

.small_text {
	font-size: 0.8em;
}

/*ids*/

#header, #footer, #header_homepage {
	background: #6a6969;
	color: white;
}

#header, #header_homepage {
	padding-top: 10px;
	height: 65px;
	border-bottom: 2px solid #666666;
	/*background: white url('../../images/09-2-2.jpg') center no-repeat;*/
}

#header_homepage .container {
	padding-left: 70px;
}	


#footer, #footer_homepage {
	font-size: 0.8em;
	padding-top: 5px;
	text-align: right;
	background: url('../../images/backgrounds/stripes_mono.gif');
}

#footer .container  {

	
}

#footer p, #footer_homepage p {
	background: #333333;
	margin-left: 72%;
	padding-right: 10px;
	color: #ffffff!important;
	text-align: right;
}

#footer_homepage .container {
	width: 904px;
}

#content {
	
	background: url('../../images/backgrounds/stripes_mono.gif');
	text-align: justify;
	min-height: 500px;
	

}

#content_home {
	background: url('../../images/backgrounds/stripes_mono.gif');
	text-align: center;
	margin: 0 auto;
}

#content .container {
	margin-top: 15px;
	background: #7e7d7d ;
	border: 1px solid #717070;

	
}

#content_right {
	float: right;
	background: #ffffff;
	width: 700px;
	padding: 10px 20px;
	min-height: 600px;
	text-align: left;
	font-family: Georgia;
	padding-top: 15px;
}

#content_left {
	float: left;

	background: url('../../images/backgrounds/links_9.png') no-repeat;
	width: 164px;
	padding-top: 15px;
	min-height: 600px;
	color: white;

}

#links {
	text-align: right;
	margin-top: 25px;
}

#links a {
	display: block;
	padding: 10px;
	color: #ffffff;
	padding-right: 10px;
	letter-spacing: 1px;
	font-size: 0.9em;
	opacity: 0.8;
}

#links a:hover {
	background: #696969;
}

#links a.active_page {
	background: white;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	/*border-right: px solid #ffffff;*/
	color: #000000;
	opacity: 1!important;
}


#homepageimage {
	font-size: 4em; 
	margin: 0 auto; 
	text-align: right;
	border: 2px solid #666666;
	opacity: 0.75;

}

#homepageimage:hover {
	opacity: 1;
}

#back_to_galleries {
	display: block;
	float: right;
	background: url('../../images/back_to.png');
	height: 20px;
	width: 136px;
	margin-right: 23px;
}

#back_to_galleries:hover {
	background-position: bottom;
}
