@CHARSET "ISO-8859-1";
html
{
	padding:0px;
	margin:0px;
	width:100%;
}

body
{
	background-color: #ffffff;
	background-image: url("../template/images/background.png");
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	width:100%;
	color: #58585a;
	font-family: tahoma, verdana, helvetica, sans-serif;
}


div.ctBackground
{
	background-image: url("../template/images/content_background.png");
	background-repeat: repeat-y;
	width: 970px;
	height: 100%;
	margin: auto;
}

div.ctLogo
{
	background-image: url("../template/images/logo.png");
	width: 970px;
	height: 108px;
}

div.ctHeaderLeft
{
	background-image: url("../template/images/header_left.png");
	width: 536px;
	height: 226px;
	float:left;
}

div.ctHeaderRight
{
	background-image: url("../template/images/header_right.png");
	width: 424px;
	height: 216px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}

div.ctNavigationLeft
{
	background-image: url("../template/images/navigation_left.png");
	width: 519px;
	height: 50px;
	float:left;
	padding-left:17px;
}

div.ctNavigationRight
{
	background-image: url("../template/images/navigation_right.png");
	width: 416px;
	height: 50px;
	float:left;
	text-align: right;
	padding-right:18px;
}

div.ctContentLeft
{
	background-image: url("../template/images/content_left.png");
	background-repeat: no-repeat;
	width: 137px;
	height: 704px;
	float:left;
	text-align: right;
	padding-top: 27px;
}

div.ctContent
{
	background-color: #ffffff;
	width: 772px;
	min-height: 704px;
	float:left;
}

div.ctContentInner
{
	padding-left:27px;
	padding-right:27px;
}

div.ctContentRight
{
	background-image: url("../template/images/content_right.png");
	background-repeat: no-repeat;
	width: 61px;
	height: 704px;
	float:left;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

img
{
	border: none;
}

div.csc-textpic-imagewrap {
	
	margin: 0px 0px 15px 0px;
	
	}
	
	
div.csc-default {
	
	margin: 40px 0px 20px 0px;
	}
	
	

	
	
	
	
	
	
	
	
	