﻿body {
	margin: 0;
	padding: 0; 
	font-size: 10px;
	font-family: Verdana, Arial, Lucida Grande, Sans-Serif;  
	color: #FFFFFF;
	background-image: url('../img/bg.jpg');
}

h1 {
	font-size: 10px;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
         
h2 {
	text-align:right;
	font-size: 10px;
    font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
    padding: 0px;
}
h3 {
	text-align:right;
	font-size: 11px;
    font-weight: normal;
	color: #000000;
	margin-top: 0px;
    padding: 0px;
}

#page {
         width: 1556px;
         height: auto;
         margin: 0 auto;
	}

#left {
	width: 250px;
    height: auto;
    float: left;
    text-align: right;
    margin-top: 72px; 
}
.nav-left {
	float: right;
    width: 233px;
    height: 135px;
    background-color: #000000;
    margin-bottom: 10px;
}
.quote-left {
	float: right;
    width: 245px;
    margin: 1px 1px 1px 1px;
    padding: 3px 1px 3px 1px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.link-left {
	float: right;
	width: 245px;
	height: auto;
	margin: 1px 1px 1px 1px;
	padding: 3px 1px 3px 14px;
	text-align: left;
}
.link-left a {
	display: block;
	width: 100%;
	color: #222222;
	text-decoration: none;             
}

.link-left a:hover {
	display: block;
	width: 100%;
	color: #BABABA;
	text-decoration: none;            
}
.link-left a:visited {
	display: block;
	width: 100%;
	color: BABABA; 
	text-decoration:none;             
}

.img-left {
	border: 0px;
	width: 223px;
	height: 118px;
	vertical-align: bottom; 
	margin-bottom:4px;
	margin-left:5px;
	margin-right:5px;
}

#center {
	width: 986px;
    height: auto;
    float: left;
    border-left: 1px solid #000000;
    border-right: 0px solid #000000;
    margin: 5px 0px 5px 30px; 
    padding: 0px 30px 0px 15px;
}
#center p {
    margin-top: 5px;
}
#center p a {
    text-decoration: underline;
    color: #464646;
}
#center p a:hover {
          text-decoration: none;
          color: #000000;
}
.select2 {
	border: 1px #000000 solid;
	color: #80796F;
	padding: 1px;
	background-color: #000000;
	width: 100px;
	border-color: #000000;
	outline-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
}
