@charset "UTF-8";
/* CSS Document */
  <style type="text/css">
  /* reset */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
	/* styles */


	
	body {
	background: #FFF url(../images/background.jpg) repeat-x; 
	font-family: helvetica, arial, verdana, sans-serif; 
	color: #363642; 
	font-size: 12px; 
	line-height: 20px;
	}
	
	#container {
	width: 980px; 
	margin-right: auto;
	margin-left: auto;
	}
	
	#logo {
	width: 980px; 
	height: 100px; 
	padding-top: 100px; 
	margin: 0 0 0 0;
	}
	
	#temp-homepage {
	padding-top: 0px;
	}
	
	p {
	font-family: helvetica, arial, verdana, sans-serif; 
	color: #363642; 
	font-size: 1.1em; 
	line-height: 1.55em; 
	text-align: left; 
	padding: 0; 
	margin: 0;
	}
	
	
	p a:link, p a:visited {
	color: #363642;
	text-decoration: none;
	}
		
	h1 {
	display: block; 
	height: 19px; 
	font-family: helvetica, arial, verdana, sans-serif; 
	color: #999999; 
	font-weight: bold; 
	font-size: 3.0em; 
	padding: 27px 0 4px 0;
	margin: 0;
	}
	
	h2 {
	display: block; 
	font-family: helvetica, arial, verdana, sans-serif; 
	color: #363642; 
	font-weight: bold; 
	font-size: 1.4em; 
	padding: 0; 
	padding: 20px 0 2px 0; 
	margin: 0; 
	border: 0;
	}	
	
	.workbody {
	padding: 0;
	margin: 0; 
	border: 0;
	}	
		
	
	
		
	
	#big-text {
	width: 980px; 
	font-family: helvetica, arial, verdana, sans-serif; 
	font-weight: bold; 
	color: #363642; 
	font-size: 64px; 
	Letter-spacing: -2.5px; 
	line-height: 93%; 
	padding: 10px 0 10px 0; 
	margin: 0; 
	border-style: solid; 
	border-color: #363642;
	border-width: 3px 0 3px 0;
	}
	
	#main-section {
	width: 980px; 
	height: 490px; 
	padding: 0; 
	margin: 0; 
	border-style: solid; 
	border-color: #363642; 
	border-width: 0 0 3px 0;
	}	
	
	#left_col {
	display: block; 
	width: 201px; 
	height: 380px; 
	margin: 0 31px 0 0; 
	float: left;
	}
	
	#nav {
	font-family: helvetica, arial, verdana, sans-serif; 
	color: #363642; 
	display: block; 
	width: 201px; 
	height: 320px; 
	padding: 0; 
	margin: 0; 
	font-weight: bold; 
	font-size: 1em;
	}
	
	#nav ul {
	list-style-type: none; 
	padding: 0; 
	border: 0; 
	margin: 0;
	}
	
	#nav li {
	padding: 7px 0 7px 0; 
	border: 0; 
	margin: 0;
	border-style: groove; 
	border-color: #363642; 
	border-width: 0 0 1px 0;
	}
	
	#nav a {
	text-align: left; 
	color: #363642; 
	text-decoration: none;
	}
	
	#nav a:hover {
	color: #FF0000; 
	text-align: left; 
	text-decoration: none;
	}
	
	#footer {
	display: block; 
	width: 980px; 
	height: 50px; 
	font-family: helvetica, arial, verdana, sans-serif; 
	color: #363642; 
	font-size: 0.9em; 
	line-height: 0.9em; 
	colour: #363642; 
	padding: 10px 0 10px 0;
	}
	
	#coming-soon {
	width: 980px; 
	font-family: helvetica, arial, verdana, sans-serif; 
	font-weight: bold;
	color: #FF0000;
	font-size: 64px; 
	Letter-spacing: -2.5px; 
	line-height: 93%; 
	padding: 150px 0 10px 0; 
	margin-left: 60px;
	}
	