	
	* {
		margin: 0px;
		padding: 0px;
		font-size: small;
	}

	body {
		text-align: center;
		background-color: #ffffff;
	}


	#page {
		margin: 0px auto;
		text-align: left;
		width: 1024px;
		background-image: url(../images/page_bg.gif);
		background-repeat: repeat-y;
	}

	table#layout {
		border-collapse: collapse;
		border-spacing: 0 0;
		empty-cells: show;
	}

	table#layout td {
		vertical-align: top;
	}

	td#header {
		height: 150px;
		background-color: #ffffff;
	}

	td#header #logo {
		position: relative;
		top: 60px;
		left: 125px;
	}

	td#nav {
		height: 30px;
		background-image: url(../images/nav_bg.gif);
		background-repeat: repeat-x;
	}

	td#nav ul {
		list-style: none;
		margin: 0px;
		margin-left: 125px;
	}
	td#nav li
	{
		float: left;
		width: 144px;
		height: 30px;
		text-align: right;
		background-image: url(../images/tab_bg.gif);
		background-repeat: no-repeat;
		margin-right: 12px;
	}
	td#nav li a {
		text-decoration: none;
		font-family: Georgia, Serif;
		font-size: 12px;
		letter-spacing: 0.1em;
		word-spacing: 0.2em;
		color: #D6876B;
		text-transform: uppercase;
		position: relative;
		top: 10px;
		right: 10px;
	}

	td#nav li a.active,
	td#nav li a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}

	td#content {
		width: 1024px;
		height: 360px;
		background-image: url(../images/content_bg.gif);
		background-repeat: none;
		color: #ffffff;
	}

	td#content img#page_image {
		position: relative;
		float: left;
		left: 125px;
	}

	td#content #copy {
		position: relative;
		float: left;
		top: 30px;
		left: 160px;
		width: 390px;
		height: 315px;
		overflow: auto;
	}

	#copy .shift_left {
		margin-left: 20px;
	}

	table.data td {
		padding: 2px 5px;
	}

	td#footer {
		height: 170px;
	}
	td#footer p {
		position: relative;
		top: 10px;
		left: 450px;
		font-size: 90%;
		width: 300px;
		color: #ffffff;
	}

	#contact_form table {
		margin-top: -10px;
		border-collapse: collapse;
	}
	#contact_form p,
	#contact_form th,
	#contact_form td {
		font-size: 90%;
		padding: 2px;
	}
	#contact_form th {
		vertical-align: baseline;
	}
	#contact_form p {
		margin-top: 10px;
		width: 250px;
	}

	#contact_form input,
	#contact_form textarea {
		font-size: 90%;
		width: 150px;
	}
	#contact_form textarea {
		width: 250px;
		height: 60px;
	}

	#contact_form th {
		width: 100px;
		font-weight: bold;
		vertical-align: top;
		text-align: right;
	}

	#contact_form input.extra_margin {
		margin-bottom: 5px;
	}

	#contact_form td.form_button {
		text-align: center;
	}


	#contact_form input.btn {
		height: auto;
		width: 100px;
	}

	#contact_form button#send_button {
		background-image: url(../images/button_bg.gif);
		background-repeat: no-repeat;
		border: none;
		width: 166px;
		height: 23px;
		cursor: pointer;
		color: #ffffff;
	}


	h1, h2, h3, h4, h5, h6 {
		font-family: Georgia, Serif;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0em 0em 1.5em 0em;
		letter-spacing: 0.1em;
		word-spacing: 0.4em;
	}
	h1 { font-size: 115%; }
	h2 { font-size: 110%; }
	h3 { font-size: 105%; }
	h4 { font-size: 100%; }
	h5 { font-size: 100%; }
	h6 { font-size: 100%; }

	p {
		margin-bottom: 1.25em;
	}

	ol, ul {
		margin: 1.0em;
		margin-left: 2.0em;
		list-style-type: disc;
	}

	ol {
		margin-left: 2.25em;
		list-style-type: decimal;
	}

	a {
		color: #ffffff;
      text-decoration: underline;
	}

	a:hover {
		color: #ffffff;
      text-decoration: none;
	}

	a img {
		border: none;
	}

/*logoworks link back*/
#logoworks {
	margin: 0px auto;
	padding: 0px auto;
	font-size: 8pt;
	text-align:center;	
	color: #000000;
	padding-top: 5px;
}

#logoworks a {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

#logoworks a:hover {
	text-decoration: underline;	
}

