@charset "utf-8";
/* CSS Document */

/* Reset Coding */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*Layout Divs */
#wrap {
	margin-left:auto;
	margin-right:auto;
	background-color:#D61F31;
	width:900px;
	height:100%;
	border-right: ridge medium;
}

#left {
	width:210px;
	height:100%;
	clear:none;
	float:left;
}

#right {
	width:680px;
	height:100%;
	float:right;
	padding:0 5px;
}

#rightpane {
	float:right; 
	width:345px;
	height:100%;
	border-left:solid 1px;
	border-bottom:solid 1px;
	padding-left:5px;
	margin:0 5px;
	
}

#footer {
	clear:both;
	text-align:center;
	margin-top:10px;
}

#menu {
	margin-left:auto;
	margin-right:auto;
}
#clr {
	clear:both;
}

/*Styling */

body {
	background-color:#EAE3D1;
}

.address {
	text-align:right;
	float:right;
	margin:5px 0 4px 0;
	width:auto;
}

.goldhr {
	clear: both;
	width:100%;
}

/*Text related*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFD379;
}

#wrap {
	font-size:0.8em;
}

h1 {
	font-size:1.7em;
	font-weight:bold;
}

a {
	color:#FFD379;
}

.address {
	font-size:1em;







