/* CSS Document */

BODY {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	background-color:#C6C6C6;
    }
	
a:link {
	color: #CD660A;
	text-decoration: none;
}
a:visited {
	color: #CD660A;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
    font-size:12px;
	font-weight:bold;
}

#border {
    width:771px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:auto;
	}
	
#topArea {
	background-color:#FFF;
	clear:both;
	height:136px;
	width:100%;
	background-image:url(images/BGtop.gif);
	background-repeat:no-repeat;
	}
	
#logo {
	padding-top:58px;
	padding-left:68px;
}

#written {
    margin-left:68px;
	padding-bottom:20px;
	width: 634px;
}

.divider {
    height:11px;
	width:100%;
	background-image:url(images/divider.gif);
	background-repeat:no-repeat;
}

#mainArea {
	 width:100%;
	 height:264px;
	 background-image:url(images/BGmain.jpg);
	 background-repeat:no-repeat;
	 background-position:bottom left;
}

#mainAreaServices {
	 width:100%;
	 margin-bottom:30px;
}

#enter {
    float:right;
	width:235px;
	margin-top:70px;
}

#servicesList {
    float:left;
	width:300px;
	margin-top:10px;
	padding-left:68px;
}

#contact {
    float:left;
	width:300px;
	margin-top:10px;
	margin-left:50px;
}

#footer {
     clear:both;
	 background-image:url(images/BGfooter.jpg);
	 background-repeat:no-repeat;
	 height:42px;
	 font-size:10px;
	 padding-left:68px;
	 padding-top:20px;
	 color:#FFF;
}

#footer a:link {
	text-decoration: none;	
	color:#FFF;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:visited {
	text-decoration: none;
	color:#FFF;
}
