

	html, body {
		background: #fcf6e3;
		color: #000;
		margin: 0;
		padding: 0;
		text-decoration: none;		
		text-align: center; /* for IE */
	}
	
	h1, h2, h3, h4 {
	  margin: 0;
	  padding: 0;
	  margin-bottom: 5px;
	  font-size: 100%;
	}
	
	h1 {
		font-size: 120%;
	}
	
	h2 {
		font-size: 120%;
	}
	
	h3 {
		font-size: 120%;
	}
	
	p {
		padding: 0;
		margin: 0;
	}
	
	ul {
		margin-top: 0;
		margin-top: 0;
	}
	
	li {
		margin-left: -10px;
	}
	
	
	fieldset {
	  padding: 1em;
	  font: 80% sans-serif;
		border: none; 
		margin-top: 20px;
	}
	
	label {
	  float: left;
	  width: 25%;
	  margin-right: 0.5em;
	  padding-top: 0.2em;
	  text-align: right;
	  font-weight: bold;
	}
	
	.csc-mailform-submit {
		margin-left: 80px;
	}
	
	legend {
	  padding: 0.2em 0.5em;
	  border: 1px solid green;
	  color: green;
	  font-size: 90%;
	  text-align: right;
	}
	
	.contenttable tr td {
	  vertical-align: top;
	  padding: 10px 0px 10px 10px;
	  text-align: left;
	}
	
  #wrap {
		font-family: "Trebuchet MS", Georgia, serif;
		margin: 0pt auto;
		text-align: left;
	}
	
	#header, #wrap {
	  width: 961px;
	}
	
	#header {
		background: #fff url('img/header.jpg') no-repeat;
		position: absolute;
		top: 50px;
	}
	
	#header, #headerlink {
		height: 94px;
	}
	
	#headerlink {
		display: block;
	}
	
	#NavListMain {
		margin: 40px 0 0 116px;
		font-size: 20px;
		padding: 0;
		width: 179px;
		text-align: center;
	}
	
	#NavListMain ul, #NavListMain li {
		margin: -5px 0;
		padding: 0;
		list-style-type: none;
	}
	
	#NavListMain li {
		background: url('img/menu_item.jpg') no-repeat;
	}

	#NavListMain a:link, #NavListMain a:visited	{
		text-decoration: none;
		padding-top: 3px;
		margin: 10px 0;
		color: red;
		height: 31px;
		display: block;
	}

	#NavListMain a:link#current, #NavListMain a:visited#current, #NavListMain a:hover	{
		color: #000;
		text-decoration: underline;
	}	
	
	#leftText_BG, #JJ, #rightText_BG, #footer_shadow, #circle {
		position: absolute;
	}
	
	#leftText, #rightText {
		width: 328px;
		height: 492px;
		top: 165px;
		position: absolute;
		z-index: 5;
	  text-align: justify;
	  font-size: 14px;
	}
	
	#rightText a:link, #rightText a:visited {
		text-decoration: none;
	}
	
	#leftText {
		margin-left: 14px;	
	}

	#rightText {
	  margin-left: 613px;
	  
	}
	
	
	#leftText_BG, #rightText_BG {
		width: 380px;
		height: 518px;
		
		border: 1px solid black;
		background: #fff;
		top: 150px;
		z-index: 2;
	}

	#leftText_BG {
		border-right: none;
	}
	
	#rightText_BG {
		border-left: none;
	  margin-left: 576px;
	}
	
	#JJ {
		height: 530px;
		width: 408px;
		position: absolute;
		top: 144px;
		margin-left: 274px;
		background: #fff url('img/JJ.jpg');
		z-index: 3;
	}
	
	#circle {
		width: 196px;
		height: 200px;
		top: 555px;
		margin-left: 381px;
		text-align: center;
		background: #fff url('img/circle.jpg'); 
		z-index: 4;
	}
	
	#circleLink {
		width: 160px;
		height: 160px;
		margin-top: 20px;
		margin-left: 17px;
		display: block;
	}
	
	#leftFooter, #rightFooter {
	  height: 66px;
	  padding: 6px 6px 6px 6px;
	  width: 369px;
	  border: 1px solid black;
	  background: #fff;
	  top: 675px;
	  position: absolute;
	  font-size: 14px;
	  line-height: 16px;
	  color: #6a747c;
	  font-weight: 600;
	  
	}

	#leftFooter {
	  border-right: none;
	}
	
	#rightFooter {
	  border-left: none;
	  margin-left: 576px;
	  text-align: right;
	}

	
	#footer_shadow {
	  height: 7px;
	  width: 958px;
	  top: 755px;
	  background: url("img/shadow_bottom.jpg") repeat-x;
	}


