@charset "UTF-8";

a.link:link {color: #2e1400; text-decoration: none}
a.link:visited  {color: #2e1400; text-decoration: none}
a.link:hover {color: #fff; background-color: #2e1400; text-decoration: none}
a.link:active  {color: #fff; background-color: #2e1400; text-decoration: none}
a img {border-color: #fff; border: 0px;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2e1400;
	font-weight: 100;
	line-height: 1.3em;
}
.oneColElsCtr #container {
	width: 960px;
	background: none;
	margin left: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mast {
	position: fixed;
	margin-left: 94px;
	margin-top: 64px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.footer {
	width: 300px;
	position: fixed;
	left: 94px;
	bottom: 20px;
	font-size: 9px;
	color:#999;
	text-align:left;
}
.nav {
	position:fixed;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: lighter;
	line-height: 1.3em;
	margin-top: -15px;
	text-align: left;
}
.work {
	z-index: -1;
	text-align: left;
	width: 640px;
	margin-left: 33%;
}
.h1 {
	color: #FFF;
	text-align:left;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3em;
}
.text {
	text-align:left;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
}
.text2 {
	text-align:left;
	color: #2e1400;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3em;
}
p {
	margin-top: -50px;
	text-align: center;
}
.box2 {
	background-color: #2e1400;
	width: 450px;
	padding: 15px 20px 20px 23px;
}
.box {
	background-color: #2e1400;
	width: 450px;
	padding: 15px 20px 20px 23px;
	margin-left: 215px;
	margin-top: 35px;
}
hr.a {border: none 0; 
	border-top: 1px dotted #2e1400;
	width: 600px;
	height: 1px;
	margin: 60px auto 0px 0;
	text-align: left;
	}	
