@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
}
h1{
	font-size: 1.4em;
	line-height:25px;
	margin-top:10px;
	padding:0px;
	color:#7D0000;
	font-weight:bold;
	text-align:center;
}
a{
	color:#00F;
	text-decoration:none;
}
a:hover{
	color:#F00;
	text-decoration:underline;
}
#contatiner{
	width:980px;
	margin:auto;
	height:auto;
	background-color: #FFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-left-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_header{
	width:600px;
	height:177px;
	background-repeat: no-repeat;
	background-image: url(../Images/new_header.gif);
	margin-right: auto;
	margin-top: 15px;
	margin-left: auto;
}
.style1{
	font-weight:bold;
	font-size:12px;
	font-family: Arial;
	color:#00F;
}
#side_bar{
	width:130px;
	height:auto;
	background-color: #FFF;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: 5px;
	float: left;
}
#heart{
	width:86px;
	height:79px;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	float: none;
}
#logo{
	height:73px;
	width:600px;
	margin-left:auto;
	margin-right:12px;
	float:right;
	background-repeat:no-repeat;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color:#FFF;
	padding-left: 10px;
	text-align: center;
}
#footer_line{
	clear:both;
	margin: 15px;
}	
#logo_footer{
	margin-bottom:15px;
	width:980px;
	height:120px;
	background-image:url(../Images/main_pic2.gif);
	margin-top: 25px;
}
.left_links{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000099;
	text-align:left;
	list-style-type:none;
	font-weight:bold;
}
