@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #369;
}
a:active {
	text-decoration: none;
}
#footer a:link {
	color: #6ECFD8;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #6ECFD8;
}
#footer a:hover {
	text-decoration: none;
	color: #FFA2C6;
}
#footer a:active {
	text-decoration: none;
}
.oneColFixCtr #container {
	position:relative;
	height: 100%;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 154px;
	}
#footer {
	position:absolute;
	margin: 0px;
	padding-top: 15px;
	width: 780px;
	height: 35px;
	text-align:center;
	background-image:url(../images/footerBg.jpg);	
	}
#mainContent {
	margin: 0px;
	background-image:url(../images/bgbody.jpg);
	background-repeat:no-repeat;
	padding: 0px 16px 20px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainmenu {
	width: 180px;
	height: 600px;
	margin: 1px 0px 0px 0px;
	padding-top: 10px;
	background-image:url(../images/bgmenu.jpg);
	background-repeat:repeat-x;
	float:left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #FFF;
}
#central {
	width: 568px;
	padding: 0px;
	float: left;
}
#FBcentral {
	width: 480px;
	padding: 0px;
	float: left;
}
#textual {
	padding: 10px;
	float:left;
	text-align:justify;
}
.mainTitle {
	font-size:20px;
	color:#FFA2C6;
}
.footerText {
	font-size:12px;
	color:#6ECFD8;
}
a.vik:link {
	color: #6ECFD8;
	text-decoration: none;
}
a.vik:visited {
	text-decoration: none;
	color: #6ECFD8;
}
a.vik:hover {
	text-decoration: none;
	color: #6ECFD8;
}
a.vik:active {
	text-decoration: none;
}
.nolinkMenuText {
	color:#369;	
}
#clearFloat { /* div for placing after floated divs to clear it */
	clear:			both;
	font-size:		1px;
	height:			1px;
	overflow:		hidden;
}

