/* Page Style */

    body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 160%;
	background-color: #FFFFFF;
	margin: 40px;
    }

    hr {color: #FFFFFF; background-color: #FFFFF; border-top: 1px solid #CCCCCC; margin-top: 20px; margin-bottom: 20px;}


/* Links */

a:link,a:visited {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover{
	color: #666666;
}


/* Text */

.bold {
	font-weight: bold;
	text-transform: uppercase;
}

.header {
	color: #999999;
	text-transform: uppercase;
}


/* layout */
	
	#container {
	width: 900px;
	}
	
	
/* menu */
	
	#menu{
	width: 900x;
	height: 30px;
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
	}
	
	
/* content area*/	
	
	
	/* menu */	
	
	#content{
	width: 900x;
	margin-top: 40px;
	}
	
	#left_menu {
	width: 280px;
	margin-right: 20px;
	float: left;
	}
	
    #left_project {
	width: 280px;
	float: left;
	margin-bottom: 10px;
	}
	
	#left_project_image {
	width: 120px;
	margin-right: 20px;
	float: left;
	}
	
	#left_project_name {
	width: 140px;
	float: right;
	padding-top: 48px;
	}
	
	#left_project_extra {
	border-top: 1px solid #CCCCCC;
	width: 280px;
	padding-top: 10px;
	margin-bottom: 10px;
	float: left;
	}
	
	
    /* main content area */	
	
	#content_body {
	width: 600px;
	float: right;
	}
	
	/* project text */	
	
	#project_text {
	width: 600px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 16px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 46px;
	}
	
	#project_specs {
	width: 280px;
	margin-right: 20px;
	float: left;
	}
	
    #project_description {
	width: 300px;
	float: right;
	margin-bottom: 20px;
	}
	
	
	/* main images */
	
     .image {
	 padding-bottom: 20px;
	 clear:left;
     }
	 
	 .imagehome {
	 border-bottom: 1px solid #CCCCCC;
	 margin-bottom: 10px;
	 padding-bottom: 20px;
	 clear:left;
     }
	 
/* footer */
	
	 #footer {
	 height: 60px;
	 width: 600px
	 }
	 
