@charset "UTF-8";
/* CSS Document */

body {
	/*background: #7C6F5C url(img/bg.jpg);*/
	color: #222;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2% 0;
	margin-left: 15px;
}

a {color: #000066;}
a:hover {color: #000066;}

big {font-size: 1.1em;}

h1 {
	color: #000000;
	font: normal 18px Arial, Helvetica, sans-serif;
	padding: 4px 0 2px;
}

h1 a {text-decoration: none;}
h1 a:hover {color: #000000; text-decoration: underline;}

h2,h3 {
	color: #442;
	padding: 4px 0 2px;

}

h2 {font: normal 16px Arial, Helvetica, sans-serif;}
h3 {font: bold 12px serif,sans-serif;}

blockquote {
	/*background: url('img/quote.gif') no-repeat;*/
	display: block;
	font: normal 1.1em Georgia,serif;
	/*padding-left: 26px*/
}

form,table {margin-bottom: 1.2em;}
img {
	/*border: none;*/
	border-color: #000;
	padding-right: 10px;
}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 4px;}
small,.small {font: normal 0.9em sans-serif;}
ul,ol {padding: 0 2em 1.2em;}

/* structure */

#container {
	font-size: 12pxm;
	line-height: 12px;
	margin: 0 auto; background: #FFFFFF;
	width: 770px;
}

/* header */
.header {
	border-top: 2px solid #332;
}

/* navigation */
.navigation {
	background: #EAE7DF url(images/menu1.jpg) repeat-x; height: 41px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #333322;
}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: left; list-style: none;}
.navigation li a {
	background: #FFF url(images/menu1.jpg) repeat-x;
	border-right: 1px solid #3A3a3B;
	color: #FFF;
	display: block;
	font: bold 14px Tahoma,sans-serif;
	line-height: 41px;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
	
}
.navigation a:hover {
	background-position: left bottom;
	background: #FFF url(images/menu2.jpg) repeat-x;
	color: #ffffff;
}
.navigation .current_page_item a {color: #331;}
#wrapper {
	width:270px;
}
.form {float:center; padding:10px 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
/*.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
*/
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
.photos {
	overflow: hidden;
	border: 5px solid #f0f0f0;
	padding: 2px;
	width: 640px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}


.photos img.logo {margin: 0 auto; display:block;}
.photos .img {
	padding: 5px 0;
	margin: 5px 0;
	float: left;
	border-bottom: 1px solid #ddd;
}
.photos .thumbs {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	width: 390px;
	float: left;
}
.photos td.thumbs a{
	width: 116px;
	height: 100px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 0px solid #ddd;
	text-align: center;
}
.photos .thumbs {
	width: 116px;
	height: 100px;
	margin: 0 0px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	/*position: relative;*/
	border: 0px solid #ddd;
	text-align: center;
}
.photos .thumbs a:hover {
	border: 0px solid #888;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}
.photos .thumbs img {
	position: absolute;
	
}
