 a:link {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-family: Arial;
	text-decoration: none;
	color: #F0AB00;
}

body {	
	background: url("layout/bodybg.jpg") repeat-x #F0AB00;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}

#wrapper {
	width: 860px;
	height: 100%;
	margin: auto;
	border-top: 10px solid #5B3600;
	background: url("layout/bodybg.png");
	display: table;
}
#header {
	width: 100%;
	height: 100px;
	background: url("layout/headerbg.png");
	display: table;
	text-align: center;
}

h1 {
	color: #F0AB00;
	font-size: 22px;
	margin-bottom: 3px;
}

h2 {
	color: #F0AB00;
	font-size: 17px;
	margin: 3px;
}

p {
	margin-bottom: 5px;
}

/* LEFT COLUMN (PRINCIPAL'S MESSAGE) */

#left {
	width: 155px;
	height: 500px;
	background: url("layout/bg05.png");
	float: left;
	padding: 10px;
	text-align: center;
}

/* CENTER COLUMN */

#center {
	float: left;
	width: 472px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

/* RIGHT COLUMN */

#right {
	width: 155px;
	height: 500px;
	background: url("layout/bg05.png");
	float: right;
	padding: 10px;
	text-align: center;
}

#footer {
	background: url("layout/footerbg.png");
	text-align: center;
	padding-bottom: 5px;
	width: 860px;
	height: 50px;
	margin: auto;
	display: table;
}