/* CSS Reset - http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p { margin-bottom:15px; }
.alignright { float:right; }
.alignleft { float:left; }
.clear { clear:both; }

body {
	text-align: center;   /* horizontal centering hack for IE */
	background-image: url(images/rufus_pattern.gif);
	padding: 0;  
	margin: 0;        
}
body, table, tr, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: White;
	font-size:11pt;
}
a:link, a:visited, a:hover { color: Red; }

div#navigation {
	background-image: none;
	background-color: White;
	border-bottom: solid black 1px;
	text-align:left;
}

div#wrapper {
	text-align: left;     /* horizontal centering hack for IE */
	width: 752px;  /* 750 plus border on left and right */
	padding:25px;
	background-image: none;
	background-color: White;
	border: solid 1px black;
	margin: 25px auto; 
}
div#content { border: solid 1px black; }
div#bodyContent {
	text-align:left;
	Color: Black;
	padding:32px;
}
div#bodyContent #rightCol img { border: solid 1px black; }

div#leftCol {
	width:310px;
	float:left;
}
div#rightCol {
	float:right;
}

