body { 
     background: #ffffff url("bg.jpg") repeat-x center top;
		 font-family: Verdana,Tahoma;
		 font-size: 9pt;
		 color: #342429;
		 text-align: center;
}

a:link {color: #342429; text-decoration: underline}
a:visited {color: #342429; text-decoration: underline}
a:active {color: #342429; text-decoration: underline}
a:hover {color: #342429; text-decoration: none}

div.page {
	   position: relative;
	   margin: 0px;
     margin-left: auto;
     margin-right: auto;
     width: 1000px;
	   text-align: center;
}

div.header_logo {
     position: absolute;
		 top: 0px;
     left: 62px;
	   width: 200px;
		 height: 100px;
	   padding: 0px;
		 background-image:url(header_logo.jpg);
		 background-position: top left;
	   background-repeat: no-repeat;
}

div.header_links {
     position: absolute;
     top: 80px;
     right: 60px;
	   width: 275px;
	   padding: 0px;
		 color: #ffffff;
	   text-align: right;
}

div.splash {
     position: absolute;
		 top: 100px;
     left: 0px;
	   width: 1000px;
		 height: 310px;
	   padding: 0px;
		 background-image:url(splash_default.jpg);
	   background-repeat: no-repeat;
}

div.frame_top {
		 position: absolute;
		 top: 116px;
     left: 0px;
	   width: 1000px;
		 height: 45px;
	   padding: 0px;
		 background-image:url(frame_top.jpg);
	   background-repeat: no-repeat;
}

div.frame_mid-up {
		 position: absolute;
		 top: 360px;
     left: 0px;
	   width: 1000px;
		 height: 46px;
	   padding: 0px;
		 background-image:url(frame_mid-up.jpg);
	   background-repeat: no-repeat;
}

div.menu_bg {
		 position: absolute;
		 top: 140px;
     left: 100px;
	   width: 800px;
		 height: 80px;
	   padding: 20px 0px 0px 0px;
		 background-image:url(menu_bg.jpg);
	   background-repeat: no-repeat;
}

div.content_header {
     position: absolute;
		 top: 235px;
     left: 40px;
	   width: 1000px;
		 height: 80px;
	   padding: 0px;
		 background-image:url(content_header_welcome.png);
	   background-repeat: no-repeat;
}

.content {
     position: absolute;
		 top: 285px;
     left: 40px;
	   width: 920px;
		 height: auto;
	   padding: 0px;
		 background-image:url(content_border.jpg);
	   background-repeat: repeat-y;
}

div.footer {
     position: relative;
		 top: auto;
     left: auto;
	   width: 920px;
		 height: auto;
	   padding: 0px;
		 background-color: #ffffff;
}

div.account_menu {
     position: absolute;
		 top: 247px;
     left: 48px;
	   width: 240px;
		 height: auto;
	   padding: 0px;
		 background-image:url(account_bg.gif);
	   background-repeat: repeat-y;
}
div.info-box {
    position: absolute;
		top: -200px;
		left: -200px;
		width: 300px;
		height: auto;
		padding: 5px;
		background: #ffffff;
		background-color: #ffffff;
		border-style: solid;
		border-width: thin;
		border-color: #342429;
		text-align: left;
}

.clearfix:after {
				content:".";
				display:block;
				height:0px;
				clear:both;
				visibility:hidden;
			}
.clearfix {display:inline-block;}
			/* Hide from IE Mac \*/
			/*.clearfix {display:block;}*/
			/* End hide from IE Mac */

