body {
	background: #402A12;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-weight: normal;
	}

a {
	color: #402A12;	
}

a:hover {
	color: #E3131F;
}

p.bodytext {
	margin: 0px 0px 10px 0px;
	}

img {
	border: 0px;
	}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 4px;	
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #333333;
}

#web_container {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
	height: 550px;
    margin-left: -400px; /* half of width */
    margin-top: -275px;  /* half of height */	
	background: #FFFFC4;	
}

#header {
	background: url("../images/top.png") no-repeat top left;
	position: relative;
	height: 140px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	}

#address {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 10px;
	text-align: right;
	line-height: 16px;		
}

#main_container {
	position: relative;
	height: 360px;
	}

#navigation_image_container {
	position: absolute;
	top: 20px;
	left: 30px;
	background: #ffffff;
	border: 1px solid #330000;
	width: 310px;
	height: 310px;
	padding: 2px;
	}

#navigation_image_container div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0px;	
}

#navigation {
	position: absolute;
	top: 6px;
	left: 380px;
	}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#navigation ul li a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

#navigation ul li a.active, #navigation ul li a:hover {
	color: #E3131F;
}

#navigation ul li.submenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#navigation ul li.submenu a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
}

#navigation ul li.submenu a.active, #navigation ul li.submenu a:hover {
	color: #E3131F;
}

#content {
	position: absolute;
	top: 20px;
	left: 500px;
	width: 270px;
	height: 330px;
	font-size: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	}

#footer {
	position: relative;
	background: url("../images/bottom.png") no-repeat bottom left;
	height: 50px;
}

#footer ul {
	position: absolute;
	right: 20px;
	bottom: 30px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer ul li {
	margin: 0px 10px 0px 0px;
	float: left;
}

#footer ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}

#footer ul li a:hover {
	color: #E3131F;
}
