body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    background: #5d5d5d url(images/page_bg.gif);
    margin: 0px;
    padding: 10px;
	 color: #E5E1E1
}

html, #wrapper, h1 {
    margin: 0px;
    padding: 0px;
}

img { border: 0px; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 782px;
    position: relative;
	 padding: 0px;
	 background-color: #000000;

}

h1, h2 {
    font-size: 10px;
}


h1 {
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h3 {
    padding: 4px 0px 0px 0px;
	 font-size:1em;
}

.clear {
    clear: both;
    height: 1px;
}


 /* page structure */


#body {
	 /*background-color: #000000;*/
    padding-bottom: 0px;
}

* html #body {
	padding-bottom: 0px;
}

#nav {
	position:absolute;
	padding-top: 12px;
	left: 329px;
	width: 453px;
	height: 28px; 
	background-color: #000000;

}
#nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	
}
#nav li{
	padding: 4px 5.5px 0px 5.5px;*/
	margin: 0px;
	height: 28px;
	list-style-type: square;
	list-style-position: inside;
	float: left;
	display: inline;
	background-color: #E52429;
	border-right: 1px solid #000000;
	/*text-align: center;
	vertical-align: middle;*/
}


#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color:#000000;
}

#logoband {
	position: absolute;
	top: 39px;
	left: 326px;
	background: url(images/logoband.jpg);
	height: 70px;
	width: 456px;
	
}

#current {
	float: left;
	width: 326px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
}

* html #current {
    margin-left: 0px;
}

#current a{
	color: #E5E1E1;
}

#current a:hover{
	color:#545454;
}

#current .intro{
	color: #FAFAFA;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	padding: 0px 15px 10px 13px;
	position: relative;
	top: 10px;
}

#current .contact {
	color:#E5E1E1;
	padding: 10px 10px 10px 13px;
	position:relative;
	top: 30px;
}

.contacttitle {
	color: #ee3b33;
	text-transform: capitalize;
	padding:0px;
	
}

#content {
	float: right;
	width: 453px;
	padding-top: 105px;
	margin-right: 0px;
	background-color:#545454;
	
}

* html #content {
    margin-right: 0px;
	 
}




#footer {
    background-color:#EE3b34;
	 height: 25px;
    /*bottom:5px;*/
}

/*#copyright {
    position: relative;
    top: 0px;
	 color: #092F84;
}*/

#currenttitle {
    position: absolute;
    left: 15px;
	 top: 313px;
}

* html #currenttitle {
	 top: 315px;
}

/* page content */

#content h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	font-family: helvetica, arial, san-serif;
}

#content h3 {
	margin: 10px 0px;
	padding: 0px;
}

#content p {
    margin: 10px 0px;
    padding: 0px;    
}

#content .contentbox {
    
    padding: 25px 20px 30px 20px;
}

* html #content .contentbox {
    padding-bottom: 30px;
	 
}

#content a {
    color: #52D8EC;
}

#content  {
    color: #E5E1E1;
}

#content a:hover{
	color: #FFFFFF;
}
#content .contenttitle {
	font-family: helvetica, arial, san-serif;
	font-size: 17px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-top:30px;
}

#content form, table {
	font-family: tahoma, helvetica, arial, sans-serif;
   font-size: 11px;
}

/*.itemname{
	font-weight: bold;
	font-size: 1.3em;
}

.category {
	font-size: 1.2 em;
	font-weight: normal;
	text-transform: uppercase;
}*/

.imgright{
	float:right;
}

*html .imgright{
	float:right;
}

.imgleft{
	float:left;
}

*html .imgleft{
	float:left;
}


