/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#666666;
	}

a {color:#333333; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
a:visited {color:#333333}

#wrapper {
	width:auto;
	}
	
#all {
	width:800px;
	margin:40px auto 40px auto;
	border:3px solid #000000;
	}
	
#header{
	width:800px;
	height:190px;
	background-image:url(../images/layout/header-bg.jpg);
	background-repeat:no-repeat;
	}
	
#header-left {
	float:left;
	}

#header-address {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	width:225px;
	margin-top:5px;
	}

#content {
	width:800px;
	background-color:#CCCCCC;
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
	
	}
	
#footer {
	width:800px;
	height:54px;
	background-image:url(../images/layout/footer-bg.jpg);
	background-repeat:no-repeat;
	}

#copy {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	position:relative;
	top:20px;
	left:610px;
	width:160px;
	}

.bumper {clear:both;}


/*NAVIGATION*/
#nav {float:left; margin:140px auto auto 213px;}
ul.ul-nav {list-style:none; margin:0; padding:0;}
ul.ul-nav li {float:left;}
ul.ul-nav a {display:block; height:50px; background-repeat:no-repeat;}
ul.ul-nav a:hover {background-position:0 0;}
a.button-home {width:92px; background-image:url(../images/layout/button-home.jpg); background-position:0 -51px;}
a.button-services {width:133px; background-image:url(../images/layout/button-services.jpg); background-position:0 -51px;}
a.button-contact {width:136px; background-image:url(../images/layout/button-contact.jpg); background-position:0 -51px;}





