@charset "UTF-8";
/* CSS Document */
@import url("/media/styles/lightwindow.css");

img {
border: 0;
}

body {
	background: url(/media/images/m_bg.jpg) #6b5a50 0 0 repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #f0e4dc;
	width: 100%;
	text-align: center;
}

#frame {
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#photo_frame {
	width: 415px;
	height: 359px;
	background-color: #000000;
	padding: 15px;
	text-align: left;
}

h1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #a78b77;
}

h2 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #a78b77;
}

h3 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #a78b77;
	font-size:16px;
}

h3 a.h3link {
	color: #a78b77;
}

.hidden {
	display : none;
}

.max_width {
	width: 828px;
}

.image_main {
	width: 278px;
	vertical-align: top;
}

.content_main {
	width: 550px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}

.content_press {
	width: 550px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	background-image: url(/media/images/m_bg_press.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.contact_float {
	float: right;
	text-align: left;
}

.photo_img {
	width: 484px;
	vertical-align: top;
}

.photo_content {
	width: 344px;
	height: 562px;
	vertical-align: top;
	text-align: right;
	background-image: url(/media/images/m_bg_photo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 115px;
}

.logo {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

.footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 0.8em;
	width: 828px;
}

a:link, a:visited {color:#ffffff; text-decoration:underline;}
a:hover {color:#1f8ee6; text-decoration:underline;}


a.blue:link { color: #f0e4dc; text-decoration: none; }
a.blue:active { color: #f0e4dc; text-decoration: none; }
a.blue:visited { color: #f0e4dc; text-decoration: none; }
a.blue:hover { color: #f0e4dc; text-decoration: none; border-bottom: 1px dotted #1f8ee6; }

a.white:link { color: #1f8ee6; text-decoration: none; border-bottom: 1px dotted #1f8ee6; }
a.white:active { color: #1f8ee6; text-decoration: none; border-bottom: 1px dotted #1f8ee6; }
a.white:visited { color: #1f8ee6; text-decoration: none; border-bottom: 1px dotted #1f8ee6; }
a.white:hover { color: #ffffff; text-decoration: none; border-bottom: 1px dotted #ffffff; }

a.no_link:link { color: #f0e4dc; text-decoration: none; }
a.no_link:active { color: #f0e4dc; text-decoration: none; }
a.no_link:visited { color: #f0e4dc; text-decoration: none; }
a.no_link:hover { color: #f0e4dc; text-decoration: none; }

