@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: arial; color: #2a1b25; font-size: 13px;  
}
body { background: url("../images/bodybk.png") 0 0 repeat-x; }

a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0px;
	font-family: arial; color: #544b44; font-size: 10px;  text-transform: uppercase;
	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: arial; font-size: 9pt; color: #000;
	font-weight: bold; 
	text-align: left; 
}

.cl { clear: both; height: 0; font-size: 0; line-height: 0; }

#main { width: 960px; margin: 0 auto; position: relative; }

/* add 19-11-09 */
.big-img { position: relative; }
.big-img .txt-big { left: 29px; top: 54px; position: absolute; font-size: 19px; color: #fff; line-height: 26px; font-style: italic; text-transform: none; font-family: 'Georgia'; }
.txt-big h2 { font-style: italic; font-size: 23px; color: #fff; font-weight: bold; padding: 0 0 30px 0; font-family: 'Georgia';}
