@charset "utf-8";
html{
	font-family:Tahoma, Geneva, sans-serif;
}

body{
	background-image:url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #C0C0C0;
	margin:0 0 2em 0;
}

a{
	text-decoration:none;
}
#site{
	width:998px;
	margin:0 auto 0 auto;
}

#header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height:200px;
	width:998px;
}

#nav{
	float:right;
	padding:.5em 0 0 0;
}

#nav a{
	color:#c60700;
	font-size:1.5em;
}
#nav a:hover{
	color:#CCC;
}

#nav li{
	display:inline;
	padding: 0em .5em 0em .5em;
}
#tab{
	float:left;
	position:relative;
	top:16em;
	left: -36px;
}

#content{
	background-image:url(../images/content_bg.jpg);
	position:relative;
	left:-.45em;
	width:1010px;
	height:744px;
	}
#bulletin{
	width:320px;
	position:relative;
	top:84px;
	left:34px;
	float:left;
	text-align:center;
}
#bulletin h1{
	color:#c60700;
	padding-bottom:2em;
	font-size:20px;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
}
#bulletin p{
	font-size:18px;
	margin:0 auto 0 auto;
	width:300px;
	line-height: 125%;
}
#home_content{
	text-align:center;
	position: relative;
	top:75px;
	left: 96px;
	float:left;
	width:550px;
}
#home_content h1{
	width:400px;
	margin:0 auto 20px auto;
	text-align:center;
	font-size:20px;
	font-weight: normal;

}
#home_content p{
	line-height:120%;
}
#services{
	width:470px;
	position:relative;
	top:60px;
	left:50px;
	float:left;
}
#services ul{
	padding:1em 0 2em 2em;
}
#services li{
	padding:.5em 0 .5em 0;
}

#custom{
	background-image:url(../images/custom.jpg);
	height:293px;
	width:417px;
	float:right;
	margin:5em 2.2em 2em 0;
}
#restore{
	background-image:url(../images/restore.jpg);
	height:262px;
	width:420px;
	clear:right;
	float:right;
	margin:1em 2em 2em 0;

}
#footer{
	background-color:#464646;
	width:998px;
	color:#CCC;
	text-align:center;
	padding:1em 0;
	vertical-align:top;
}
#footer a:visited, a:link{
	color:#CCC;
}
#footer a:hover{
	text-decoration:underline;
}
#footer li{
	padding:.1em;
}
#footer span{
	font-weight:bold;
	color:#c60700;
}
#block1{
	width:24%;
	display:inline-block;
}
#block2{
	width:24%;
	display:inline-block;
}
#block3{
	width:24%;
	display:inline-block;
}
#block4{
	width:24%;
	display:inline-block;
}
