/* CSS Document */

body {     
     background-image:url(../images/background.gif);
     background-repeat:repeat-x;
	 background-color: #EDEEE7;
	 }

div#container { 
     width: 770px;
	 padding: 30px 5px 5px 5px;
	 background-color: #FFF;
	 }
	 
div#top_banner {
	width: 770px;
    height: 52px;
	border-bottom: 5px solid #EAEAEA;
	}

div#top_banner img.logo {
    float:left;
	}

.nav_top {
	float: right;
	margin: 12px 0px 0px 0px;	
	padding: 0;
	height: 12px;
	}
/*

#nav {
	float: right;
	margin: 12px 0px 0px 0px;	
	padding: 0;
	height: 12px;
	}

#nav li {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px;
	border-left: solid 1px #dadbdc;
	height: 12px;
	}

#nav li a {
	display: block;
	height: 12px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

#nav li a:hover, #nav li a.selected {
	background-position: 0px -12px;

	}

#nav li.about {
	border-left: none;
	height: 12px;
	}

#nav li.about a {
	width: 49px;
	height: 12px;
	background-image: url('../images/about.gif');
	}

#nav li.work a {
	width: 52px;
	background-image: url('../images/work.gif');
	height: 12px;
	}

#nav li.contact a {
	width: 44px;
	background-image: url('../images/contact.gif');
	height: 12px;
	}
	
	*/	
	
div#content_area_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 4px;
	margin-right: 2px;
	text-align:right;
	}
	
	