/* Body */

body.my_body  {background: url(../images/photo1.jpg) no-repeat center center fixed;
	background-size: cover;
	overflow-y: scroll;
}

 
/* Tables */


table.layout_table {
	border: 0;
	padding: 0;
}

table.bigtable {
	border: 1;
	padding: 2;
}

table.menutable {
	border: 1;
	padding: 1;
	height: 430px;
}

td.main_td {
	width: 580px;}

td.current_menu_item {
	background-color: #e0ffff;
}

td.menu_item {
	background-color: #aabbcc;
}

td.spacer_td {
	width: 80;
}


/* Links */

a.menu_link:link {
	color: 1111dd;
	font-size: 19;
	font-face: "bradley hand itc";
	text-decoration: none;
}
a.menu_link:visited {
	color: 1111dd;
	font-size: 19;
	font-face: "bradley hand itc";
	text-decoration: none;
}
a.menu_link:active {
	color: 1111dd;
	font-size: 19;
	font-face: "bradley hand itc";
	text-decoration: none;
}
a.menu_link:hover {
	color: 1111dd;
	font-size: 19;
	font-face: "bradley hand itc";
	text-decoration: underline;
}



a.photo_link:link {
	color: ffffff;
	font-size: 30;
	font-face: "bradley hand itc";
	text-decoration: none;
}
a.photo_link:visited {
	color: ffffff;
	font-size: 30;
	font-face: "bradley hand itc";
	text-decoration: none;
}
a.photo_link:active {
	color: ffffff;
	font-size: 30;
	font-face: "bradley hand itc";
	text-decoration: none;
}
a.photo_link:hover {
	color: ffffff;
	font-size: 30;
	font-face: "bradley hand itc";
	text-decoration: underline;
}





/* Fonts */

font.my_font {
	color: #1111dd;
	font-size: 20;
	font-family: "verdana";
	font-face: "bradley hand itc";
}

font.simple_font {
	color: #1111dd;
	font-size: 19;
	font-family: "verdana";
	font-face: "bradley hand itc";
	text-decoration: none;
}

font.header {
	color: #1111dd;
	font-size: 35;
	font-face: "georgia";
	text-decoration: none;
}



font.page_title {
	color: #1111dd;
	font-size: 25;
	font-face: "georgia";
	text-decoration: italic;
}



/* Div for paragraph text */

div.content_text {
	font-size:large;
	line-height:27px;
	color: #1111dd;
	overflow:auto;
	width:575px;
	text-align: justify;
}