/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:12px;
	margin:0 auto;
	background-color:#450808;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#000;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.flag {
	height: 35px;
	color: #7f1415;
	font-size: 16px;
	font-weight: bold;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:320px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:95px;
}

#menu {
	position:absolute;
	top:30px;
	right:33px;
	width:60px;
	height:30px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:40px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:auto;
}

#main_top {
	position:relative;
	top:0;
	left:0;
	width:305px;
	height:193px;
	padding: 190px 0 0 15px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-home.jpg);
}

#main_top-sub {
	position:relative;
	top:0;
	left:0;
	width:260px;
	height:auto;
	padding: 130px 40px 0 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-sub.jpg);
}

#main_sub-repeat {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-sub-repeat.jpg);
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:290px;
	height:auto;
	padding:10px 15px 10px 15px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	width:250px;
	height:auto;
	padding:10px 55px 10px 15px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:320px;
	height:40px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
