* { margin: 0; padding: 0; }

body {
	font: 12px/1 "Trebuchet MS", "Arial", "Sans-Serif";
	background: url('/gfx/bg.jpg') 0 0;
}

#container {
	position: absolute;
	width: 100%;
	background-image: url('/gfx/container_bg.jpg');
	background-repeat: repeat-y;
	z-index:5;
	height: 100%;
}

#header {
	width: 100%;
	height: 136px;	
	background: url('/gfx/header_bg.jpg') repeat-x 0 0;
}

#shadow_top {
	position: absolute;
	top: 122px;
	left: 960px;
	width: 13px;
	height: 14px;	
	background: url('/gfx/shadow_top.jpg') no-repeat 0 0;
}

#shadow_left {
	position: absolute;
	top: 136px;
	left: 960px;
	width: 13px;
	height: 220px;	
	background: url('/gfx/shadow_left.jpg') no-repeat 0 0;
}

#header_contents {
	width: 960px;
	height: 136px;	
	background: url('/gfx/header.jpg') no-repeat 0 0;
}

#header_contents address  {
	position: absolute;
	top: 40px;
	left: 765px;
	font: 12px/1 "Trebuchet MS", "Arial", "Sans-Serif";	
	line-height: 15px;
	color: #FFFFFF;
	font-style: normal;
}

#header_contents address  a {
	color: #DFDFD0;
	text-decoration: none;
}	

#logo { 
	position: absolute;
	top: 40px;
	left: 49px;
	height: 30px;
	line-height: 30px;
	width: 367px;
}

#logo a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 367px;
	background: url('/gfx/logo.jpg') no-repeat 0 0;
	text-indent: -9999px;
}

#main_contents {
	display:block;
	position: relative;
	top: 0px;
	left: 199px;
	width: 761px;
	z-index:5;
}

#mc_top {
	display: block;
	height: 3px;
	line-height: 3px;
	background: url('/gfx/main_contents_top.jpg') no-repeat 0 0;
}

#mc_middle {
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	background: url('/gfx/main_contents_middle.jpg') repeat-y 0 0;
	font: 12px/1 "Trebuchet MS", "Arial", "Sans-Serif";	
	color: #3D3D3D;
	position: relative;
	clear:both;
	z-index:4;
}

#mc_bottom {
	display: block;
	height: 3px;
	line-height: 3px;
	background: url('/gfx/main_contents_bottom.jpg') no-repeat 0 0;
}

#left_col {
	width: 285px;
	position: relative;
	z-index:1;
	float:left;
	display:inline;	
}

#right_col {
	width: 418px;
	position: relative;	
	display:inline;
	z-index:1;
	float:left;
	left: 21px;
}

.col{
	width:285px;
	position:absolute;
	z-index:0;
	bottom:0;
}
/*.one{background:red;}
.two{background:#FF6600;left:321px;width:418px;}*/
.two{left:321px;width:418px;}

html>body .col{top:0}/* hide from ie6 and under*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

#footer {
	position: relative;
	top: 10px;
	left: 314px;
	color: #49493E;
	font: 10px/1 "Trebuchet MS", "Arial", "Sans-Serif";
	text-decoration: none;
	line-height: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: 600;
	padding-right: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}

#footer .pnf {
	color: #49493E;
	font-weight: 200;
}

#menu {
	position: absolute;
	top: 135px;
	left: 0px;
	text-align: left;
	font: 12px/1 "Trebuchet MS", "Arial", "Sans-Serif";
	line-height: 20px;
}

#menu ul {
	list-style-type: none;
	color: #3E3E39;
	width: 129px;
}
#menu li {
	height: 20px;
	line-height: 20px;
}
#menu li a {
	padding-left: 70px;
	color: #3E3E39;
	text-decoration: none;
	font-weight: 500;
	width: 129px;
	height: 20px;
	line-height: 20px;
	display: block;
}
#menu li a:hover {
	background: url('/gfx/menu_bg.jpg') no-repeat 0px 0px;
	height: 20px;
	line-height: 20px;
}

#menu li a.active {
	background: url('/gfx/menu_bg.jpg') no-repeat 0px 0px;
	height: 20px;
	line-height: 20px;
}

h1{
	font: 14px/1 "Trebuchet MS", "Arial", "Sans-Serif";	
	font-weight: bold;
	color: #000000;
	padding-bottom: 20px;
}
p {
	padding-bottom: 20px;
	line-height: 15px;
	text-align: justify;
}
img  {
	padding-right: 20px;
}