/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
	color: #231a16;
	background-color: #231a16;
	background-image: url(../images/bg-background.jpg);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}
a {
	color: #3d4e5c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}

h1 {
	color: #3d4e5c;
	font-size: 35px;
	line-height:normal;
	padding:0;
	margin-bottom:15px;
	margin-top:0px;
	font-weight:normal;
	}
h2 {
	font-size: 22px;
	line-height:normal;
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:normal;

	}
#wrapper {
	width:954px;
	}
#header {}
#left-column {
	float:left;
	width: 433px;
	margin:0;
	}
#navigation {
	float:right;
	width: 508px;
	height: 35px;
	padding-top:21px;
	background-color:#9fbebb;
	border:5px solid #79a49f;
	text-align: center;
	vertical-align: middle;
	margin:0;
	}
#content {
	float:right;
	width: 468px;
	background-image:url(../images/bg-content.gif);
	background-repeat:no-repeat;
	background-color:#c6d9d7;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	margin:0;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #79a49f;
	border-bottom-color: #79a49f;
	border-left-color: #79a49f;
	}
#footer {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:15px;
	text-align:right;
	color: #908c8a;
	}
#footer a {color: #908c8a;}
.pic-label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:-15px;
	text-align:center;
	}