@charset "utf-8";
*{

	margin:0px;
	padding:0px;
	

}

body{
	background-color:#C5C5C5;
	margin-top:25px;
}

#wrapper{
	width:960px;
	margin:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	font-size: 24px;
	text-indent:-5000px;
	font-weight: bold;
	color: #000;
	/*background-color: #F00;*/
	height: 200px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}

#nav a{
	display: block;
	float: left;
	width: 100px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
	background-color:#525E94;
	text-decoration:none;
	color: #BEBEBE;
	text-transform:uppercase;
}

#nav a:hover{
	background-color:#970000;
	color:#000000;
}

#content{
	line-height:25px;
	font-size:12pt;
	font-family:Verdana, Geneva, sans-serif;
	padding:40px;
	margin-top:10px;
	background-color:#ffffff;
	text-align:justify;
	box-shadow:0 2px 4px #000;
}

p{
	margin-bottom:10px;
}

#service_list{
	clear:both;
}

#FlashID{
	float:left;
	margin-left:200px;
}

#aboutpic{
	float:left;
	margin-right:20px;
}

h3{
	text-align:center;
	margin-bottom:15px;
}

#content ul li{
	list-style-type: none;
	text-align:center;
	margin-top:12px;
}

#contact_pic{
	margin-left: 190px;
}

#footer{
	clear:both;
	height:40px;
	background-color:#970000;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:25px;
	line-height:40px;
	color: #BBB;
	box-shadow:0 2px 4px #000;
	
	
}

<!--NIVO-->

#slider{
	height:375px;
	width:500px;
	margin:auto;
}