.header {
	background-image: url(img/headerbgpattern.png);
	position: fixed;
	padding-bottom:50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	text-align: center;
	background-repeat: repeat-x;
}
.include {
	width:640px;
}
.appbox {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.content {
	background-image: url(img/contentpattern.png);
	min-height: 470px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 40px;
	text-align: left;
	width: 671px;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
.contentbottom {
	background-image: url(img/contentbottom.png);
	background-repeat: no-repeat;
	height: 66px;
	vertical-align: bottom;
	text-align: left;
	width: 671px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
	padding-right: 13px;
}

body {
	background-image: url(img/bgpattern.png);
	background-color: #289ddb;
	overflow: auto;
	font-family:Tahoma;
	margin:20px  auto;
	text-align:left;
}
#page {}
.smallText {font-size: 12px;}
.normalText {font-size: 14px;}
.logo {
	clear: both;
	float: right;
	margin-right: 10px;
}
a:link { color: black; text-decoration: none; font-style: normal; font-weight: normal; }
a:visited { color: black; text-decoration: none; font-style: normal; font-weight: normal; }
a:hover { color: black; text-decoration: underline; }
a:active { color: white; text-decoration: underline; }