/* CSS Document */

body {
	font-family:Century Gothic;
	font-size:14px;
	margin-top:0px;
}


.menu {
	background-color:#AC3241;
	width:auto;
	height:22px;
	text-align:center;
	font-family:Century Gothic;
	font-size:13px;
	color:#FFFFFF;
}

#content {
	background-color:#EED6D9;
	width:190px;
	height:auto;
	border:1px solid #AC3241;
	padding:0px 5px 10px 5px;
}

#main_content {
	background-color:#FFFFFF;
	background-image:url(images_/bubbles_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:506px;
	height:auto;
	border:1px solid #AC3241;
	padding:0px 5px 10px 5px;
}

.footer {
	border-top:1px solid #AC3241;
	text-align:right;
	color:#AC3241;
	padding-top:6px;
	font-size:11px;
}

.style4 {
	font-size:18px;
	color:#AC3241;
	font-weight:bold;
}

.style3 {
	font-size:14px;
	color:#AC3241;
	font-weight:normal;
}

a:link {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;}
a:hover {color:#FFFFFF; text-decoration:underline;}
a:active {color:#FFFFFF; text-decoration:none;}

a.link:link {color:#990033; text-decoration:none;}
a.link:visited {color:#990033; text-decoration:none;}
a.link:hover {color:#990033; text-decoration:underline;}
a.link:active {color:#990033; text-decoration:none;}