body {
	text-align: center;
	min-width: 90%;
	font-family: britannic bold, Comic Sans MS, Tahoma, Arial, sans-serif;
}
body {
	scrollbar-3dlight-color:white; 
	scrollbar-arrow-color:black;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:black;
}
.bg {
	background-image: url(images/Fotolia_2.jpg);
}
.no-bg {
	background-color: white;
	}
	
#centered {
	width:1099px; 
	height:424px; 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-212px auto auto -549px; 
	text-align:center;
	border-style: solid;
	border-width: 3px;
	border-color: black;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#row1, #row2, #row3	{
	width: 100%;
	border: 1px solid #000CCC;
	margin: 1px;
	padding: 1px;
	background-color: white;
}
#menu-row {
	text-align: center;
	width:100%;
	background-color: white;
	border-style: double;
	border-width: 3px;
	border-color: black;
	padding: 3px;	
	margin: 5px;
}
#row1 {
	height: 100px;
	text-align: center;
	border-style: double;
	border-width: 3px;
	border-color: white;
	padding: 3px;	
	background-color: black;
	margin: 5px;
	background-image: url(images/logo_bg.gif);
}
#row2 {
	height: 100%;
	text-align: center;
	border-style: double;
	border-width: 3px;
	border-color: black;
	padding: 3px;	
	margin: 5px;
}
#row3 {
	height: 35px;	
	text-align: center;
	border-style: double;
	border-width: 3px;
	border-color: white;
	padding: 3px;	
	background-color: black;	
	font-weight: bold;
	text-align: center;
	padding: 3px;
	color: white;
	margin: 5px;
	line-height: 140%;
	background-image: url(images/logo_bg.gif);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
#col1, #col2, #col3	{
	margin: 1px;
	padding: 1px;
	height: 99%;
	background-color: white;
}
#col1 {
	width: 100px;
	background-image: url(images/side-left.jpg);
	float: left;
}
#col2, #col2-no-bg {
	width: 100%;
	text-align: center;
	float: left;
	height: 93%;
}
#col2 {
	background-image: url(images/background-new.jpg);
	background-repeat: repeat-y;
}
#col2-no-bg {
	background-image: url(images/background-new-no-char.jpg);
	background-repeat: repeat-y;
}
#text {
	height: 90%;
	width: 730px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 115px;
	padding-right: 115px;
	background-repeat: no-repeat;
	line-height: 140%;
	background-position: center center;
	background-attachment: fixed;
}
#col3 {
	width: 100px;
	background-image: url(images/side-right.jpg);
	float: right;
}
#menu {
	text-align: center;
	padding: 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	text-align: center;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: red;
	text-decoration: none;
}	
#menu a:hover {
	color: red;
	text-decoration: underline;
}
#row3 a:link, #row3 a:visited, #row3 a:active {
	color: white;
	text-decoration: underline;
}	
#row3 a:hover {
	color: white;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}	
ul	{
	padding-top:0px;
	margin-top:0px;
}
.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
