h1,h2,h3,h4,h5,p,div,table,td,th,ul,li, dd, dt, dl, img
{
	padding:0px;margin:0px;
}

p 
{
	letter-spacing:.03px;
	word-spacing:.1px;
	line-height:20px;
	margin-bottom:10px;
	font-size: 1.5em;
	
}

h1
{
	font-size: 2.5em;
	
}
body
{
	font:10px verdana, arial, helvetica, sans-serif;
	background: url(images/BG.jpg) no-repeat;
	background-color: black;
}

a:visited
{
	text-decoration: underline;
	color: white;
}

a:link
{
	text-decoration: underline;
	color: white;
}

a:active
{
	text-decoration: underline;
	color: white;
}

li a { 
display: block; 
height: 20px;
}

li a:hover { 
background-color: white; 
}

#header 
{	
	border: 0px solid black;
}

#nav 
{
	margin: 10px 10px 10px 0px;	
	background-color:#494948;
	width:150px;
	float: left;
	border: 2px solid black;
	 -moz-border-radius: 5px;
 	border-radius: 5px;
	 
	
}

#nav ul
{
	list-style-type: none;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;	
	
}

#nav li
{
	background: #814c06;
	font-size:14px;
	font-weight:bold;	
	list-style:none;
	border-top: 1px solid black;
	text-align: center;
	display:block;
	height: 20px;
		 
}

#nav a
{	
	text-decoration: none;
}

.nav-right-header
{
	height: 20px;
	color: black;
	text-align:center;
	border-bottom: 1px solid black;
}
.nav-right-bottom
{
	height: 20px;
	color: black;
	text-align:center;
	border-top: 1px solid black;
}
#nav a:hover
{
	color: orange;
}

#sidebar
{
	margin: 10px 10px 10px 0px;	
	background-color:#ff0000;
	text-align:center;
	width:150px;
	height: 150px;
	float: left;
	clear:both;
	border: 2px solid black;	
	background: url(images/purchase_up.png) no-repeat top;
}

#sidebar:active
{
	margin: 10px 10px 10px 0px;	
	background-color:#ff0000;
	text-align:center;
	width:150px;
	height:150px;
	float: left;
	clear:both;
	border: 2px solid black;	
    background: url(images/button_down.png) no-repeat bottom;
}

.sidebar-header
{
	height: 20px;
	color: black;
	text-align:center;
	border-bottom: 1px solid black;
}

.sidebar-bottom
{
	height: 20px;
	color: black;
	text-align:center;
	border-top: 1px solid black;
}
#content 
{
	font-size: 1.2em;
	margin-top: 10px;
	border: 1px solid black;
	overflow: hidden;
	background: #494948;   
	-moz-border-radius: 5px;
 	border-radius: 5px;  
}
#text-header
{
	text-align:center;
	margin-bottom: 10px;
}

#text-header h1
{
	color: orange;
}
#text-header h2
{
	color: orange;
}

#text-wrapper
{	
	margin: 10px;	
}

#content-picture-right
{
	float: right;
	border: 0px solid black;
}

#footer 
{
	margin-top: 25px;
	border: 1px solid black;
	text-align: center;
	clear: both;
	overflow: hidden;
	background: #494948; 	
}

#footer-picture-left
{
	border: 0px solid black;
	float: left;
}

#footer-info-right
{
	float: right;
	border-left: 0px solid black;
	margin: 10px;
	
}

#footer-info-left
{
	float: left;
	border: 2px solid white;
	text-align: center;
	margin: 10px;
}

.border
{
	border-left: 1px solid black;	
}

.bold
{
	font-weight:bold;
}

.center
{
	text-align:center;
}

.space
{
	line-height: 50px;
	text-align:center;
}

.indent
{
	text-indent: 50px;
}
.orange
{
	color:orange;
}

.white
{
	color: white;
}
.box { 
  background: #252422; 
  width: 800px;
  margin: auto auto;
  border: 1px solid black;
 -moz-border-radius: 50px;
 border-radius: 50px;
}
.boxtop { 

}
.boxtop div {
	
	height: 50px;
}
.boxbottom { 

}
.boxbottom div { 

	height: 50px;
}
.boxcontent {
  padding: 0px 30px 0px 30px;
}


