/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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, tbody, tfoot, thead, tr, th, td { 	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*global*/
* { margin: 0; padding: 0; }
body { margin: 0; 	background-color: #350000; font-family: Helvetica, Arial, sans-serif;  font-size: 13px; color: #666; } 
h1 { font-size: 15px; color: #350000; margin-bottom: 15px; }
h2 { font-size: 15px; color: #9f2113; margin-bottom: 15px;  }
h3 { font-size: 15px; color: #fbaf17;  margin-bottom: 15px;  }
p { margin-bottom: 15px; line-height: 1.2em; }
img { border: 0px; }
.clear { clear: both; line-height: 0; font-size: 0; }
a { text-decoration: none; color: #4c0000; }
a:hover { text-decoration: none; color:#4c0000; }
.left { float: left; margin-right: 1em; margin-bottom: 1em; }
.right { float: right; margin-left: 1em; margin-bottom: 1em; }

/*main holder*/
.mainholder { width: 960px; padding: 15px; margin: 15px auto; border: 1px solid #9c1c1c; background-color: #fff; }
	
/*nav*/
.nav  li { overflow: hidden; display: inline; text-indent: -9999px; float: left; }
.link01 a { width: 320px; height: 54px; display: block; background-image: url(images/links.gif); background-position:  0px 0px; }
.link02 a { width: 320px; height: 54px; display: block; background-image: url(images/links.gif); background-position:  -320px 0px; }
.link03 a { width: 320px; height: 54px; display: block; background-image: url(images/links.gif); background-position:  -640px 0px; }

/*content area*/
.contentarea { width: 930px; padding: 15px;  background-image: url(images/bg-mainarea.gif); background-repeat: repeat-x; clear: both; }

/*footer*/
.footer { color: #999;  font-size: 10px; padding: 15px; clear: both; }
.footer a { text-decoration: none; color: #999; font-size: 10px; }
.footer a:hover { text-decoration: underline; color: #999; font-size: 10px; }

/*Added by Joey*/
.container { display: table; padding: 15px; padding-left: 75px; width: 930px; }

.row  { display: table-row; }

.column { display: table-cell; width: 200px; width: 50%; }

.madc { width: 930px; padding: 15px;  background-image: url(images/bg-mainarea.gif); background-repeat: repeat-x; clear: both; text-align: left; font-size: 14px; }

.big { font-size: 14px; line-height: 150%; }

.centeredimage  { text-align: center; }

/*Added by Joey*/

