@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0; padding: 0; }

html, body { 
	width: 100%; height: 100%; 
	padding: 0; margin: 0;
	font-family: tahoma; font-size: 9pt; color: #000;
}

body { background-color: #660000; }

a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0px;
	font-family: tahoma; color: #000;
	text-decoration: underline;
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; vertical-align: top;}

table { border-collapse: collapse; }



h1, h2, h3, h4, h5, h6 { 
	font-family: georgia; font-size: 12pt; color: #000;
	font-weight: bold; 
	text-align: left; 
}

h2 { font-size: 18px; color: #006600; font-weight: normal; }


.cl { clear: both; height: 0; font-size: 0; line-height: 0; }

#main { width: 1000px; margin: 0 auto; }
.wrp-main { width: 100%; background: url("../images/wrp-main2.jpg") center 0 repeat-y; min-width: 1000px;}

