body {
    margin: 0px;
    padding: 30px 100px 10px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    background: url("../images/faintcolor.gif") repeat;	
}

#wrapper {
	margin:0px auto;
	padding:0px;
	border:0;
	width:565px;
	background: url("../images/background_cols.gif") repeat;
}

#header {
	background:#FFFFFF;
	margin:0;
	padding:0;
	border:0;
}

h2.header {
	font-family:Trajan Pro;
	font-size:24px;
	text-align:center;
	color:#523E3E;
	font-weight:bold;
	margin:0;
	padding:0;
	border:0;
}

#side-a {
	float: left;
	width: 130px;
	background-color:#FFFFFF;
}

#side-b {
	float: right;
	width: 90px;
	background-color:#FFFFFF;
}

#content {
	float: left;
	width: 60%;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	border:0;
}

#footer{
	clear: both;
	background: #B3D2B2;
	background: url("../images/footerbg.gif") repeat;
	padding: 5px 2px 0 2px;
}

/* Links */

a:link {color:#523E3E;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
}
a:visited {color:#523E3E;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
}
a:active {color:#523E3E;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
}
a:hover {color:#523E3E;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
}

/* Text Markup */

p.footer {color:#523E3E;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:0;
		padding:0; 
}