@import url(/1/css/nav.css);
@import url(/1/css/header.css);
@import url(/1/css/block.css);
@import url(/1/css/content.css);
@import url(/1/css/form.css);
@import url(/1/css/portfolio.css);
@import url(/1/css/support.css);
@import url(/1/css/crew.css);


html, body, ol, ul, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0;
}
* { 
	margin:0; 
	padding:0; 
} 
/* hide from IE mac \*/
html {
    height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	text-align: center;
	line-height: 16px;
	background-color: #FFF;
	background-image: url(/1/graphics/frame/bodyBg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

#wrapper {
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	display: block;
	height: 79px;
	background-image: url(/1/graphics/frame/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	display: block;
	color: #999;
	line-height: 22px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #069;
	text-decoration: underline;
}

.clear {clear: both;}