
h1
{
   font-size: 2.5em;
   color: #ccc; /*FF951D;*/
   font-style:italic;
   margin: 2px;	
	padding: 5px;	
}

h2
{
	font-size: 1.5em;
/*	background: #800;/* It used to be 900*/
	color: #aaa;
	font-style:italic;
    margin: 5px 20px;	
	padding: 5px;
}


h3
{
   font-size: 1.2em;
   color: #000;
   font-style:italic;
   margin: 5px 10px;	
   padding: 5px;
}


a, a:visited
{
   color: #FF951D; /*BFE4FF;*/
   text-decoration: underline;
   font-size: 1.2em;
   font-weight: bold;
}
  
a:hover
{
    text-decoration: none;
}


/**********************


***************************************************/
body, html 
{	
	background: #666; /*url(images/metal_texture.jpg) repeat;*/
	border: 0px;
	color: #000;
 	font-size: 12px;
 	font-family: verdana,arial,helvetica,sans-serif;
 	font-weight: normal;
 	height: auto;
}
	
#page_container
{
    /*background:  #8A86A2; /*#666; /*url(background.jpg);*/
	/*border: 1px solid #aff;*/
	background: #000 url(images/content.jpg) repeat-y;
	border-bottom: 0px;
	height: auto;
	margin: 1em auto;
	width:  71em;
}	
#header
{
	background: #a00 url(images/header.jpg) no-repeat;
	color: #fff;
	/*border-bottom: 1px solid #aff;
	/*width: 850px;*/
	min-height: 16em;
	height: 21em;
	padding: 1em;
	/*width: 849px;*/
}

#headmenu
{
		text-align: center;
		margin: 1em auto;
		width: 100%;
}
	
#main-box
{
	/*background: #000 url(images/content.jpg) repeat-y;*/
	min-height: 30em;
}

#content
{
	width: 47.5em;
	padding: 1em;
}

#content a
{
	color: #a00;
}
  
#button {
  margin: auto;
  position: relative;
  top: 16em;
  padding: 0px;
  color: #333;
  text-align: center;
  width: 54em;
}

#button ul 
{
    margin: 0px;
    padding: 0px;
}
		
#button ul li 
{
    display: inline;
}

#button ul li a {
    display: block;
    float: left;
    padding: 0.5em 0.3em;
    background: #444 url(buttonback.jpg) no-repeat;/* #0f2942;  #303d46;*/
    color: #fff;
    text-decoration: none;
    width: 9.7em;
    font-size: 1.2em;
}

#button ul li a:hover {
	display: block;
	padding: 0.5em 0.3em;
	background: #444 url(buttonba_2.jpg) no-repeat;
	color: #bbb;   
	text-decoration: none;
	width: 9.7em;
	font-size: 1.2em;
}
	
#right-side
{
	background: #000 url(images/progun.jpg) no-repeat;
	color: #fff;  /*#fd9;*/ 
    float: right;
	min-height: 110em;
	height: 124em;
	margin: 0px;
	padding: 0;
	width: 20em;
}

html>body #right-side
{

}


#right-side a, #right-side a:hover, #right-side a:visited
{
	/*color: #ff0;*/
	font-size: 1.2em;
	text-decoration: none;
}

right-side a:hover
{
	text-decoration: underline;
}

right-side a:visited
{
	/*color: #fff;*/
	text-decoration: underline;
}

#menu
{
	/*height: 20em;*/
	background: #999;
	margin: 10px;
	margin-top: 24em;
	filter:alpha(opacity=70);
	/*-moz-opacity:0.7;*/
	-khtml-opacity: 0.7;
	opacity: 0.7;
	padding: 5px;
	zoom: 1;
}	

#menu ul
{
	 list-style: none;
	 margin: 0;
	 padding: 0;
}

#menu ul li
{
     margin: 0;
	 padding: 0;
}

#menu ul li a
{
    display: block;
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #000;
    
	
}

#menu ul li a:hover
{
    display: block;
	background: #000;
	color: #FFA53D;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #000;



}

#footer
{
background: #A00100 url(images/footer.jpg) repeat-x;
color: #fff;
min-height: 8em;
height: auto;
clear: both;
margin: 0px;
margin-top: 0px;
padding: 0.5em;
}

html>body #footer
{
height: 8em;
}


#footer ul
{
	
	margin: 0px;
	text-align: left;
}

#footer ul li
{
	display: inline;
	margin: 0.8em;
}
#footer ul li a, #footer ul li a:hover, #footer ul li a:visited
{
	font-size: 1.4em;
	font-weight: bold;
}


.extra
{
    height: 25em;
	background: #646161 url(images/rightback.jpg) no-repeat;	
	margin: 10px;
	margin-top: 5em;

	padding: 5px;
}