BODY {
 width:880px;
}


DIV#header {
 position: absolute;
 top:0;
 left:0;
 width:880px;
}

DIV#nav {
 position: absolute;
 top: 190px;
 left:0;
 }
 
DIV#content {
 position: absolute;
 top: 210px;
 left: 230px;
 width: 650px;
 line-height: 120%;
 } 
 
DIV#portfolio {
 position: absolute;
 top: 170px;
 left: 190px;
 width: 650px;
 height: 800px;
 text-align: left;
 } 
 
#footer {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

 
TABLE#table_nav {
}

TABLE#content {
 border-spacing: 30px;
}

.floatright { 
 float: right; 
 margin: 0 0 30px 30px;
 clear: right;

 }

h1 { 
 font-family: Arial, Verdana, sans-serif; 
 font-size: 18px; 
 color: #7EBEBE;
 font-weight: normal;
 margin-top: 0; 
 }

h2 { 
 font-family: Arial, Verdana, sans-serif; 
 font-size: 16px; 
 color: #7EBEBE; 
 font-weight: normal;
 margin-bottom: 0;
 }
 
h2.question {
  font-style: italic;
  }

A {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	color: #463E41;
	text-decoration: none
 }

A.footer {
  font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #463E41;
	text-decoration: none
 }
 
a:hover { 
  color: #7EBEBE;
	text-decoration: underline;
	}
 
P { 
  font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	color: #463E41;
	text-decoration: none;
	}
	
P.big {
	font-size: 16px;
	line-height: 130%;
  }		
	
P.close {
  margin-top: 0;
	}	
	
	
P.press {
  line-height: 120%;
	}	
	
P.praise {
  line-height: 120%;
	}
	
P#footer { 
  font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #463E41;
	text-decoration: none
	}	
	
IMG {
  BORDER: 0;
	}	
	
UL {
   font-family: Arial, Verdana, Sans-Serif;
	 font-size: 14px;
	 color: #463E41;
	 line-height: 115%;
	 }
	 
UL.snug {
	 line-height: 50%;
	 margin-top: 10px;
	 }	 
	 
li {
margin-bottom:12px;
} 	 
	 	 
#flashcontent {
	 height: 100%;
	 text-align:center;
}

#slide-images
			{
				position: relative;
				display: block;
				margin: 0px;
				padding: 0px;
				width: 507px;
				height: 340px;
			}
			#slide-images li
			{
				position: absolute;
				display: block;
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			#slide-images li img
			{
				display: block;
			}
