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

body {
	width: 98%;
	background: #efdba9 url(../images/brick.png) repeat-y;
}
#headerDiv {
	margin: 2px;
	padding: 2px;
	width: 100%;
	position: static;
}
#topDiv {
	margin: 2px;
	padding: 2px;
	width: 100%;
	position: static;
	text-align: center;
}
#mainDiv {
	margin: 4px;
	padding: 4px;
	background: no-repeat;
	width: 99%;
	position: static;
}
#mainTitle {
	text-align: justify;
	width: 99%;
}
#mainTitle #textDiv {
	height: 99%;
	width: 99%;
	margin: 4px;
	padding: 2px;
	position: static;
	text-align: justify;
}
#mainTitle #textDiv #photosLeftDiv {
	margin: 3px;
	padding: 3px;
	width: 300px;
	float: left;
}

#mainTitle #textDiv #photosRightDiv {
	margin: 5px;
	padding: 3px;
	width: 300px;
	float: right;
}
#mainTitle #textDiv #photosTopDiv {
	margin: 3px;
	padding: 3px;
	width: 99%;
	position: static;
	text-align: center;
}






#bottomDiv {
	margin: 2px;
	padding: 2px;
	width: 100%;
	position: static;
}
a:link {
	font: normal x-large "Monotype Corsiva", Calibri, "MS Sans Serif", "Times New Roman";
	color: #EDDCC5;
	text-decoration: none;
}
a:hover {
	font: normal x-large "Monotype Corsiva", Calibri, "MS Sans Serif", "Times New Roman";
	color: #D8B281;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font: italic normal x-large "Monotype Corsiva", Calibri, "MS Sans Serif", "Times New Roman";
	color: #D8B281;
}
a:active {
	font: normal x-large "Monotype Corsiva", Calibri, "MS Sans Serif", "Times New Roman";
	text-decoration: none;
	color: #EDDCC5;
}
#bannerbox {
	width: 99%;
}

