body {

background: #000000 url(images/back.jpg) repeat-x;
font-family: Courier,Tahoma, sans-serif, Arial, Helvetica;
font-size: 13px;
color: #999;
}

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

}
#wrap {
width: 980px;
margin: 0 auto;
}


#header {
margin: 40px 0 50px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -2px;
line-height: 4px;
}
#header h1 a {
color: #dc143C;
text-decoration: none;
}
#header h1 a:hover {
color: #999;
text-decoration: none;
}
#header h2 {

font-size: 25px;
font-weight: 100;
letter-spacing: -2px;
line-height: 2px;
}
#header h2 a {
color: #be9756;
text-decoration: none;
}
#header h2 a:hover {
color: #999;
text-decoration: none;

}
/*Navigation*/
#buttons{
	
	background: url(images/bg_but.jpg) left top no-repeat;
	text-align:center;
	height: 116px;
	margin-left: 192px;
	padding-top: 4px;
}

#buttons a {
	font-family: Courier,Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	float: left;
	height: 15px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}

.but {
width: 110px;
}
.but:hover { background: url(images/but_hover.png) center  center no-repeat;
text-decoration: none;}
}
/*End of Navigation*/
#container .title {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: regular;
	color: #999;
}


#container #left {
	float: left;
	margin: 0px;
	padding: 20px 5px 10px 8px;
	width: 187px;
	
}
#container #left .table_left {
	width: 187px;
}
#container #left .side_top {
	background-image: url(images/side_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 187px;
}
#container #left .side_gradient {
	background-image: url(images/side_gradient.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	width: 187px;
	text-align: left;
	
	font-size: 14px;
	color: #be9756;
}

a { color: #be9756; text-decoration: none; }
a:hover {
	color: #999;
    text-decoration: underline;

}

#container #left .side_footer {
	background-image: url(images/side_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 187px;
}
#container #content {
	float: left;
	margin: 0px;
	padding: 20px 6px 10px 6px;
	width: 588px;
	
}
#container #content .table_middle {
	width: 588px;
}
#container #content .middle_top {
	background-image: url(images/middle_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 588px;
}
#container #content .gradient_middle {
	background-image: url(images/gradient_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	height: 10px;
	width: 588px;
	text-align: justify;
}
#container #content .middle_footer {
	background-image: url(images/middle_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 588px;
}
#container #right {
	float: left;
	margin: 0px;
	padding: 20px 13px 10px 6px;
	width: 160px;
	
}
#container #right .table_right {
	width: 187px;
}
#container #right .side_top {
	background-image: url(images/right_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 160px;
}
#container #right .side_gradient {
	background-image: url(images/right_gradient.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	width: 160px;
	text-align: left;
}
#container #right .side_footer {
	background-image: url(images/right_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 160px;
}
#container #footer {
	background-image: url(images/omnia_ba.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 39px;
	width: 980px;
}

/*------------------------*/
  #footer{

  }

/*--------------------*/
  .clearFix{
    clear: both;
  }

