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

html {
}

body {
	background-color:#bf4c4c;
	margin-top: 0;
	margin-bottom: 0;
	height:100%;
	text-align: center;
	background-image:url(../graphics/red090.jpg);
}


#container {
	display:block;
    min-width:760px;
	max-width:1240px;
	background-color:#FFffff;
	margin:auto;
	/*margin-right:auto;*/
	border-color: #000000;
	border-width:2px;
	border: solid;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
	
#header {
	height:auto;
	width:100%;
	margin: 0 auto;
	height:152px;
	background-color:#a61111;
	background-image:url(../graphics/lakesunset.jpg);
	border-bottom-width:2px;
	border-bottom-color:#000000;
	border-bottom:solid;
}

#left {
	background-image:url(../graphics/mastpig2.gif);
	width:220px;
	float:left;
	height:600px;
	background-repeat:no-repeat;
}

#center {
	width:auto;
	height:590px;
	background-color: #DF0000;
	margin-left:225px;
	margin-right:225px;
	padding-top:10px;
	margin-top:auto;
	margin-bottom:auto;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../graphics/lake.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}

#text{
	display:table-cell;
	height:inherit;
}

.image {
	border:0px;
	border-thickness:0px;
}
	
#right {
	width:225px;
	height:600px;
	float:right;
	border:0px;
	padding:0px;
	background-color:#000000;
	
}

#right a:link.image {
	text-decoration:none;
	border:0px;
	border-thickness:0px;
}
	
#footer {
	width: 100%;
	height:35px;
	background-color:#a61111;
	border-top-color:#FFF;
	text-align:center;
}

#footer a:link {
	color:#ffffff;
}

#footer a:hover {
	color:#FF0;
}

#footer a:visited {
	color:#000000;
}

.font1 {
	font-size: x-large;
}

.font2 {
	font-size: x-large;
	color: #00F;
}