/* @override http://winebar.com/css/style.css */

/* CSS Document */

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;
}

/* end reset */

/* ----------------------------------------------------------------------BODY -----------------------------------------------------------------------------*/

body { 
	background: #2D0606;
	/*background: URL(../images/bg.jpg);*/
	background-repeat:repeat;
	
	}

p {
	font: 8pt/14pt Arial, Helvetica, sans-serif; 
	text-align:left;
	color: #D7CA97;
	}

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

h1 {
	font: 14pt/16pt Arial, Helvetica, sans-serif; 
	text-align:left;
	color: ##D7CA97;
	}

a:link { 
	font-weight: none; 
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	}

a:visited { 
	font-weight: none; 
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	}

a:hover { 
	font-weight: none;
	text-decoration: none; 
	color: #D7CA97;
	font-weight: bold;
	}
a:active { 
	font-weight: none;
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	}

#shaddows{
	width:1040px;
	margin: auto;
	height: 100%;
	background: url(../images/shaddows.png);
	background-repeat: repeat-y;
	}
#footer{
	width:990px;
	height:25px;
	padding-top:5px;
	margin: auto;
	background: url(../images/copyright.png);
	background-repeat:no-repeat;
	}
#container {
	width:990px;
	margin: auto;
	height: 100%;
	background: url(../images/contentbg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:7px solid #D7CA97;
	}
#masthead{
	background: url(../images/masthead2.jpg);
	height: 187px;
	}

#links {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 20px ;
	background: #000;
	clear: both;
	}

	#links p {
		font: 8pt/10pt Arial, Helvetica, sans-serif; 
		text-align:center;
		color: #666;
		font-weight: bold;
		}
	#links a:link{
		text-align: left;
		font: 10pt/14pt Arial, Helvetica, sans-serif;
		padding-right: 40px;
		color: #fff;
		font-weight:normal;
		}
	#links a:hover { 
		text-align: left;
		font: 10pt/14pt Arial, Helvetica, sans-serif;
		padding-right: 40px; 
		color: #666;
		font-weight: normal;
		}	
	#links a:visited { 
		text-align: left;
		font: 10pt/14pt Arial, Helvetica, sans-serif;
		padding-right: 40px; 
		color: #fff;
		font-weight: normal;
		}	
	#links a:active { 
		text-align: left;
		font: 10pt/14pt Arial, Helvetica, sans-serif;
		padding-right: 40px; 
		color: #666;
		font-weight: normal;
		}	
		
		
#contentcontainer {
	padding: 25px 0px 0px 20px ;
	width: 1000px;
	height: auto;
	}
	
	
/* ----------------------------------------------------------END BODY --------------------------------------------------------------------------*/

.clearfix:after, .super_container:after, .container:after, .column:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .super_container, .container, .column {display: inline-block;}
* html .clearfix,
* html .super_container, * html .module, *html .column, *html .container {height: 1%;}
.clearfix, .super_container, .column, .container {display: block;}
