/* CSS Document */
html {
	height:100%;
}
body {
	background-image: url(images/2008/headers/neo_bck.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #5A3D2D;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #5A3D2D;
	font-size: 14px;
	background-attachment: fixed;
	height:100%;
}
p, h1,h2,h3 {
	margin:0;}


.main {
	height:100%;
	background-image: url(images/2008/headers/neo_bck.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #5A3D2D;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
}


.mainbody {
	position: static;
	margin-left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
}
.mainbody_text{
	margin-top: 5px;
	text-indent:30px;
}
.mainbody h1 {
	font-size: 20px;
	font-weight: normal;

}
.mainbody h2 {
	font-weight:normal;
	font-size: 20px;
	font-style: italic;
	background-color: #EBA0A0;
	color: #F5F3DC;
	padding-right: 15px;
	padding-left: 15px;

}

.footer {
	clear: both;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
	color: #5A3D2D;
	margin-left: 110px;
	margin-right: 110px;
	position: relative;
}
.footer a {
	color: #5A3D2D;
	text-decoration: none;
	
}
.footer a:hover {
	color: #ECC8C8;
	background-color: #947A61;
	
}
.pic_tb {
	border-bottom-color: #6E513F;
	border-bottom-style: dotted;
	border-bottom-width: 4px;
	margin-bottom: 10px;
	padding-bottom: 16px;
	padding-top: 10px;
	clear: right;
}
.pic_tb img {
	border-color: #947A61;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
.pic_tb a:hover img{
	border-color: #5A3D2D;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	background-color: #ECC8C8;
}
.pic_tb p a:hover{
	color: #F5F3DC;
	background-color: #5A3D2D;

}
.pic_tb p a{
	color: #5A3D2D;
}
.pedigree a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFB3B3;
	color: #6E513F;
	width: 225px;
	min-width: 225px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6E513F;
}
.pedigree a:hover {
	background-color: #947A61;
	color: #F5F3DC;
	border: 1px dashed #F5F3DC;
	outline: 1px dashed  #ECC8C8;
}

/* CSS BLOG */

.blogtitle {
	font-size:16px;
	font-weight:bold;
} 


.blogresponse a {
	color: #5A3D2D;
	text-decoration: none;
	font-weight: bolder;
	font-size:9pt;
	
}
.blogresponse a:hover {
	color: #ECC8C8;
	background-color: #947A61;
	
}
