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

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

body {
	background-color:#FFFFFF;	
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}

.page {
	width:794px;
	margin-left:auto;
	margin-right:auto;
	border-color:#00ff00;
	border-style:solid;
	border-width:0px;
}

.header {
	width:794px;
	height:auto;
}

.content {
	width:794px;
	height:auto;
}

/*
.left {
	width:397px;
	margin-right:13px;
	float:left;
}

.right {
	width:246px;
	float:left;
	}
*/

.textleft {
	width:384px;
	margin-right:13px;
	float:left;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:22px;
	font:Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
}

.textright {
	width:370px;
	float:right;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:66px;
}

.footer {
	width:794px;
	height:auto;
	
	background-position:top;
	background-repeat:repeat-x;
}

.clearboth {
	clear:both;
	padding:0px;
	margin:0px;
}

