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

html {overflow-y:scroll;}

body {
	margin:0px;
	background-image:url(../images/structure/bg_bottom.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#544f48;
	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;
}

.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;}