	*{
	padding:0;
	margin:0;
	}

/* PAGE */
	body {
	font-size:10px;
	background-color:#363636;
	font-family:verdana,arial,helvetica,sans-serif;
	}

/* CONTAINER */

	#container {
		width:100%;
		position:absolute; top: 60px; left: 0px;			
		margin:0 auto;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:11px;
		line-height:1.6em;
		color:#666;
		background-color:#FFF;
		}
		
/* HEADER */
	#header {
		width:100%;
		height:80px;
		position:absolute: top:60px; left:0px;
		text-align:right;
		margin:0 auto;
		background-colour:transparent;
		}

/* NAVIGATION */

	#navigation {
		width:100%;
		height:40px;
		position:absolute: top: 0px; left: 0px;
		margin:0 auto;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		color: #fff;
		background-color:transparent;
		}		

/* BLURB */
	#blurb {
		width:100%;
		height:120px;
		margin:0 auto;
		position:absolute: top: 0px; left; 0px;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		line-height: 1.6em;
		color: #FFF;
		background-color: #999;
		border-top: 10px solid #999999;
		}	

/* CONTENT */
	#content {
		width:100%;
		position:absolute: top: 300px; left: 0px;
		margin:0 auto;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:10px;
		line-height:1.6em;
		color:#666;
		background-color:#FFF;
		}	

/* GENERAL */
	h1 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 16px;
		color: #B30000;
		margin-top:9px;
		margin-bottom:12px;
		margin-left:10px;
		}
		
	h2 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 11px;
		color: #333333;
		margin-bottom: 3px;
		margin-left:10px;
		}
		
	h3 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 14px;
		color: #666666;
		margin-bottom: 3px;
		margin-left:10px;
		}
	
	h4 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 14px;
		color: #FFF;
		margin-bottom: 3px;
		margin-left:10px;
		}
		
	p {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 12px;
		color:#FFF;
		margin-bottom: 0px;
		margin-left:10px;
		}

	a {
		color:#FFF;
		text-decoration: none;
		}
		
	a:hover {
		color:#990000;
		background-color: #F5F5F5;
		}

	input {
		background-color: #FFF;
		color: #999999;
		border: none;
		font-size: 11px;
		padding: 3px;
		margin-left: 10px;
		}
		
	.button {
		padding: 2px;
		}

	table.page {
		clear:both;
		width:100%;
		margin:0.2em 0 0.2em 10px;
		table-layout: fixed;
		border-collapse:collapse;
		empty-cells:show;
		}

	table.page th {
		padding: 2px 0px 2px 5px;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: none;
		background-color:#FFF;
		text-align: left;
		font-weight: normal;
		color:#666;
		font-size:12px;
		}		
		
	table.page td {
		padding:2px 7px 2px 7px;
		border-left:none;
		border-right:none;
		border-top:none;
		border-bottom:none;
		text-align:center;
		font-weight:normal;
		color:#333;
		font-size:10px;
		margin-left:10px;}
		
	table.menu {
		clear:both;
		width:100%;
		margin:2.0em 0 0.2em 0px;
		table-layout: fixed;
		border-collapse:collapse;
		empty-cells:show;
		}

	table.menu th {
		padding: 2px 0px 2px 5px;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: none;
		background-color:#990000;
		text-align: left;
		font-weight: bold;
		color:#FFF;
		font-size:12px;
		}		

	table.menu td {
		padding:2px 7px 2px 7px;
		border-left:none;
		border-right:none;
		border-top:none;
		border-bottom:none;
		background-color:#666666;
		text-align:left;
		font-weight:normal;
		color:#fff;
		font-size:11px;}
			
	table.portfolio {
		clear:both;
		width:100%;
		margin:0.2em 0 0.2em 10px;
		table-layout: fixed;
		border-collapse:collapse;
		empty-cells:show;
		}

	table.portfolio td {
		padding:2px 7px 2px 7px;
		border-left:none;
		border-right:none;
		border-top:none;
		border-bottom:none;
		background-color:#666666;
		text-align:center;
		font-weight:normal;
		color:#FFF;
		font-size:10px;
		margin-left:10px;}

/* HEADER */

		#header {
			padding-top: 5px;
			clear: both;
			margin-bottom: -20px;
		}
		
		#header p { 
			margin-top: -20px;
			margin-bottom: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION */	
		
		#navigation {
			padding-top: 0px;
			clear: both;
			border-bottom: 10px solid #999;
			margin-bottom: 0;
		}
		
		#navigation p { 
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#navigation table.page a {
			color:#990000;
		}

		#navigation table.page a:hover {
			background-color: #F5F5F5;
			color:#990000;
		}

		#navigation table.menu a {
			color:#fff;
			display: block;
			padding: 0px;
			width: 150px;
			border-bottom: none;
		}

		#navigation table.menu a:visited {
			color:#ffcc00;
			text-decoration: none;
		}
				
		#navigation table.menu a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#990000;
		}


/* FOOTER */
				
		#footer {
			font-size:10px;
			margin-top: 0px;
			clear: both;
			background-color:#ccc;
			padding: 0px 0px 0px 10px;
			border-bottom: 1px solid #999999;
		}
		
		#footer p {
			font-size:10px;
			color:#89817f;
			padding: 0px;
		}
				
		#footer p a {
			color: #fff;
			text-decoration: none;
		}
		
		#footer p a:hover {
			color:#990000;
			background-color: #F5F5F5;
		}