body {
	font:11px Verdana, Helvetica, sans-serif;
	color:black;
	padding:0;
	margin:0;
	background:#cddae0 url(../images/body_bkg.jpg) top repeat-x;
}
a:link, a:active, a:hover, a:visited {
	color:#1e6f96;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#556b76;
}
h1 {
	font-size:16px;
	margin:0 0 30px;
	padding:0;
	text-align:left;
}
h2 {
	font-size:13px;
	margin:0;
	padding:0;
	text-align:left;
}
img {
	border:none;
	vertical-align:middle;
}
input {
	vertical-align:middle;
}
label {
	font-size:10px;
	line-height:18px;
}
#column {
	width:840px;
	overflow:hidden;
	margin:0 auto 20px;
	padding:0;
	background:url(../images/cont_bkg.jpg) left repeat-y;
}
#container {
	width:760px;
	overflow:hidden;
	padding:40px 40px 0;
	background:url(../images/main_bkg.jpg) top left no-repeat;
}
#header {
	width:760px;
	height:125px;
	background:black;
	margin-bottom:20px;
}
#center {
	width:760px;
	overflow:hidden;
	clear:both;
}
#menu {
	width:190px;
	float:left;
}
#menu a:link, #menu a:active, #menu a:hover, #menu a:visited {
	width:170px;
	padding:0 10px;
	margin-bottom:2px;
	display:block;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:white;
	background:#2a353a;
	line-height:30px;
	text-decoration:none;
}
#menu a:hover {	
	background:#5a776a;
}
#content {
	width:550px;
	float:right;
	text-align:justify;
}
#firstad {
	width:300px;
	height:250px;
	float:right;
	overflow:hidden;
	margin:0 0 0 5px;
}
#linkrow {
	text-align:right;
	overflow:hidden;
	margin:16px 0;
}
#footer {
	width:860px;
	height:35px;
	padding:20px 0 0;
	text-align:center;
	font-size:10px;
	color:#999999;
	background:url(../images/bottom_bkg.jpg) bottom left no-repeat;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	font-size:10px;
	color:#999999;
}
form {
	display:inline;
}
form p label {
	display:block;
	width:30%;
	float:left;
	padding-right:2%;
	text-align:right;
	font-weight:bold;
}
form p input {
	width:50%;
}
textarea {
	width:50%;
	height:200px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
form p input.submit {
	width:140px;
	height:25px;
	color:white;
	background:#2a353a;
	border:1px outset black;
}
.red {
	color:red;
}
.pay {
	width:96%;
	padding:10px 2%;
	margin-top:10px;
	border-top:1px solid #999;
	text-align:justify;
}
.payinput {
	text-align:center;
}