/* Meyer Reset */

/* v1.0 | 20080212 */

img, div, input { behavior: url("iepngfix.htc") }

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;
	background-color:#520919;
	font: normal normal .8em/1.5em  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	background-image:url(images/backgrnd.gif);
	background-repeat:repeat-x;
	background-position:top, center;
}

ol, ul {
	list-style: disc;
	list-style-position: inside;
	padding-left: 0px;
}
li {
	padding: 3px 0 3px 0;
}

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;
}

.clear {
	clear:both;
}

h1 {
	color:#000;
	font:  normal bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	color: #FFD63F;
	font:  normal bold 1.2em/1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}

h3 {
	color: #000;
	font: italic bold 1.45em/1.5em "Book Antiqua", "Palatino Linotype", Palatino, serif;
}
	
h4 { 
	color:#FFF;
	font: normal normal 1.4em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h5 { 
	color:#FFF;
	font: italic bold 1.4em/1.5em "Book Antiqua", "Palatino Linotype", Palatino, serif;
}
	
.inline {
	display:inline;
}


/* containers */

#wrapper {
	margin:0 auto;
	padding:0;
	width:1024px;
}

#frame1 {
	margin:0 auto;
	padding:0;
	width:25px;
	height: 950px;
	background-image:url(images/1yellow.png);
	background-repeat:no-repeat;
	float:left;
}

#content {
	margin:0 auto;
	padding:0;
	width: 970px;
	float:left;
	background-color:#333031;
}

#frame2 {
	margin:0 auto;
	padding:0;
	width:25px;
	height: 950px;
	background-image:url(images/2yellow.png);
	background-repeat:no-repeat;
	float:left;
}


/* main content */
#header {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top, center;
	height: 410px;
}

.headercopy {
	width: 700px;
	padding:10px 0 0 45px

}

.column {
	width: 400px;
	float:left;
	padding: 20px 25px 30px 50px;
}

.yellow {
	color: #FFD63F;
}

.red {
	color:#922B35;
	font: italic bold 1.3em/1.5em "Book Antiqua", "Palatino Linotype", Palatino, serif;
}

.new {
	background-color:#FFF;
	width: 300px;
	background-image:url(images/block.gif);
	background-repeat: repeat-y;
	position:left top;
	padding:  8px 8px 8px 30px;
	color:#000;
}

#footer {
	height: 25px;
	background-color:#FFD63F;
	width:970px;
	margin:0 auto;
	
}

.foottext {
	float: left;
	padding:5px 5px 5px 45px;
	font: normal bold .9em Verdana, Geneva, sans-serif;
	color:#000;
}

#copyright {
	float: right;
	width: 230px;
	font: normal normal .7em Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 15px;
}

#copyright a:link {color: #FFF; text-decoration:none;}      /* unvisited link */
#copyright a:visited {color: #CCC;text-decoration:none;}  /* visited link */
#copyright a:hover {color:#6CF;text-decoration:none;}  /* mouse over link */
#copyright a:active {color: #CCC;text-decoration:none;}  /* selected link */

	

