/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html {
	text-align: center;
	}

body { 
	width: 850px;
	margin: 0 auto; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 24px;
	text-align: center;
	color: #434049;
	background: #eeeeee;
	background-image:url(../images/site_bk2.jpg);
	}

#container {
	position: relative;
	padding: 25px 25px 0 25px;
	margin: 0px;
	background: #ffffff;
	z-index: 100;
	}
	
#gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: url(../images/shadow.png) repeat-x top;
	z-index:1;
	}

#info {
	text-align: left;
	border-right-width: medium;
	}
	
a:link { 
	color: #00A0C6; 
	text-decoration: none; 
	}
	
a:visited { 
	color: #52ABDF; 
	text-decoration: none; 
	}
	
a:active { 
	color: #52ABDF; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #FFF; 
	background: #91D235; 
	}
	

b { 
	color: #00A0C6; 
 	font-weight: normal;
	}

b.sub { 
	color: #43946d; 
	}

.project {
	width: 800px;
	height: 494px;
	margin: 15px 0 0 0;
	padding: 0 0 45px 0;
	}

img { 
	width: 800px;
	height: 374px;
	padding: 0 0 0 0; 
	margin: 15px 0 0 0; 
	background: #ddd; 
	}

.content { 
	width: 800px; 
	height: 74px;
	margin: 15px 0 15px 0;
 	padding: 0 0 0 0;
	background-image:url(../images/diagonals.jpg);
	background-repeat:no-repeat;
	background-position:right;
	font-size: 1.25em;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-align: left;
	}

.divider {
	width: 800px;
	height: 15px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #00A0C6;
	}
  

#contact {
	width: 180px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	color: #00A0C6;
	float: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.25em; 
	}
	
#info {
	z-index: 10;
	width: 800px;
 	height: 90px;
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	background-image: url(../images/headerimage2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	
h1, h2 {
	position: absolute;
	top: -999px;
	left: -999px;
	}
	
#footer{
	width: 800px;
 	height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	}

#footer_text {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #434049;
 	font-family: Verdana, Helvetica, Arial, sans-serif;
 	font-size: 1em; 
	}
