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

body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma, arial;
	font-size: 12px;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #F10981;
}

#container {
	width: 857px;
	margin: 0 auto;
	background-color: #f8c1df;
}

#container2 {
	width: 857px;
	margin: 0 auto;
	background-color: #ffffff;
}

#main {
	width: 797px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-right: 30px;
	padding-left: 30px;
	}

#introduction {
	width: 649px;
	margin: 0 auto;
}

#navigation {
	width: 857px;
	height: 59px;
	background-image: url(images/navigation_bg.jpg);
	}
	
#footer {
	margin: 0 auto;
	width: 857px;
	text-align: center;
	clear: both;
	}

#footer2 {
	margin: 0 auto;
	width: 857px;
	height: 130px;
	text-align: center;
	clear: both;
	background-image: url(images/footerbg.jpg);
	}
	
img.floatRight { 
    float: right; 
  
}

img.floatLeft { 
    float: left; 

}

.whitetext {
	color: #ffffff;
	font-size: 14px;
	text-align: justify;
	}