/***** global *****/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}

* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	margin-top: 2px;
	height: 100%;
}

#page_holder {
	background-image: url("../img/bckg.gif");
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	width: 980px;
	margin: auto;
	position: relative;
	min-height: 100%;
}

#page_holder a {
	font-weight:bold;
	color: #000;
	text-decoration:none;
}

#page_holder a:hover {
	color: #FFF;
	font-weight:bold;
	background-color: #000
}

#header {
	width: 980x;
	border:none;
	float:top;
}

#header img {
border: 0px;
float:top;
}

#navigation {
	width: 980x;
	border:none;
	text-align: center;
	background-color:#08022A;
}

#navigation ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

#navigation li {
	float: left;
}

#navigation a:link {
display:block;
width:132px;
font-weight:bold;
color:#FFFFFF;
background-color:#08022A;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

#navigation a:visited {
display:block;
width:132px;
font-weight:bold;
color:#FFFFFF;
background-color:#08022A;
padding:4px;
text-decoration:none;
text-transform:uppercase;
} 

#navigation a:hover {
background-color:#FFF;
color:#08022A;
}

#navigation a:active {
background-color:#FFF;
color:#08022A;
}

#footer {
background-color:#000;
width: 980px;
text-align: left;
font-size : 10px;
color: #FFF;
}

#footer hr{
text-align:center;
width: 100%;
}

#clear {
clear: both;
visibility:hidden;
}

.right_on_same_line {
display:inline;
text-align: right;
float:right;
}

.right_on_same_line1 {
display:inline;
text-align: right;
float:right;
margin-right: 15px;
}

.imgbottom {
display:inline;
text-align: bottom;
float:bottom;
}

.smallimg {
	display:inline;
	text-align: bottom;
	position: relative; top: 2px;
}

input.btn { 
  background-color:#eee;   
  border-style:outset;
}
 
input.btnhov { 
  border-color: #c63 #930 #930 #c63;
}
input.btnclick {
	border-style:ridge;
}

