	body,html{
		font-family:Arial;
		font-size:12px;

		padding:0px;
		margin:0px;
		width:100%;
		
	}	
	
	body{
		overflow-y: scroll;
		background:url("img/head-back.gif");
		background-repeat:repeat-x;
		background-color:#dddddd;
	}

	img{
		border:0;
		padding:0;
		padding-bottom:10px;
	}
	
	dt{
		border:0;
		padding:0;
	}

	a{
		text-decoration:none
	}
	
	p{

		margin:0;
		padding:0;
	}
	
	p.align-center{
		text-align:center;
	}
	
	.cleaner {clear: both;}

	#container{
		
		margin-left:auto;
		margin-right:auto;
		width:800px;
		
	}
	
	#header1{

		height:90px;
		width:800px;
		
	}

	#logo{
		padding-left:10px;
		padding-top:14px;
		width:133px;
		height:76px;
		float:left;
		
	}
	
	#menu1 a, #menu2 a, #menu1 , #menu2 {
		color:#ffffff;
	}

	#menu1{
		text-align:right;
		padding-top:15px;
		padding-right:10px;
		width:647px;
		height:30px;
		float:right;
	}
	
	#menu2{

		padding-top:9px;
		padding-right:10px;

		width:647px;
		height:36px;
		float:right;
		text-align:right;
			
	}


	#header2{
		background:url("img/news-photo.jpg");
		background-repeat:repeat-x;
		height:170px;
		width:800px;
	}

	/* CONTENT */
	#leftcontent a{
		color:#333333;
	}
	
	#rightcontent a{
		color:#ff0000;
	}
	
	#leftcontent, #rightcontent{

		background-color:#ffffff;

	}

	#leftcontent_head,#rightcontent_head{
		padding-left:10px;
		padding-top:5px;
		height:20px;
		background-color:#333333;
		color:#ffffff;
	}
	
	#leftcontent_body,#rightcontent_body{
		padding:10px;
		padding-bottom:0px;
		color:#333333;
	}

	#leftcontent_foot,#rightcontent_foot{
		height:20px;

	}

	/* LEFT */

	#leftcontent{

		float:left;
		width:295px;
	
	}


	#leftcontent_head{
	}
	
	#leftcontent_body{

		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
	
	}

	
	#leftcontent_foot{
		background:url("img/box-l-end.gif");
		background-repeat:repeat-x;
	}

	/* RIGHT */

	
	#rightcontent{

		float:right;
		width:495px;
	}

	#rightcontent_head{

	}

	#rightcontent_body{
		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
	}

	#rightcontent_foot{
		background:url("img/box-r-end.gif");
		background-repeat:repeat-x;

	}
	
	
	/* FOOTER */
	#footer{
		background-repeat:repeat-x;
		background:url("img/foot-back.gif");
	}
	#footer a{
		color:#ffffff;
	}
	#footer_inner{

		padding-top:7px;
		height:18px;
		width:800px;
		font-size:10px;
		color:#ffffff;
		margin-left:auto;
		margin-right:auto;
	}

	#footer_inner_left{
		height:18px;
		padding-left:10px;
		width:390px;
		float:left;

	}


	#footer_inner_right{
		text-align:right;
		padding-right:10px;
		height:18px;
		width:390px;
		float:right;

	}
	
	
fieldset.csc-mailform {
border:0;
font-family: Arial;
}

fieldset.csc-mailform .csc-mailform-field label{
display:block;
font-weight:bold;
}
fieldset.csc-mailform #mailformname,
fieldset.csc-mailform #mailformmessage{
}