/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2E9E9;
}
a{
	color: #822744;
	text-decoration: none;
}
a:hover{
	color: #49A88A;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #162a37;
	line-height: 0px;
}
.form_fields {
	width: 200px;
	border: 1px solid #822744;
	font-family: Arial, Helvetica, sans-serif;
	color: #162A37;
	font-size: 12px;
}
#quote{
	text-align: right;
	color: #E8B3C4;
	padding: 20px;
}
#logo{
	padding-top: 100px;
	padding-left: 280px;

}
#paper{
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #822744;
}

#m_menu_box{
	background-color: #162a37;
	width: 240px;
}

#menu{
	float: right;
}
#top{
	background-color: #822744;
}

#center{
	height: 352px;
	background-image: url(../images/ANCA_cut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#center_contact{
}
#form{
}
#news{
	padding: 15px;
	width: 320px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	vertical-align: top;
}
#gallery_news{
	padding: 15px;
	vertical-align: top;
}
#footer{
	text-align: right;
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
#piece{
	padding-top: 30px;
}
#piece a{
	padding-right: 20px;
	padding-left: 20px;

}
#piece a:hover{

}
#piece_title{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}
#thumbs{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	width: 582px;
}
#thumbs a{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#thumbs a:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #822744;
}
