@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/background_index.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:link { font-size: 12px; color:#000000; text-decoration:none; }
A:visted { font-size: 12px; color:#000000; text-decoration:none; }
A:Active { font-size: 12px; color:#000000; text-decoration:none; }
A:Hover { font-size: 12px; color:#000000; text-decoration:none; }
.userlogin {
	background-color: #a2004c;
	width: 100px;
	text-align: center;
	font-size: 12px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-left: 707px;
}
.main {
	background-color: #FFFFFF;
	width: 807px;
	text-align:center;
	margin: 0px auto -1px auto; 
}
.header {
	background-color: #FFFFFF;
	background: url(images/header.jpg);
	background-position: top center;
	width: 807px;
	height: 187px;
	text-align:right;
}
.menu {
	background-color: #000000;
	width: 807px;
	height: 57px;
	text-align:center;
}
.services {
	background-color: #FFFFFF;
	background: url(images/services.jpg);
	background-position: top center;
	width: 807px;
	height: 412px;
	text-align:center;
}
.about {
	background-color: #FFFFFF;
	background: url(images/about.jpg);
	background-position: top center;
	width: 610px;
	height: 272px;
    text-align: left;
	padding-left: 80px;
	padding-top: 70px;
	padding-right: 80px;
	
	
}
.footer {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding: -8px;
	margin-top: 22px;
	margin-bottom: 22px;
	}

.footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

.footer ul li {
	margin-left: 0px;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	}
