@charset "utf-8";
/* CSS Document */

/***************** Resets ******************/
html, body, div, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/***************** HTML Elements ******************/
body {
	background:url(../images/dark-blue-pattern.jpg) repeat;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
}

/***************** Wrapper ******************/
#wrapper {
	border: 3px #fff solid;
 margin: 0 auto;
 width: 900px;
}
#header {
 color: #333;
 width: 900px;
 /*float: left;*/
 height: 190px;
 background:url(../images/header-plate.jpg);
}
.hdr-img { position: relative; right: -390px; bottom: -20px; }
#contentwrapper {
	/*background:url(../images/content-bg.jpg) top no-repeat #a0a1a5;*/
	background:url(../images/content-bg-1.jpg) top no-repeat #787a7e;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 630px;
 float: left;
}
#leftcolumn h1, h2 {
	color:#fff;
}
#leftcolumn p {
	color:#fff;
}
#rightcolumn {
	/*background:#484848;*/
 	float: right;
 	color: #333;
 	margin: 0px 0px 0px 0px;
 	padding: 10px;
 	height: 350px;
 	width: 230px;
 	display: inline;
}
#footer { 
 background:url(../images/footer-plate.jpg) top no-repeat;
 width: 900px;
 height:43px;
 clear: both;
 color: #333;
}
#footer p {
	color:#000;
	font-size:10px;
	text-align: center;
}
a {
	color:#01295a;
}
a:visited {
	color:#01295a;
}
a:hover {
	text-decoration: none;
}

.pic-left {
	float:left;
	margin: 15px 15px 15px 0px;
}
.pic-right { float: right; margin: 15px 5px 15px 15px; }