body {
	margin: 0;
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
	color: #ccc;
	text-align: center;
}

/*redefine*/

::-moz-selection {
	background: #202020;
	color: #eee;
}

::selection {
	background:#000000;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

/*********** #navBar link styles ***********/

#navBar ul {list-style: none; margin:0 10% 0px 10%; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
    display: inline; float: none; 
	height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a60800;
	padding:5px 2px 5px 2px;
	
}
a:link  
{
	color: #bbbbbb;
	text-decoration: none;
}
a:visited
{
	color: #aa5566;
	text-decoration: none;
}

a:hover,  
{
	color: #ffffff;
	text-decoration: none;
}
a:active
{
	color: #b58f4e;
	text-decoration: none;
}


/****************end of nav *****************/




/*shared*/

span.clr {
	display: block;
	clear: both;
}


/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	padding: 10px 20px;
	/*border-right: 1px solid #1c1c1c;*/
	background: #191919;
	border-style: double; border-width:thick; border-color: #202020;
	margin: auto;
	text-align: left;
	
	
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 80%;
}

.feature p{
	padding: 30px 45px 5px 45px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
}

.feature img{
	float: left;
	padding: 0px 30px 0px 0px;
	margin: 0px 5px 5px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.title {
	width: 800px;
	padding-bottom: 5px;
		
}


 
 #footer {

	width: 800px;	
	margin-top: 10px 0px 45px 0px;
	padding: 20px 0px 45px 0px;
	text-align: center;

}


a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}

/*xhtml validation*/
.validate{
	float: left;
	margin: 0 0 0 348px;
	padding: 5px 10px 5px 10px;
}

#cse {
	padding: 0 35% 20px 35%;
}
