html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, strong, 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.01%; /*opera*/
font-family: inherit;
vertical-align: baseline;
}
a:focus, a:active,input
 {outline:none}
em {font-style:italic}
ol, ul {
list-style: none;
}
a img, img {
	border: 0;
	}
/*a5a0b1*/

/* Main styles
*******************************/
/* force vertical scrollbars */
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 16px;
	overflow-y:scroll;
	}
body {
	background: transparent url("i/pattern.gif");
	color: #9A311F;
	min-width:750px;
	font:76%/1.5 Arial,Verdana, sans-serif;
	text-align: center;
	}
#wrap {
	margin: 10px auto;
	margin-bottom:.4em;
	width: 750px;
	border-top: 6px solid #9A311F;
	border-bottom: 12px solid #9A311F;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	min-width:750px;
}
	
/*----------------------------------------navigation*/
#navlist {
	text-align: right;
	margin: 0 5px 20px 0;
	padding: 2px 0 0 0;
	}
#navlist li {
 	list-style-type: none;
 	display: inline;
 	border-right: 1px solid #9A311F;
	padding: 2px 10px 0 5px;
	margin: 0;
	}
	
li#navlinks {
	border-right: none;
	}
#navlist a#navcurrent {
	color: #9A311F;
	}
#navlist a {
 	font: bold .9em arial, helvetica, "sans serif";
 	color: #2A1343;
 	text-decoration: none;
 	}
#navlist a:hover {
 	color: #8153a2;
 	}

#footer {
	clear:both;
	width:750px;
	margin:0 auto;
	font-size:.9em;
 	color: #77a;
	text-align:left;
	}
#footer a {
	 color: #77a;
	 padding-bottom:20px
}
#footer a:hover {
	 color: #99c;
}




