@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#919191;
	font-family:arial,sans-serif;
	font-size:small;
	color:#333;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:10pt arial, sans-serif;
	margin:0 0 0.5em;
	text-align: center;
	font-weight: bold;
}

#top {
	width:720px;
	height:10px;
	background:url(header.jpg) no-repeat;
	margin:5px auto 0;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:720px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(shadow.jpg);
}

#header {
	width:700px;
	margin: 0 auto;
	background:url(header.jpg) no-repeat;
}
	
#flash {
	width:700px;
	height:100px;
}

#banner {
	background:url(banner.jpg);
	width:700px;
	height:147px;
}

#links {
	width:610px;
	margin: 0 auto;
	height: 19px;
	background-image: url(nav_bar_off_01.jpg);
	padding: 0 45px;
	border: 1px solid #000;
}

#contentHolder {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	
#content {
	width:450px;
	margin:0 auto;
}
	#content p {
	text-align:justify;
	padding:0 1em;
	}
	#content a {
	text-transform: uppercase;
	font-size: 9pt;
	text-decoration: none;
	color: #6A799D;
	font-weight: bold;
	line-height: 1;
	}
	#content #links {
	width:300px;
	height:125px;
	float: left;
	}

#portfolio {
	width:550px;
	margin:50px auto 0;
}

#logo {
	width:350px;
	margin: 0 auto;
}
	#logo img {
	padding:0;
	}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#919191 url(footer.jpg) no-repeat;
	margin: 0 auto;
}
	#footer p {
	margin:0;
	padding:2px 0;
	text-align:center;
	font-size: x-small;
	}

img {
	padding: 0 10px;
}
