/* CSS Document */
body {
	margin: 0px;
	background-image: url(../images/middle_photo.jpg);
	background-repeat:repeat-x;
	background-position: center 166px;
	background-color: #26211a;
}
#wrapper  {
	position: absolute;
	width: 790px;
	height:100%;
	left:50%;
	margin-left:-395px;
}

#container {
	background-image:url(../images/header_bg.jpg);
	height: 250px;
	width: 790px;
}

h1 {
	background-image:url(../images/logo.jpg);
	height: 98px;
	width: 358px;
	position: relative;
	left: 384px;
	top: 87px;
	font-size:0px;
	color: #CCCCCC;
}

h2 {
	background-image:url(../images/tagline.jpg);
	height: 43px;
	width: 303px;
	position: absolute;
	left: 0px;
	top: 190px;
	font-size:0px;	
}
h3 {
	color: #993333;
	padding-left: 25px;
	font-size: 11px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	padding: 14px 38px; 
	left: 337px;
	top: 190px;
	font-size:11px;
	width:453px;
	height:43px;
	color:white;
}

#nav a:link, #nav a:visited {
	color:white;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #0099cc;
}

#photo {
	position: absolute;
	background-image: url(../images/photo_bg.jpg);
	background-repeat:no-repeat;
	height: 357px;
	width: 402px;
	left:0px;
	top: 250px;
	padding: 17px 0px 0px 17px;
}

#body {
	background-image:url(../images/body_back.jpg);
	background-repeat: no-repeat;
	width: 363px;
	height: 468px;
	position: absolute;
	top: 250px;
	left:383px;
	z-index:2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	line-height: 20px;
}

#bodyphotos {	
	background-image:url(../images/body_back.jpg);
	background-repeat: no-repeat;
	width: 363px;
	height: 468px;
	position: absolute;
	top: 250px;
	left:383px;
	z-index:2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	line-height: 20px;
}

#body p {
	padding-left: 25px;
	width: 333px;
}

#body a:link, #body a:visited {
	color: navy;
	font-weight: normal;
}

#body a:hover {
	color: maroon;
}

#bodyphotos p {
	padding-left:15px;
}

#bodyphotos img {
	margin-right:10px;
}

#bodyphotos a img{
	border:4px solid #FFFFFF;
}
#bodyphotos a:hover img {
	border:4px solid #0099cc;
}

#bodyphotos a:focus img {
	border:4px solid #0099cc;
 	outline: none;
}

#bodyphotos a:active img {
	border:4px solid #0099cc;
	
 	outline: none;
}




#note {
	background-image:url(../images/note_bg.jpg);
	background-repeat:no-repeat;
	width:338px;
	height:178px;
	margin-left:13px;
}

#note p {
	padding-top:50px;
	padding-left:38px;
	width:265px;
}

#right {
	background-image:url(../images/right_bg.jpg);
	background-repeat:no-repeat;
	width: 44px;
	height: 357px;
	position: absolute;
	left: 745px;
	top: 250px;
	z-index:1;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	color: #b9b198;
	font-size:10px;
	padding: 5px;
	text-align: right;
	z-index: 300;
	position: absolute;
	width: 380px;
	height:55px;
	left: -19px;
	top: 644px;
}

a.webtek:link, a.webtek:visited, a.webtek:hover  {
	color: #413a2f;
	text-decoration:none;
}

#footer a:link, #footer a:visited {
	color:#b9b198;
}
#footer a:hover {
	color:#999999;
}

/* ----------- RIGHT MENU -------------- */
#right {display:block;}
#right ul {margin:0; padding:0; list-style-type:none;}
#right li {
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
	font-size:14px;
	margin:9px;
	width: 27px;
	height:24px;
	background-color:#000000;
	list-style: none;
	text-align:center;
	padding-top:3px;
}
#right li a {
	display:block;
	color: #993333;
	width: 27px;
	height:24px;
	text-decoration:none;
}

#right li a:focus {
	display:block;
	color: #0099cc;
	width: 27px;
	height:24px;
	text-decoration:none;
 	outline: none;
}

#right li a:active {
	display:block;
	color: #0099cc;
	width: 27px;
	height:24px;
	text-decoration:none;
}

.normal {
	font-weight: normal;
	color:black;
}