@CHARSET "UTF-8";

body {	
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	line-height: 14px;
	color: #FF0000;
	background-color: #E6E6E6;	
}

#pagehome {
	width: 100%;
	height: 21px;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/main/pagehome.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#frame1 {
	width: 100%;	
	height: auto;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/main/frame1_background.gif");
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;
}

#frame2 {
	width: 928px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}	

.floatshell {
	display: inline;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#pageend {
	width: 100%;
	height: 21px;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/main/pageend.gif");
	background-repeat: repeat-x;
	background-position: top left;
}