body {
	background:url(../images/bg-tile.jpg) repeat-y;
	background-color:#fffffe;
	margin:0px;
}

b, i {
	color:#f9b645;
}

.content a, .content a:active, .content a:visited {
	color: #bf3914;
	font-family: arial, helvetica, sans-serif;
	font-size:8px;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
	text-transform:uppercase;
}

.content a:hover{
	cursor:default;	
	text-decoration:underline;
}

#header{
	background: url(../images/bg.jpg) no-repeat;
	top:0px;
	height:515px;
	left:0px;	
	position:absolute;
	width:1000px;
}

.nav {
	top:450px;		
	left:165px;
	position:absolute;
	text-align:right;
}

.nav a, .nav a:active, .nav a:visited{
	color: #bf3914;
	cursor:default;
	font-family: helvetica, arial, sans-serif;
	font-size:20pt;
	font-style:italic;
	font-weight:bold;
	line-height:10pt;
	padding:3px;
	text-transform:none;
	text-decoration:none;
}

.nav a:hover{
	border:0px;
	color: #f9b645;
	text-decoration:none;
}

.content{
	top:30px;	
	color: #e16a2a;
	font-family: helvetica, arial, sans-serif;
	font-size:10px;
	left:270px;	
	line-height:12px;
	position:absolute;
	width:400px;
}

.title {
	border-left:15px solid #f9b645;	
	color:#f9b645;
	font-family: helvetica, arial, sans-serif;
	font-size:18px;
	font-style:italic;
	line-height:20px;
	padding-left:5px;
	position:absolute;
	text-transform:lowercase;
	width:90%;
}

input, select, textarea {
	color: #e16a2a;
	background-color:#fff;
	border: 1px solid #e16a2a;
	font-family: helvetica, arial, sans-serif;
	font-size:7.5pt;
}

.copy, .copy a {
	font-size:5pt;
	text-align:right;
	text-decoration:none;
}

fieldset {
	border:1px solid #eee;
}
