* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 461px;
	height: 47px;
	background: url('images/header.jpg');
	padding-top: 60px;
	padding-right: 20px;
}


#title {
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	height: 29px;
	margin-right: 7px;
}


#linkswrapper {
	background: url('images/links_header.gif') top no-repeat;
}

#links {
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	background: url('images/links_footer.gif') bottom no-repeat;

}

#links a {
	font-size: 12px;
	color: #333;
	display: block;
}

#links_header {
	
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 17px;
}

#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	text-align: justify;
}


#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

#footer {
	font-size: 12px;
	color: #fff;
	height: 100%;
	background-color: #bdb8b2;

}