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

body{
		color:#222;
		margin:0px;
		border:0px;
		padding:0px;
		font-family:Verdana;
		font-size:11px;
		background-color:black;
		/*background-image:url(constant/paper-farmhouse-trees.png);
		background-position:top center;
		background-repeat:no-repeat;*/
}

html {
     overflow: -moz-scrollbars-vertical;
}

a{
		color:#af2927;
		text-decoration:underline;
		font-weight:normal;
		margin:0px;
		padding:0px;
}

a:hover{
		color:#f08f8d;
}

a:hover img{
}

p{
		text-align:justify;
		margin:0px 0px 15px 0px;
}

img, td.menu-table tr td a img{
		border:0px;
}


/* start divs and constants */
table.header-table, div.content, table.menu-table, table.sidebar-table, div.paper{
		position:absolute;
		left:50%;
		margin-left:-413px;
		width:804px;
		background-color:transparent;
		z-index:97;
}

img.piggy{
		position:absolute;
		left:50%;
		z-index:50;
}

table.facebook{
		position:absolute;
		top:30px;
		left:50%;
		margin-left:320px;
		z-index:99;
}

div.wood{
		position:fixed;
		width:100%;
		top:0px;
		left:0px;
}

div.wood img{
		width:100%;
}

div.house-trees{
		position:absolute;
		width:905px;
		top:0px;
		left:50%;
		margin-left:-452px;
}
/* end divs and constants */


/* start facebook table */
table.facebook td{
		vertical-align:bottom;
}

table.facebook td.like{
		padding:5px 0px 0px 25px;
}
/* end facebook table */


/* start header table */
table.header-table{
		top:109px;
		left:50%;
		margin-left:-239px;
		width:478px;
		height:auto;
}

table.header-table td{
		width:50px;
		font-size:10px;
}


table.header-table td.numbers{
		letter-spacing:5px;
}

table.header-table td.logo{
		width:325px;
		letter-spacing:3px;
		font-size:10px;
		padding-right:40px;
}
/* end header table */



/* start menu table */
table.menu-table{
		margin-left:-390px;
		top:180px;
		width:775px;
		height:auto;
		color:#af2927;
		z-index:97;
}

table.menu-table td{
		padding:10px;
		vertical-align:top;
		text-align:center;
}

table.menu-table a:hover img, a:hover img.facebook, table.sidebar-table td.chalkboard a:hover img{
}
/* end menu table */



/* start content div */
div.content{
		top:235px;
		width:584px;
		margin-left:-403px;
		height:302px;
		padding-right:10px;
		overflow:auto;
		scrollbar-highlight-color:white;
		scrollbar-3dlight-color:white;
		scrollbar-arrow-color:white;
		scrollbar-face-color:black;
		scrollbar-shadow-color:white;
		scrollbar-track-color:white;
		scrollbar-darkshadow-color:white;
}

div.content p img{
		float:left;
		padding:4px 7px 0px 0px;
}

h2{
		font-size:13px;
		color:#9d2927;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

p.before-heading{
		margin-bottom:35px;
}

p.last{
		margin-bottom:0px;
		padding-bottom:0px;
}

div.content div.sausages, div.content .intro{
		float:right;
		margin:0px 10px 20px 20px;
		padding:15px 15px 0px 15px;
		width:250px;
		/*background-image:url(constant/50-black.png);*/
}

div.content div.sausages{
		padding-top:0px;
		border-left:1px solid #a9a9a9;
}

div.content div.sausages h2{
		padding-bottom:0px;
		margin-bottom:5px;
}

div.content div.sausages dl{
		padding-top:0px;
		margin-top:0px;
		margin-bottom:20px;
		margin-left:5px;
}

div.content dl dt{
		font-weight:bold;
}

div.content dl dd{
		margin-left:8px;
		margin-bottom:8px;
}

dt a{
		font-weight:bold;
		text-decoration:none;
}

div.content .intro{
		width:auto;
		margin:0px 30px 0px 20px;
		float:none;
		padding:10px 10px 1px 10px;
}

div.content .intro p{
		text-align:left;
}

div.content .intro p.last{
		padding-bottom:15px;
}

.intro th{
		padding:0px 10px 10px 0px;
		
}

.intro td{
		vertical-align:top;
		padding:0px 10px 10px 10px;
		padding-right:15px;
		border-right:1px solid #666;
}

.intro td.last-olives{
		padding-right:0px;
		border:0px;
}

.intro td.first-olives{
		padding-left:0px;
}

.intro tfoot td{
		padding:10px 0px 0px 0px;
		border:0px;
		font-weight:bold;
}

.bold{
		font-weight:bold;
}

div.content table.gallery-table{
		width:100%;
}

div.content table.gallery-table td{
		text-align:left;
		vertical-align:top;
}

div.content table.gallery-table td img{
		margin:0px 3px 3px 0px;
}

div.content table.gallery-table td#loadarea{
		padding-right:15px;
}
/* end content div */


/* start sidebar table */
table.sidebar-table{
		width:264px;
		top:235px;
		margin-left:218px;
}

table.sidebar-table td{
		height:136px;
		width:264px;
		padding-bottom:30px;
		text-align:center;
		vertical-align:middle;
}

table.sidebar-table td.chalkboard{
		background-image:url(constant/chalkboard.png);
		background-position:top center;
		background-repeat:no-repeat;
		padding-bottom:0px;
		color:white;
}

table.sidebar-table td.chalkboard a{
		font-size:23px;
		font-family:Arial;
		color:white;
}
/*end sidebar table*/



/* giraffes */
.giraffes{
		position:absolute;
		left:50%;
		top:775px;
		width:auto;
		height:auto;
		margin-left:-448px;
		padding:5px;
		background-image:url(constant/50-white.png);
		background-position:center;
		background-repeat:no-repeat;
}

.giraffes td{
		padding-right:5px;
		vertical-align:bottom;
}

.giraffes h5{
		padding:0px;
		float:left;
		font-size:10px;
		font-weight:normal;
		margin:0px 0px 0px 0px;
}

.giraffes a{
		text-decoration:none;
}

.giraffes a:hover img{
		filter:none; 
		-moz-opacity:1.0;
		opacity:1.0;
}
/* end giraffes */