@charset "utf-8";
/* CSS Document */

@import url('main.css');
@import url('class.css');

body, 
h1, h2
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
font-size: 14px;
	vertical-align: baseline;
	background: transparent;
	
}
body {
	line-height: 1;
	background:#031D3D url(../img/bg.jpg) repeat-x;
	color:#3C2A06;
     font-family: Arial, Helvetica, sans-serif;
	  margin: 0 auto ;
		text-align: justify;
}
a  {
	text-decoration: none;
	color: #841010;
}

a: hover {
	text-decoration: underline;
	color: #841010;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

h2 {
	font-size:18px; color:#3C2A06;
}

/*--add dev--*/

.header {
	background: url(../img/header.jpg);
	height : 215x;
	width: 900px;
	background-repeat: no-repeat;
}


.logo {
	background: url(../img/header_up.jpg);
	height : 80px;
	width: 900px;
	background-repeat: no-repeat;
}


.footline{
	width:900px; height:10px; float:left; ;
	background: #4A0A0C;
	
}


.clear_up {clear:both; height: 10px;}


.about { color:#000; text-align: justify; margin-bottom: 10px; font-size: 15px; width: 700px; }

.about ul {
	margin: 5px 0;
   
}

.about li, .gal_list li  {
    list-style:disc;
    margin: 0 0 0 25px;
	padding: 5px 5px;
	 }
	 
 .gal_list ul li,  .gal_list ul li a,  .gal_list ul li a: hover {
    list-style:disc;
    margin: 0 0 0 25px;
	padding: 5px 5px;
	font-size: 11px;
	 }
	 
.about h2  {
  margin-bottom: 5px;
	 }
	 
.gallery h2, .gallery  a, .gallery a: hover {
	font-size:18px; color:#3C2A06;
}

