/* CSS Document */

body         { text-align: center; background-color: #4249B7;  
               margin: 0; padding: 0; padding-bottom:20px;background-position: center 50% }
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663;
	margin-left: 25px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px solid #300;
}


p, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: x-small;
	line-height: 1.5;
}

p, {
	margin-left: 25px;
}



a {
	/* text-decoration: none; */
	}
	
.img {
	margin:6px;
}	

.imgcaption {
	padding:6px;
	padding-bottom:12px;
	color:#8B2200;
	font-family:arial;
	font-size:x-small
	}

#content, #header, #gallery {
	clear:both;
	width:770px;
	margin:0px auto;
	text-align:left;
	border-left: 1px solid #261808; 
	border-right: 1px solid #261808;
}

#content     { background-color: #fff;  
                }

#gallery {
	background-color:white;
	/* padding: 20px; */
}	

#header      { height: 120px; 
				background-image: url('images/tggh.jpg'); 
               background-position: 0%;
			   margin-top:30px }

#header h1, #header p {
	display: none;
	}

#footer a, #footer p {
	color: #ECECDA;
	margin-bottom:30px;
         }
		 
#footer a:hover  {
	 background: none;
	 color: #fff;
	 }
   
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 20px;
	border-top: 1px solid #261808;
	border-bottom: 1px solid #261808;
	background-color: #663;
}

#footer span.copyright {
	float: left;
	padding-left: 20px;
	}

#footer span.validation {
	float: right;
	padding-right: 20px;
	}

.date {
	font-size: 9px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #ECECDA;
	text-decoration: none;
}

#article {
	width:auto;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

#article h1, h2, p, li {
	margin-left: 25px;
	margin-right: 25px;
}

#article h2 {
	font-size: 18px;
	border: none;
	font-weight: normal;
}


