/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2F2F49;
	background-color: #e2e2e2;
	text-align: center;
	margin: 0;
	padding: 0;
}
h2, p {	
	margin: 0 0 1.0em 0;
}
h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}
p {
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #C33;
}
#page {
	padding: 5px;
	margin: 0 auto;
	text-align: left;
	width: 739px;
	background-color:#FFF;
	padding:5px;
}
#header {
	background-attachment: scroll;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 739px;
	height: 130px;
	background-color: #999; 
	/* background-color: #2F2F49; */
}
#header a {
	color: #FFF;
}
#header a:hover {
	color: #CCC;
}
#logo {	
	float: left;
	width: 150px;
	height: 50px;
}
#logo a, #logo a:hover {
	float: left;
	width: 200px;
	height: 130px;
	display: block;
}
#logo h1 {
	display: none;
}
#header .menu {
	text-align: right;
	margin: 0 10px 0 0;
}
#header .menu li {
	line-height: 50px;
}

#header address {
	color: #FFF;
	font-style: normal;
	white-space: nowrap;
	clear: right;
	float: right;
	margin: 0 20px 0 0;
}
#mainimage {
	padding: 0;
	margin: 3px 0 0 0;
	height: 268px;
}

#mainimage img{
	padding: 0;
	margin: 0;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li {
	padding: 0;
	margin: 0;
	display: inline;
}
.menu a {
	color: #FFF;
	margin: 0 10px;
	text-transform: uppercase;
}
.menu a:hover {
	color: #999;
	text-decoration: none;
}
#content{
	padding: 0;
	margin: 0;
}
#full {
	clear: both;
	width: 739px;
	background-image: url(../images/full_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCC;
	padding: 0;
	margin: 3px 0 0 0;
}
#left, #right {
	float: left;
}
#left {
	clear: both;
	width: 353px;
	margin: 3px 0 0 0;
}
#right {
	padding: 5px 0 0 0;
	margin: 3px 0 0 0;
	width: 380px;
}
#right #h2,
#right #text {
	width: 380px;
}
#full h2 {
	padding: 20px 0 0 20px;
	font-size: 1.4em;
}
#full #text {
	clear: both;
	padding: 0 20px 0 20px;
}
#full .bottom {
	clear: both;
	height: 20px;
	background-attachment: scroll;
	background-image: url(../images/full_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer {
	clear: both;
	width: 739px;
	height: 49px;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #999;
	margin: 3px 0 0 0;
}
#footer .menu {
	text-align: right;
	line-height: 49px;
	float: right;
	margin: 0 10px 0 0;
}
#footer .menu a:hover {
	color: #CCC;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
