@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll;}

body {
	margin:0px;
	background-image:url(../images/structure/bg_bottom.jpg);
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#718281;
	line-height:20px;
}

#mainDiv {
	background-image:url(../images/structure/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

p {margin-top:8px;}

a {color:#4b7da8; text-decoration:none;}
a:hover {text-decoration:underline;}

.about_link {color:#4b7da8; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; text-decoration:none;}
.about_link:hover {text-decoration:underline;}

.secondaryMain {position:relative;height:504px;width:1000px;}
.secondaryTable {width:1000px;height:504px;position:absolute;z-index:2;}
.secondaryBg {position:absolute;background-repeat:no-repeat;background-position:left top;z-index:1; margin-top:35px; margin-left:65px;}

#about1, #about2, #about3, #about4, #about5, #about6 {display:none;}
#name1, #name2, #name3, #name4, #name5, #name6 {display:none;}

.berryBoard {color:#ffffff; padding-left:35px; padding-right:35px; padding-top:25px; padding-bottom:15px; line-height:17px;}
.berry_linkbox {color:#ffffff;}
.berry_linkbox a {color:#FFFFFF; text-decoration:none;}
.berry_linkbox a:hover {text-decoration:underline;}

#hometext {width:687px; height:176px; display:none;}
#commentbox {display:none; overflow-y:scroll; width:557px; height:410px;}
.commentfield {width:400px;}

.home-title {font-family: 'Cardo', serif; font-size:26px; color:#9AC0C1; line-height:32px; padding-bottom:15px;}

#footer a {font-family: 'Cardo', serif; font-size:19px; color:#6E7876; display:inline-block; margin-right:59px;}
#footer .last {margin-right:0px;}
#footer a:hover {color:#9AC0C1; text-decoration:none;}
