/*
 ####################################################################
 ####################################################################
 ### THIS IS THE SCREEN STYLE SHEET FOR THE LAKESIDE WEBSITE      ###
 ####################################################################
 ####################################################################
 */

/*
 ####################################################################
 ### GLOBAL ELEMENTS                                              ###
 ####################################################################
 */

body {
	background: #CCCCCC;
}
 
/*
 ####################################################################
 ### LAYOUT ELEMENTS                                              ###
 ####################################################################
 */

/* main body container */
#container {
	background: url(bwbell.JPG) top center no-repeat fixed;
	border: 1px solid #FFFFFF;
}

/* logo and title */
#title {
	background: url(bwbell2.JPG) top center no-repeat fixed;
}

/* left menu */
#left_menu {
	width: 140px;
	margin-bottom: 20px;
}

#left_menu ul {
	margin: 0px;
	padding: 0px;
}

#left_menu ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 20px;
}

#left_menu ul li a {
	background: #E8202A;
	display: block;
	padding: 3px 10px;
	width: 120px;
}

#left_menu ul li a:hover {
	background: #3174FF;
}

/* main text */

#main_text {
	background: url(bwbell2.JPG) top center no-repeat fixed;
	padding: 10px;
	margin-right: 10px;
}