/* 
	Design (C) 2009 by Camille Arana of http://krescentmoon.net and http://lazycamy.net
 	Comments: I don't really care if you copy the coding just as long as you 
	don't use the images from the design itself.  You may also use the coding
	as reference.

*/

.box {
	background: #0D0D0D;  
	text-align: center;
	line-height: 19px;
	border: 1px solid  #202020;
	margin: 5px 130px;
	padding: 5px;
	width: 487px;
}

.box2 {
	padding-left: 20px;
}

.box3 {
	text-align: center;
}

.box3 img {
	border: 0px;
}

.box4 {
	padding-left: 30px;
}

.box5 {
	padding-left: 30px;
}

.box5 img {
	border: #fff 1px solid;
}

li {
	list-style-image: url(images/bullet.png);
} 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}

body {
	background: #000 url(images/bgtop2.gif) top repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#wrapper{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 100%;
	background: url(images/header2.gif) top left  no-repeat;
	height: 226px;
}

h1{
	color: #686868;
	font: 19px Georgia, "Times New Roman", Times, serif;
	background-image: url(images/headertextbg.jpg);
	background-repeat: no-repeat;
	padding: 25px 0px 20px 20px;
	word-spacing: 5px;
	letter-spacing: 4px;
}

h1:first-letter {
	color: #7e2628;
	font: 23px Georgia, "Times New Roman", Times, serif;

}

h2 { 
	color: #fff;
	font: 17px Georgia, "Times New Roman", Times, serif;
	word-spacing: 3px;
	letter-spacing: 2px;
	font-style: italic;
}

h3 { 
	color: #808080;
	font: 17px Georgia, "Times New Roman", Times, serif;
	word-spacing: 2px;
	letter-spacing: 2px;
	font-style: italic;
}

h6 { 
	color: #0C6;
	font: 24px "Courier New", Courier, monospace;
	text-align: center;
}

strong {
	color: #A12F32;
	text-decoration: none;
}

em {
	color: #fff;
	text-decoration: none;
}

i {
	color: #c4797b;
	text-decoration: none;
}

a {
	color: #9689a7;
    	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #7e2628;
	text-decoration: none;
}

blockquote{
	background: #0D0D0D;  
	text-align: center;;
	border: 1px solid  #202020;}

#navcontainer ul{
	margin: 0;
	padding-top: 5px;
}

#navcontainer ul li {
	display: block;
   	float: left;
	padding: 0;

}

#navcontainer a {
   	display: block;
   	width: 160px;
   	text-align: center;
   	color: #646464;
   	background: #202020;
   	border-left: 5px solid #000;
   	border-right: 5px solid #000;
   	font: 20px Georgia, "Times New Roman", Times, serif;
   	text-decoration: none;
   	padding: 3px 0;

}
#navcontainer a:hover { 
  	background: #7f2628;
   	color: #fff;
   	border-left: 5px solid #a20000;
   	border-right: 5px solid #a20000;
 }
 

#leftcolumn{
	width: 950px;
	float: left;
	padding:20px;
}

#footer{
	width: 100%;
	padding-top: 20px;
	text-align:	center;
	padding-bottom:	20px;
	background:	#202020;
	font-size: 11px;
}

#footer a {
	color: #e8e6e8;
	text-decoration: none;
}

#footer a:hover {
	background: #4f4562;
	text-decoration: none;
}

#footer strong {
	color: #a20000;
	text-decoration: none;
}

#footer em {
	color: #C4C4C4;
	text-decoration: none;
}

#footer i {
	color: #c4797b;
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

img.floatCenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.clear{
	clear: both;
}
