@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body {
	font-size: 13px;
	font-family: Georgia;
	line-height: 25px;
	font-weight: normal;
}

.center {margin: auto; top: 0; right: 0; bottom: 0; left: 0; text-align:center; width: 1152px;}

p {text-align: left;}

#header {background:url(../images/heading.jpg) no-repeat; width: 1152px; height:173px}
.newstext {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	background: url(../images/backgroundpaper.jpg) repeat-y;
	float: none;
	height: auto;
	overflow: hidden;
}
.column1 {
	font-size: 13px;
	float: left;
	width: 800px;
	visibility: visible;
	overflow: hidden;
	font-family: Georgia;
	line-height: 25px;
	position: static;
}
.page {
	font-size: 13px;
	font-family: Georgia;
	line-height: 25px;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.column2 {
	font-size: 13px;
	float: right;
	width: 200px;
	color: #333333;
	padding-top: 3px;
	font-family: Georgia;
	line-height: 25px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #333333;
}
.newspaper {
	background: url(../images/profile_newpaper.png) no-repeat;
}
.book {
	background: url(../images/profile_book.jpg);
}

.image-heading {
	margin-bottom: 20px;
}

