
body{
	margin: 0;
	background-image: URL(/images/background_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#div1{
	background-image: URL(/images/background_left.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	top: 0;
	left: 0;
		
}
#div2{
	background-image: URL(/images/background_right.jpg);
	background-repeat: no-repeat;
		background-position: top right;
	z-index: 2;
	top: 0;
	right: 0;

		
}
#header{
	background-image: URL(/images/header_bg.gif);
	background-repeat: repeat-x;	
	visibility: visible;
	z-index: 3;
	top:0;
	left:0;
	height: 119px;
}
#content_header{
	width:684px;
	height: 95px;
	text-align: right;
	margin:auto;
	background-color: #ffffff;
}
#content{
	width:624px;
	height:256px;
	margin:auto;
	padding:30px;
	padding-bottom:15px;
	background-color: #ffffff;
	border:1px solid #cccccc;
}
a, a:visited{
	color:#990000;
}
a:hover{
	color:#000000;
}
img{
	border:0;
}
.left{
	float:left;
	width:400px;
}
.right{
	float:right;
	width:200px;
	text-align:right;
}