@charset "UTF-8";
/* CSS Document */
/*currently only used on contact.html page ("Information" link) and main menu*/
body{
	background:url(../background.jpg);
	min-width:999px;
}
#menu{
	background:url(../menubackground.jpg);
	min-width:999px;
}

#navigation{
	width:999px;
	margin:0 auto;
}

p {
	font:bold 14px/20px "Times New Roman", Times, serif;
	text-align:left;
}

.title1 {
	font:bold 20px/20px Arial, Helvetica, sans-serif;
}

.title2 {
	font:bold 16px/20px Arial, Helvetica, sans-serif;
}

#main {
	width:600px;
	margin:0 auto;
}

.float-left {
	float:left;	
	margin:5px 5px 5px 0;
}
.float-right {
	float:right;	
	margin:5px 0 5px 5px;
}

#partner {
	float:left;
	position:absolute;
	width:77px;
	height:105px;
	margin:0px 0px 0px 725px;
}

#facebook {
	float:left;
	position:absolute;
	width:220px;
	height:105px;
	margin:10px 0px 0px 835px;
}

a {
	border:none;	
}

img {
	border:none;	
}
