@charset "utf-8";
/* CSS Document */

* {margin: 0px; padding: 0px;}

a {
	color: #0000ff;
	text-decoration: none;
	font-size: 10px;
}

.title{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #000000;
	letter-spacing: 3px;	
}

.copyL{
	width:475px;
	height:540px;
	background-color: #ffffff;
	margin:25px 0 0 13px;
}

.copyR{
	width:300px;
	height:540px;
	background-color: #ffffff;
	margin:25px 0 0 0;
	float:right;
}

.copy01{
	font-family: Arial; Georgia, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 18px;
}

.copy02{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #009900;
	letter-spacing: 3px;
}

.copy03{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #009900;
	letter-spacing: 3px;
}

.copy04{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 3px;
}

.copy05{
	font-family: Arial; Georgia, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #009900;
	letter-spacing: 0.5px;
	line-height: 18px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ddddf6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width:1000px;
	min-height:600px;
	margin: auto;
}

#logo {
	background-image: url(images/header.jpg);
	height:275px;
	width:1000px;
	margin-top: 5px;
}

.sideContL {
	background-image: url(images/sideContL.jpg);
	background-repeat: repeat-y;
	width:25px;
	height:540px;
	float: left;
	margin-left: 52px;
}

.contL {
	width:516px;
	height:540px;
	background-color: #ffffff;
	float: left;
}

.divider{
	width: 13px;
	height: 540px;
	background-image: url(images/divider.jpg);
	float: left;
}

.contR{
	width:317px;
	height: 540px;
	background-color: #ffffff;
	float: left;
}

.sideContR {
	background-image: url(images/sideContR.jpg);
	background-repaet: repeat-y;
	width:25px;
	height:540px;
	float: right;
	margin-right: 52px;
}

.blCorner{
	background-image: url(images/contBL.jpg);
	background-repaet: repeat-y;
	width:25px;
	height: 25px;
	float: left;
	margin-left:52px;
}

.bot{
	background-image: url(images/botCont.jpg);
	background-repaet: repeat-x;
	width:846px;
	height: 25px;
	float:left;

}

.brCorner{
	background-image: url(images/contBR.jpg);
	background-repaet: repeat-y;
	width:25px;
	height: 25px;
	float:right;
	margin-right:52px;
}

.signature{
	clear: both;color: #6666ff;
	text-decoration: none;
	width: 896;
	height: 18px;
	padding-top: 4px;
	font-size: 10px;
}

