a {
	color: #367da2;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
}

a:hover {
	color: green;
	text-decoration: none;
}

a:active {
	color: green;
}

body {
	background: url(../images/background.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	background-color: #77aabd;
}

.menu_off {
	background-color: #dedede;
	border-top: 2px solid #c8c8c8;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	background: url(../images/menu-fade.gif);
}

.menu_off a{
	text-decoration: none;
	color: #292929;
	font-weight: bold;
}

.menu_on {
	background-color: #4296b2;
	border-top: 2px solid #35849e;
	text-align: center;
	font-family: arial;
	font-size: 12px;
}

.menu_on a{
	text-decoration: none;
	color: #e9f4f8;
	font-weight: bold;
}

.menu_off a:hover{
	color: #4e4e4e;
}

.menu_on a:hover{
	color: #cbe3eb;
}

.submenu {
	background-color: #4296b2;
	font-family: arial;
	font-size: 12px;
	color: #337d9d;
	border-bottom: 1px solid #35849e;
	background: url(../images/submenu-fade.gif);
}

.submenu a{
	text-decoration: none;
	color: #e9f4f8;
	font-weight: bold;
}

.submenu a:hover{
	color: #cbe3eb;
}

.list {
	list-style-image: url(../images/bullet_blue.png);
	padding-left: 20px;
	margin-left: 0px;
	padding-top: 3px;
	margin-top: 0px;
}

h1{
	font-size: 20px;
	font-family: arial;
	color: #b02c00;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	font-family: arial;
	margin-bottom: 3px;
}

.content{
	font-size: 13px;
	font-family: arial;
	color: #292929;
	width: 430px;
	padding-top: 20px;
	padding-left: 20px;
}

.photo{
	font-size: 11px;
	font-family: arial;
	color: #303030;
	width: 220px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}


.menutable{
	border-left: 1px solid #85a3b1;
	border-right: 1px solid #85a3b1;
	width: 780px;
}

.contenttable{
	border-left: 1px solid #85a3b1;
	border-right: 1px solid #85a3b1;
	border-bottom: 1px solid #85a3b1;
	width: 780px;
	background-color: white;
}

.footer{
	font-size: 11px;
	font-family: arial;
}

td{
	font-size: 13px;
	font-family: arial;
	color: #292929;
}

.photoframe{
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 2px;
}

.intro{
	font-size: 11px;
	width: 350px;
}

.gallery{
	font-size: 11px;
	width: 33%;
}

.intro a{
	font-size: 12px;
}
