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

body {
	margin:0;
	background-color: #142800;
	max-width:1024px;
}

#header{
	float:right;
	width:75%;
	background-image:url(pictures/background_img.jpg);
	align:center;
	height:185px;	
	border:none;
}

#content-main{
	float:right;
	width: 75%;
	background-repeat: repeat;
	background-image:url(pictures/background_img.jpg);
	border-spacing: 5px;
}

#event_list{
	max-width:800px;
	padding-left:375px;
	font-size:17px;
}

#linksBar{
	float:left;
	width:250px;
	background: #142800;
	text-align:center;
	position:absolute;
	height:1000px;
	font-size:10px;
}

#signPic.img{
	href:pictures/sign.jpg;
	width:230px;
	height:307px;
	background-color:#FFF
}

#linksBar a{
	color: #ffffcc;
}

#forSaleText{
	padding-right: 25px;
	padding-left: 25px;
	font-size: 18px;
	line-height:1.3em;
	text-align:justify;

}
td{
	font-size:+0;
	text-align:center;
	font-weight: 700;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

h1{
	font-size:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image:url(pictures/background_img.jpg);
}

h2{
	font-size:27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#142800;
	text-align: center;
}

a{
	font-size:20px;
}

@media screen{
	body>div#linksBar{
	position:fixed;
}

ul{
	margin-left: 80px;
	font-size:+2;
}

li{
	font-size:19px;
}


#listLink{
	font-size:+1;
}

#regPics{
	margin: 10px;
	border:2px;
	border-color: #142800;
	border-style:solid;
}

p{
	padding:10px;
	font-size:19px;	
	color:#000;
	text-align:justify;
}

hr{
	color:#142800;
}


