		body {
			background-color: #74c1ff;
			font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			font-size: 14px;
			line-height: 150%;
			}
		#pg_athome #nav #nav_home a {
			background: #cf9;
			text-decoration: none;
			}
		#pg_online #nav #nav_online a {
			background: #6c6;
			text-decoration: none;
			}
		#pg_atwork #nav #nav_work a {
			background: #396;
			text-decoration: none;
			}
			
		h2 {
			margin: 0;
			}
		
		h3 {
			margin-bottom: 0;
			}
			
		#wrap {
			margin: 0 auto;
			width: 974px;
			}
			
		#header {
			background: #ff6 url(/images/header1.jpg) left top no-repeat;
			height: 180px; /*200*/
			padding: 20px 0 0 7px;
			}
			
		#hang {
			background: url(/images/header1_hang.png) left top no-repeat;
			position: absolute;
			height: 13px;
			width: 70px;
			top: 0;
			right: 23px;
			}
		
		#header h1 {
			margin: 0;
			}
			
		#header h1 a {
			display: block;
			padding-top: 180px;
			width: 360px;
			height: 0px;
			overflow: hidden;
			line-height: 2em;
			}
			
		#contentwrap {
			background: #fff url(/images/contentwrap.png) repeat-y;
			padding: 0 7px;
			}
		
		#nav {
			background: #096 url(/images/nav.png) left top no-repeat;
			height: 29px;
			position: relative;
			}
		
		#nav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			}

		#nav li {
			display: inline;
			margin: 0;
			padding: 0;
			}
			
		#nav a {
			color: #063;
			float: left;
			padding: 4px 0 0 0;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			font-size: 16px;
			height: 25px; /*29*/
			width: 320px;
			}
			
		#nav a:hover {
			background: #cf9;
			text-decoration: none;
			}
		
		#nav #nav_online a:hover {
			background: #6c6;
			text-decoration: none;
			}		

		#nav #nav_work a:hover {
			background: #396;
			text-decoration: none;
			}	
			
		#content {
			padding: 20px;
			background: url(/images/bee.png) right bottom no-repeat;
			}
			
		#subnav {
			float: right;
			width: 290px;
			margin-bottom: 210px;
			}
		
		#main {
			width: 600px;
			}
		
		#footer {
			background: #cf9 url(/images/footer.png) top left no-repeat;
			height: 26px;
			}

		#copyright {
			font-size: 12px;
			text-align: center;
			}
			
		.twitter {
			font-size: 12px;
			line-height: 120%;
			}
		.tweet {
			background: url(/images/bee_favicon.png) left top no-repeat;
			text-indent: 20px;
			}
			
		 #webdesign li {
		 	clear: left;
		 	}
		 	
		 .image_float {
		 	float: left;
		 	margin: 0 7px 7px 0;
		 	}
			
/* Clearfix */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix {display: inline-block;}
/* no macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end */
