﻿/* CSS layout */
body{

background:
url('images/benday_dots.jpg');
background-repeat: repeat-y;

}
#masthead {
	margin:0 auto; width:860px; height:100px;

	background: url('images/applecart_logo_small.jpg') no-repeat right; 

}





#container {
	
	position: relative;
	width: 100%;
}

#page_content {
	margin-left: 50px;
	margin-top: 10px;
	width: 570px;
}

#page_content p a:hover {
	font-family: "Trebuchet MS";
		text-align:center;
		font-size: x-large;
		color:#CC66FF;
		font-weight:bolder;

}

#page_content h1 {
	font-size: xx-large;
	font-family: "Trebuchet MS";
	color: red;
}

}

#page_content h1:hover {
	font-size: 40pt;
	font-family: "Trebuchet MS";
	color: red;
}



#page_content h2 {
	font-size: large;
	font-family: "Trebuchet MS";
	color: red;
}

}

#page_content h2:hover {
	font-size: 25pt;
	font-family: "Trebuchet MS";
	color: red;
}




#right_col {
	background-image: url('images/rightbg.gif');
	width: 220px;
	right: 61px;
	top: 25px;
	position: absolute;
	background-repeat: repeat-y;
}

}
#right_col h1 {
	color: navy;
	font-size: large;
	font-family: "Trebuchet MS";
	margin-left: 5px;
	margin-right: 5px;

}

}
#right_col h1:hover {
	color: navy;
	font-family: "Trebuchet MS";
	margin-left: 5px;
	margin-right: 5px;
	font-size: x-large;
	font-weight:bolder;


}

#right_col p {
	margin-left: 5px;
	margin-right: 5px;
}





.style2 {
	font-family: "Trebuchet MS";}




#footer p {
		font-family: "Trebuchet MS";
		text-align:center;
		
}

.style3 {
	border-width: 0;
}


#link {
	position:relative;
	margin:0 auto; width:860px; height: 20px;}

#link p {
		font-family: "Trebuchet MS";
		text-align:center;
		font-size: small;
		color:gray;

}

#link p a {
		font-family: "Trebuchet MS";
		text-align:center;
		font-size: small;
		color:gray;

}





