/* -- Master Declarations -- */
body {
	text-align: center;
	min-width: 850px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background: #FFFFFF url(images/bg_pixel.jpg) repeat;
}

/* -- Master Links -- */
a:link, a:visited  { color: #993300; text-decoration: none }
a:hover, a:active  { color: #993300; text-decoration: none }

/* -- Page Wrapper -- */
#holder {
	width: 861px;
	height: 686px;
	margin: 0 auto;
	margin-top: 0px;
	background: #FFFFFF url(images/bg.jpg) no-repeat;
}

/* -- Sidebar Font Size -- */
#sidebar    { font-size: 12px; margin-top: 10px; margin-right: 10px }
/* -- Sidebar Links -- */
#sidebar a:link, #sidebar a:visited {text-decoration: none; color: #993300;}
#sidebar a:hover, #sidebar a:active {text-decoration: none; color: #003333;}

/* -- Font Style, Top Copy -- */
#copy_top     { font-size: 13px; line-height: 18px; text-align: left; margin-top: -4px }
/* -- Font Style, Bottom Copy -- */
#copy_sub  { font-size: 12px; font-style: italic; font-weight: normal; line-height: 19px; text-align: left }

/* -- Font Style, Bottom Copy, Clients Page (no italic) -- */
#copy_sub_clients  { font-size: 11px; line-height: 1.5em; text-align: left; margin: 0 }
h6  { font-size: 12px; font-weight: normal; line-height: 19px; text-align: left; margin-top: -10px; margin-left: 40px }
