body {
	position: absolute;
	margin: 0px 0px 0px 0px;
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-x;
	background-color: #C7C7C7;
	text-align:center;
	height:100%;
	width:100%;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
hr{
	color: #C7C7C7;
	height: 2px;
}
a:link {
	text-decoration:underline;
	color:white;
	font-weight: bold;
}
a:visited {
	text-decoration:underline;
	color:#d3d3d3;
	font-weight: bold;
}
a:active {
	text-decoration:underline;
	color:#ffa500;
}
a:hover {
	text-decoration:underline;
	color:black;
}
.wrapper {
	width: 777px;
	height: 100%;
	text-align: center;
}
.outsideContent {
	background-image: url('images/body_bg_2.jpg');
	background-repeat: repeat-y;
	height: 100%;
}
.insideContent {
	padding: 15px 20px 8px 15px;
	background-image: url('images/body_bg_1.jpg');
	background-repeat: no-repeat;
	height: 100%;
	height:auto !important;
	min-height: 525px;
	height: 540px;
}
.content {
	color: #FFFFFF;
	font-family:'trebuchet ms', Verdana;
	font-weight: normal;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 10px;
	text-align: justify;
}
.footer {
	color: #FFFFFF;
	font-family:'trebuchet ms', Verdana;
	font-weight: normal;
	font-size: 10px;
	height: 28px;
}
.menu {
	max-width: 161px;
	padding: 5px 5px 5px 10px;
	background-image: url('images/menu_bg.jpg');
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family:'trebuchet ms', Verdana;
	font-weight: bold;
	font-size: 14px;
	border-right: 3px solid #B2B2B2;
	border-left: 3px solid #B2B2B2;
	border-top: 3px solid #B2B2B2;
	border-bottom: 3px solid #B2B2B2;
}
.contentImage{
	border: solid 1px black;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cornerSplash1 {
	background-image: url('images/cornersplash1.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 100%;
}
.cornerSplash2 {
	background-image: url('images/cornersplash2.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 100%;
}