@charset "utf-8";
/* CSS Document */
body {
 height:100%;
	min-height:100%;
 margin:0;
 padding:0;
 background-repeat: no-repeat;
 background-image: url(../images/back3.gif);
 	background-attachment: fixed;
	background-position: top center;
	background-color:#49433C;
	
}

h1 {
	font-size: 18px;
	color: #3b3b3b;
	margin:0;
	font-weight:normal;
	line-height:130%;
}
h2 {
	font-size: 13px;
	color: #A52850;
	margin:0;
	line-height:130%;
}
h3 {
	font-size: 14px;
	color: #628C8A;
	margin:0;
	line-height:130%;
}
h4 {
	font-size: 14px;
	color: #3b3b3b;
	margin:0;
	line-height:130%;
}
h5 {
	font-size: 11px;
	color: #628C8A;
	margin:0;
	line-height:130%;
}
h6 {
	font-size: 11px;
	color: #A52850;
	margin:0;
	line-height:120%;
}
a:link {
	color: #A52850;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A52850;
}
a:hover {
	text-decoration: underline;
	color: #A52850;
}
a:active {
	text-decoration: none;
	color: #A52850;
	
}

.links{
float:left;
}


