/* CSS Document */
body, html{height:100%;}

body{
  font: 73% arial, verdana, sans-serif;
  color:#4a4e50;
  background:url(../images/bg.gif) repeat-x;
  background-color:#273d48;
  margin:0;
}

#container{	margin: 0 auto;	width:760px;}

#left{
	width:480px;
	float:left;
	display:inline;
}
#content{
	background:url(../images/bg-left.jpg) no-repeat;
	height:430px;
}
#content2{
	padding: 150px 20px 20px 20px;
}

#right{
	width:270px;
	height: 550px;
	float:right;
	display:inline;
	background:url(../images/bg-right.gif) no-repeat;
}
#content-right{
	margin: 70px 30px 20px 20px;
}

#footer{
	text-align:center;
	padding:20px;
	color:#567483;
	clear:both;
}
p.strong{
	font-size: 16px; 
	font-weight: bold;
	color:#CC0000;
}
h1{
	color:#11232c;
	font-size:26px;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
h2.icon1{
	color:#CC0000;
	background:url(../images/icon_1.gif) no-repeat;
	font-size:19px;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
	text-decoration:underline;
}
h2.icon2{
	color:#CC0000;
	background:url(../images/icon_2.gif) no-repeat;
	font-size:19px;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
	text-decoration:underline;
}
h2.icon3{
	color:#CC0000;
	background:url(../images/icon_3.gif) no-repeat;
	font-size:19px;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
	text-decoration:underline;
}
h2.icon4{
	color:#CC0000;
	background:url(../images/icon_4.gif) no-repeat;
	font-size:19px;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
	text-decoration:underline;
}
h2.icon5{
	color:#CC0000;
	background:url(../images/icon_5.gif) no-repeat;
	font-size:19px;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
	text-decoration:underline;
}
h2.icon6{
	color:#CC0000;
	background:url(../images/icon_6.gif) no-repeat;
	font-size:19px;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
	text-decoration:underline;
}
#content-right span{
	padding: 4px 0 13px 20px;
	color:#8b8b8b;
	display:block;
}
a{color:#CC0000;}
a:hover{color:#FF0000;}
