html, body{
	font-family: Courier, Courier New, monospace;
    font-size: 11px;
    height:100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}


a{text-decoration:none; color: #fff;}
a:hover{text-decoration:underline;}
img{border: 0px; margin: 0; padding: 0;}

h1, h2, h3 {
	font-family: Courier, Courier New, monospace;
	margin: 0;
}

h1 {
	font-size: 18px;
	padding: 0px 0px 18px 25px;
	color: #e5322d;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	padding: 0px 0px 18px 25px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 12px;
	padding: 0;
}


ul {
	list-style: url(img/list.jpg);
	margin: 0;
	padding: 0 0 12px 0;
}

ul li {padding: 0 0 6px 0; margin: 0;}


p{padding: 0; margin: 0px 0px 18px 0px;}
   
   
#container {
	margin:0 auto;
	width: 100%;
	position: relative;
	padding: 0;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#mini_header {
	width: 100%;
	height: 88px;
	padding: 0;
	text-align: center;
}

#page_gal {
	width: 100%;
	position: absolute;
	top: 88px;
	height: 80%;
	text-align:center;
	margin: 0 0 -30px 0;
}

#footer_page {
	position:absolute;
	width: 100%;
	bottom:0;
	height: 20px;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #666;
	text-align: center;
	background-color: #000;
}
