@charset "UTF-8";
/* CSS Document */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:80%; /*set default font size */
	font-family:Arial, Helvetica, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE *//* */
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color: #FFFFFF;
}

.pad1 {display:block; width:18px; height:50px; float:left;}

.pad2 {
	display:block;
	height:100px; /* height to miss header and footer */
}

/* HEADER CONTENT */

.lewis #head {
	position:absolute;
	margin:0;
	display:block;
	width:98%;
	z-index:5;
	color:#FFFFFF;
	text-align: center;
	background-image: none;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 140px;
}
.lewis #headcontainer {
	width:1060px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	vertical-align: top; /* the auto margins (in conjunction with a width) center the page */
	z-index:5;
	background-position: center center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.lewis #header {
	margin:0 auto;
	width:1060px;
	float: none;
	z-index:5;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.lewis #head p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	padding-top: 0px;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 0px;
}

.lewis #head a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.lewis #head a:hover {
	color: #009999;
}

.lewis #head a:active {
	color: #009999;
}


/* PROJECTS */

.lewis #content {
	display:block; /* set up as a block */
	height:100px; /* set height to full page */
	max-height:100%;
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	text-align: center;
	padding-top: 120px;
}

.lewis #project {
	width:920px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.lewis #projectimage {
	width:900px;
	height:582px;
	text-align: center;
	padding-top: 5px;
}

.lewis #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	padding-top: 6px;
}

.lewis #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align: left;
}

.lewis #content a {
	color: #FF0000;
	text-decoration: none;
}

.lewis #content a:hover {
	color: #DCD6C4;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
