/*
	COLORS:
	lightblue:		#d8e0e4
	darkblue:		#4c7088
	orange:			#dc9850
*/

* {
	text-decoration: none;}

body {
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-image: url('../img/bg_page.png');}

a:link, a:visited {
	color: #4c7088;}

a:hover {
	color: #dc9850;}

img {
	border: 0px;}

h1 {
	font-size: 12pt;
	color: #dc9850;
	font-family: Times, Garamond, serif;
	font-weight: bold;
	text-align: center;}
	
#container {
	background: url("../img/bg_panel.png");
	margin: 0px auto 0px auto;
	background-color: white;
	width: 800px;
	padding: 0px;
	border: 5px solid white;
	border-top: 0px solid white;}

#header {
	background: url("../img/bg_head.png");
	width: 790px;
	height: 110px;
	border-bottom: 1px solid white;
	padding: 5px;}
	
#menu {
	float: left;
	width: 180px;
	min-height: 400px;}	
	
.menuline {
	text-transform: uppercase;
	text-indent: 15px;
	background: url("../img/bg_menu.png");
	font-size: 8pt;
	font-weight: bold;
	width: 170px;
	height: 15px;
	padding: 5px;
	color: black;}

#content {
	float: right;
	width: 600px;
	padding: 10px;
	text-align: left;}

#footer {
	clear: both;
	background: #4a738c;
	color: #d9e0e5;
	border-top: 5px solid white;
	text-align: right;
	padding: 8px;}

#footer a:link, #footer a:visited {
	color: white;
}

a.tab_link:link, a.tab_link:visited {
	color: white;}
	
a.tab_link:hover {
	color: #d8e0e4;}

.inp {
	width: 420px;
	border: 1px solid #4c7088;}

.td_gal {
	width: 195px;
	height: 195px;
	background-image: url('../img/bg_thumb.png');
	background-repeat: no-repeat;
	text-align: center;
}

	.td_gal_top {
		width: 195px;
		height: 160px;
	}
	
	.td_gal_bottom {
		width: 195px;
		height: 25px;
	}

.gal_img {
	margin-top: 10px;
	padding: 0px;
	border: 2px solid #e0e0e0;
	cursor: pointer;
}

.gal_img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

