* {
	color:#555;
	padding:0;
	margin:0px;
	font-size:10px;
	font-family:'verdana';
}

body {
	background-color: #FFF;
}

.site {
	width:700px;
	margin:auto;
	padding-top: 15px;
}

div.header {
	padding: 45px 0px 5px 5px;
	background-color: #FFF;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom:1px solid #DFDCD8;
}

.content {
	position:relative;
}

.a {
	float:left;
	background:#fff;
	width:339px;
	padding: 10px 5px 10px 5px;
	margin: 1px 0px 1px 0px;
}

.aref {
	float:left;
	background:#fff;
	width:349px;
	padding: 10px 0px 10px 0px;
	margin: 1px 0px 1px 0px;
}

.b {
	float:left;
	background:#fff;
	width:340px;
	padding: 10px 5px 10px 5px;
	margin: 1px 0px 1px 0px;
}

.footer {
	text-align: right;
	padding-bottom: 40px;
}

font.nav {
	color: #FFCC2A;
	padding-right: 5px;
}

a.nav {
	color: #555;
	text-decoration: none;
	padding-right: 5px;
}

a.text {
	color: #555;
	text-decoration: none;
}

a.nav:hover {
	color: #FFCC2A;
	text-decoration: none;
}

a.text:hover {
	color: #FFCC2A;
	text-decoration: none;
}

div.title {
	border-top: 1px solid #DFDCD8;
	font-size:10px;
	background:url('../img/arrowg.gif') no-repeat 7px 4px;
	text-decoration: none;
	display:block;
	padding: 4px 15px 3px 25px;
	border-bottom: 1px solid #DFDCD8; 
	background-color: #FFCC29;
}

div.target a {
	font-size:10px;
	background:url('../img/arrow.gif') no-repeat 7px 4px;
	text-decoration: none;
	display:block;
	padding: 4px 15px 3px 25px;
	border-bottom: 1px solid #DFDCD8;
}
	
div.target a:hover {
	background-color:#F4F3F2;
	color:#000;
}

img.picture { 
	border: 1px solid #DFDCD8;
	margin: 5px 0px 0px 0px; 
}

font.ref {
	margin: 0px 0px 0px 4px;
}

input {
	border: 1px solid #DFDCD8;
	background-color: #fff;
}

textarea {
	border: 1px solid #DFDCD8;
	padding:5px;
	width:328px;
}

.email {
	padding:5px;
	width:328px;
}

.button {
	padding:5px;
}

.button:hover {
	background-color: #FFCC29;
}

