* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a32631;
	background-attachment: scroll;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
}
a{
	color: #CC0000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{border:0px}
h1{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	margin-bottom: 10px;
}
h2{
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0BDC1;
	margin-bottom: 10px;
}
h3{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0BDC1;
	margin-bottom: 10px;
	font-style: italic;
}
#wrapperbg{
	background-image: url(images/contstretch.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width:880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#wrapper {
	width: 880px;
	background-attachment: scroll;
	background-image: url(images/wrapperbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#header {
	width: 880px;
	float: left;
	height: 200px;
}
#leftcolumn {
	height: auto;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	display: inline;
}
#rightcolumn {
	float: right;
	height: auto;
	width: 555px;
	display: inline;
	margin-right: 50px;
	padding-top: 50px;
	padding-right: 20px;
}
#footer {
	width: 880px;
	clear: both;
	background-attachment: scroll;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #666666;
	text-indent: 50px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 10px;
}
#navigation {
	float:left;
	height:50px;
	display: inline;
	margin-left: 320px;
	margin-top: 50px;
}

#nav1
{
	float:left;
	display: block;
	width: 119px;
	height: 75px;
	background: url("images/homeoff.jpg") no-repeat 0 0;
}
#nav1:hover
{ 
  background: url("images/homeon.jpg") no-repeat 0 0;
}

#nav1 span
{
  display: none;
}
#nav2
{
	float:left;
	display: block;
	width: 119px;
	height: 75px;
	background: url("images/servicesoff.jpg") no-repeat 0 0;
}
#nav2:hover
{ 
  background: url("images/serviceson.jpg") no-repeat 0 0;
}

#nav2 span
{
  display: none;
}
#nav3
{
	float:left;
	display: block;
	width: 119px;
	height: 75px;
	background: url("images/sectorsoff.jpg") no-repeat 0 0;
}
#nav3:hover
{ 
  background: url("images/sectorson.jpg") no-repeat 0 0;
}

#nav3 span
{
  display: none;
}
#nav4
{
	float:left;
	display: block;
	width: 119px;
	height: 75px;
	background-image: url(images/contactoff.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav4:hover
{
	background-image: url(images/contacton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav4 span
{
  display: none;
}
.countdown{
	padding: 5px;
	width: 175px;
	text-align: center;
}
.countdown h1{
	font-size: 14px;
	margin: 0px;
}
.big{
	font-size: 24px;
	font-weight: bold;
	color: #A42631;
}
.red{
	font-weight: bold;
	color: #A42631;
}
.mode{
	padding-top: 20px;
	text-align: right;
	padding-right: 50px;
	color: #E07C84;
}
.mode a{
	color: #FFFFFF;
}
.date{
	color: #666666;
	height: 60px;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 5px;
	font-weight: bold;
}
ul{
	list-style-position: inside;
	padding-left: 50px;
}
.headlink{
	text-indent: -2000px;
}

