@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	font-size:12px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; 
	background-image:url(images/cont_bkgnd.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}


.header {
	background-color:#000000;
	background-repeat:no-repeat;
	height:130px;
}

.sidebar1 {
	float: left;
	padding-top:50px;
	width: 175px;
	background: #999999;
	height:100%;
}
.content {
	margin-top:50px;
	margin-left:20px;
	padding: 10px 0;
	width: 690px;
	float: left;
}
.contentText{
	width:350px;
	margin-top:20px;
}

ul.nav {
	list-style: none;
	margin-bottom: 15px;
	font-size:13px;
	margin-left:15px;
}
ul.nav li {
	margin-top:20px;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 5px;
	display: block; 
	width: 130px; 
	text-decoration: none;
	background: #1AC1BC;
	color:#ffffff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

.footer {
	width:100%;
	height:45px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	position: relative;
	clear: both; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* DIVS */

div.links{
	margin-top:50px;
	margin-bottom:50px;
	font-size:11px;
}

/* TEXT */

p.address{
	float:right;
	color:#669A90;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
.areas{
	font-weight:bold;
	font-size:11px;
	clear:both;
	position:relative;
	margin-bottom:10px;
}

/* HYPERLINKS */
a.email, a.email:active, a.email:visited{
	text-decoration:none;
	color:#669A90;
}
a.email:hover{
	color:#ffffff;
}
a.links, a.links:active, a.links:visited{
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
}
a.links:hover{
	color:#669A90;
}

/* IMAGES */
img.logo{
	float:left;
	padding-top:20px;
	padding-left:20px;
}
img.mask{
	margin-left:20px;

}
#frontpic{
    width: 40%;
    border:1px solid black;
	float:right;
	padding:15px;
}