/* CSS Document */

body{
background-image:url(images/background.jpg);
background-repeat:repeat-x;
margin:0px;
font-family: tahoma, Verdana, sans-serif;
font-size: small;}

.holder{
width:748px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
background-image:url(images/middle_line.jpg);
background-repeat:repeat-y;
}

.header{
height:36px;
padding:5px;
padding-left:22px;
}

.navigation{
float:right;
font-size: 20px;
font-weight: normal;
letter-spacing: -1px;
color: #6CA3CA;
padding-right:22px;
padding-top:2px;
}

.block_left{
background-image:url(images/header_left.jpg);
background-repeat:no-repeat;
float:left;
width:227px;
height:191px;
margin-left:22px;
}

.block_right{
	background-image:url(images/header_right.jpg);
	background-repeat:no-repeat;
	float:right;
	width:437px;
	height:86px;
	margin-right:22px;
	padding-left: 10px;
	padding-top: 105px;
}

.top_curve{
background-image:url(images/curve_top.jpg);
background-repeat:no-repeat;
height:16px;}

.left_shade1{
background-image:url(images/curve_left.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.center_content{
width:738px;
background-color:#FFFFFF;
float:left;
}

.right_shade1{
background-image:url(images/curve_right.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.left_content{
float:left;
width:227px;
margin-left:22px;
margin-top:10px;
}

*html .left_content{
float:left;
width:227px;
margin-left:10px;
margin-top:10px;
}

.right_content{
	margin-top:10px;
	float:right;
	width:437px;
	margin-right:22px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

*html .right_content{
	margin-top:10px;
	float:right;
	width:437px;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

.curve_footer{
height:17px;
background-image:url(images/curve_footer.jpg);
background-repeat:no-repeat;
background-position: center center;
clear:both;
}

.footer{
width:748px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
}

.footer1{
width:748px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6CA3CA;
	margin: 0;
}

	
h2 {
	margin: 0;
	color: #AF2338;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
	background-image:url(images/point_2.gif);
	background-repeat:repeat-x;
}

a:link {
	color: #6CA3CA;
	text-decoration: none;
	}
	
a:visited{
	color: #AF2338;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


.nav{
color:#6CA3CA;
padding-left:20px;
padding-right:5px;
background-repeat:no-repeat;
background-position: 7px 9px;}

.nav:hover{
color:#6CA3CA;
padding-left:20px;
padding-right:5px;
background-repeat:no-repeat;
background-position: 7px -9px;}
