@charset "utf-8";
/* CSS Document */
/***** Browser Reset *********/
 body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td  { margin: 0; padding: 0; border: 0; outline: none; }  
/******** Generic Classes *******/
	p, ul, li, ol { font-family:Georgia, "Times New Roman", Times, serif; color:#000; font-size:14px; margin-top:5px; letter-spacing:.05em; line-height:1.6em; text-indent:25px;  position: relative; display: block; }
	h1, h2, h3, h4, h5, h6 { font-family:Georgia, "Times New Roman", Times, serif; color:#000; text-align:center; letter-spacing:0.1em; margin:5px;}
	h1{ font-size:36px; color:#630; margin-bottom:20px; text-align:center;}
	h2 {font-size:32px; margin-bottom:15px;}	
	h3 {font-size:22px; color:#630; }
	h4 {font-size:14px; font-weight:900; color:#630; text-align:center;}
	h5 { font-size:14px; color:#000; text-align:center; line-height:34px;}
	img {margin:15px auto 15px auto; display:block;}
	hr {width:50%;}
	a { color:#930;}
	.floatr {float:right; display:block; margin:0px;}
	.floatl {float:left; display:block; margin:0px;}
	a.fb { padding-left:200px; margin:10px auto 10px auto; display:block; }
	img.center {display:inline; text-align:center;}
/******** Frame Work *********/
	body 	{background:#190a00 url(../img/bg.jpg) repeat-x;}
	#wrapper {width:900px; margin: 40px auto 10px auto; background-color:#fff4de; overflow:hidden;}
	#main { width:750px; padding:10px; margin:155px auto 28px auto; display:block; }
	.pgcontent {width:750px; padding:10px; margin:15px auto 0 auto; display:block; }
/********* Header **************/
	#logobar {height: 110px; float:left; margin:0px; overflow:hidden; width:900px; padding:0; height:120px; background-image:url(../img/logobg.gif);	}
	img.logo {padding:0; margin: 10px auto auto auto; display: block; }
/************* Navigation Bar ****************/
	UL.nav	{list-style:none; background-image:url(../img/ulbg.gif); float:left; width:900px; height:28px; margin:0px; letter-spacing:normal; line-height:normal;}
	ul.nav li {float:left; vertical-align:middle; margin:0px auto 0px 12px; display:block;  letter-spacing:normal; line-height:normal;  text-indent:0; } 	
	ul.nav a{font-weight:500; font-size:1.1em; display:block; padding:4px; padding-top:6px; margin: -.05em auto auto auto; text-decoration:none; text-align:center; vertical-align:middle; color:#FFF;  letter-spacing:normal; line-height:normal;  }
/********** Content *******************/
	img.contentl {border:1px solid #000; margin-right:25px; background:#FFF; padding:10px; float:left; overflow:hidden;}
	img.contentr {border:1px solid #000; margin-left:20px; background:#FFF; padding:10px;  float:right; overflow:hidden;}
	li.about { list-style-position:inside; list-style-type:disc; padding-left:4em; text-indent:-10px;}
	li.content { list-style-position:inside; list-style-type:disc;  text-indent:60px;}
/*********** Copyright ************/	
	.copyright	{background-color:#190a00; width: 900px; overflow:hidden; float:left; }
	.copyright p {color:#FFF; text-align:center; font-size:10px;}
	.featured { border:solid #000 1px; padding:10px; background:#FFF;}
