@charset "iso-8859-1";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#181f31;
	background-color:#A2BED8;
	
}

#centralize{
	width:1024px;
	height:700px;
	margin-right:auto;
	margin-left:auto;
}

#container{
	width:1024px;
	height:700px;
	float:left;
}

#head{
	width:1024px;
	height:153px;
	float:left;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
}

#head h1
	{
	width:1024px;
	height:110px;
	margin:0;
	padding:0;
	float:left;
	}
	
#head h1 a
	{
	display:block;
	width:1024px;
	height:110px;
	text-indent:-9999px;
	}	

#contact{
	width:661px;
	height:30px;
	padding-top:8px;
	padding-right:20px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#201D52;
	font-family:Arial, Helvetica, sans-serif;
}

a.email{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

a:hover.email{
	color:#599BBC;
	text-decoration:none;
}

#content_holder{
	width:1024px;
	height:498px;
	float:left;
	background-image:url(../img/content_bkground.gif);
	background-repeat:no-repeat;
}

#content{
	width:799px;
	height:398px;
	float:left;
	padding-right:30px;
	padding-top:20px;
	padding-left:20px;
	color:#201D52;
}

#Pg_title{
	width:849px;
	height:30px;
	float:left;
	padding-top:40px;
	font-size:22px;
	color:#599BBC;
}

#left_block{
	width:145px;
	height:413px;
	float:left;
	padding-top:85px;
	padding-left:28px;

	
}

ul.left_block
	{
	margin:0;
	padding:0;
	}

ul.left_block li
	{
	text-decoration:none;
	list-style:url(../img/heart.gif);
	list-style-image:url(../img/heart.gif);
	font-size:14px;
	line-height:18px;
	}
	
ul.left_block li a
	{
	
	text-decoration:none;
	color:#3636B1;
	
	}
	
ul.left_block li a:hover
	{
	text-decoration:none;
	color:#599BBC;
	}

#footer{
	width:1024px;
	height:49px;
	float:left;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
}