@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #A87841;
	background-position: left top;
	vertical-align: top;
	letter-spacing: 0.02em;
	background-image: url(ra_images/desktop_left.jpg);
	background-repeat: repeat-y;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.1em;
} 
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 530px;
	background-image: url(ra_images/handmade_paper.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar1 {
	width: 190px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: normal;
	left: 0px;
	top: 0px;
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 97px;
	text-align: left;
	padding: 0px;
	height: 263px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #FFFFFF;
}
.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 250px;
	clip: rect(auto,auto,auto,auto);
	width: 550px;
	padding: 10;
	margin-right: 0px;
	color: #333333;
	line-height: 1.5em;
} 
.thrColFixHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 0px;
	padding-top: 240px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
}
#sidebar1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330066;
	font-weight: bold;
}
#sidebar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}
.thrColFixHdr #footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	text-decoration: none;
}
.thrColFixHdr #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
.thrColFixHdr #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}

