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

body {
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #009933;
}
a:hover {
	color: #003333;
}
h1 { 
	font-variant: small-caps;
	font-weight: normal;
	font-size: 18px;
	margin: 8px 5px 0 10px;
	padding: 0;
	color: #003333;
}
h2 {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
}
p {
	margin: 3px 5px 0 5px;
	padding: 5px 20px 0px 25px;
	color: #333333;
	line-height: 150%;
	text-align: justify;
}
#flayer {
	position: relative;
	width: 845px;
	margin: auto;
	overflow: hidden;
	margin-top: 20px;
}
#top_rand {
	width: 845px;
	height: 6px;
	background-image: url(images/top_rand.png);
}
#bottom_rand {
	width: 845px;
	height: 6px;
	background-image: url(images/bottom_rand.png);
}	
#inside {
	background-color: #FFFFFF;
	overflow: hidden;
}
#top {
	width: 830px;
	height: 212px;
	background-image: url(images/top.jpg);
	margin: 2px auto 0 auto;
}
#title {
	position: absolute;
	top: 142px;
	left: 177px;
	font-variant: small-caps;
	font-size: 24px;
}
#menu {
	position: absolute;
	top: 175px;
	left: 160px; 
	width: 410px;
	font-size: 12px;
	text-align: center;
	color: #666666;
	line-height: 18px;
}
#menu a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#content {
	float: left;
	width: 556px;
	margin: 0 4px 10px 8px;
}
#right_column {
	float: right;
	width: 265px;
	margin: 0 7px 10px 5px;
}
.button {
	display: block;
	margin: 5px auto 5px auto;
	border: none;
}
#hli {
	font-variant: small-caps;
	font-size: 14px;
	text-align: center;
}
#footer {
	clear: both;
	position: relative;	
	width: 700px;
	height: 65px;
	margin: 0 auto 2px auto;
	padding-left: 130px;
	background-image: url(images/bottom.jpg);
	line-height: 65px;
	font-size: 11px;
}
#contact {
	position: absolute;
	top: 17px;
	right: 17px;
	text-align: right;
	line-height: 16px;
}
#n4studio {
	text-align: right; 
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px 8px 0 0;
}
#n4studio a {
	text-decoration: none;
}
table {
	margin: 10px;
}
td {
	min-width: 100px;
	padding: 3px;
}
td:first-child {
	text-align: right;
	font-size: 11px;
	color: #333333;
}

form div {
	overflow: hidden;
}
label {
	display: block;
	float: left;
	width: 150px;
	font-size: 11px; 
	color: #666666;
	text-align: right;
	padding: 7px;
}
input, select, textarea {
	margin: 5px;
	float: left;
}
.error-message {
	padding: 8px;
	display: block;
	float: left;
	font-size: 11px; 
	color: #666666;
}
input[type=submit] {
	clear: both;
	float: none;
	margin-left: 50%;
}
