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

body {
	margin: 0;
	padding: 0;
	background: #fbf8e1;
	font-size: 10px;
	line-height: 18px;
	font-family: Trebuchet MS, sans-serif; 
}

#container {
	margin: 0 auto 0 auto;
	width: 800px;
}

#header {
	margin: 0;
	height: 350px;
}

#header a.link		{ text-decoration: none; border: 0px; }
#header a.hover		{ text-decoration: none; border: 0px; }
#header a.active	{ text-decoration: none; border: 0px; }
#header a.visited	{ text-decoration: none; border: 0px; }

#navigation {
	font-size: 12px;
	color: #fbf8e1;
	margin: 0;
	height: 48px;
	background:url(../images/bg_nav.png) repeat-x;
}
 
#navigation ul {text-align: center; list-style: none; float: left; width: 800px; }
#navigation li { text-align: center; padding: 0 0 0 22px; float: center; }

#navigation a:link { text-align: center; text-decoration: none; float:left; display:block; color: #fbf8e1; margin-right: 40px;}
#navigation a:visited { text-align: center; text-decoration: none; float:left; display:block; color: #fbf8e1; margin-right: 40px;}
#navigation a:hover { text-align: center; text-decoration: none; float:left; display:block; color: #d975ba; margin-right: 40px;}
#navigation a:active { text-align: center; text-decoration: none; float:left; display:block; color: #d975ba; margin-right: 40px;}

#content { margin: 0; padding: 0 60px 0 60px; }

#content h2 { font-size: 18px; color: #603090; line-height: 18px; }
#content p { font-size: 12px; color: #603090; line-height: 24px; }
#content td { font-size: 11px; line-height: 14px; }

.content a:link { text-decoration: none; color: #603090; }
.content a:visited { text-decoration: none; color: #603090; }
.content a:hover { text-decoration: none; color: #d975ba; }
.content a:active{ text-decoration: none; color: #d975ba; }

#footer {
	margin: 20px auto 20px auto; text-align: center;
	color: #603090; 
}

#footer a:link { text-decoration: underline; color: #603090; }
#footer a:hover { text-decoration: underline; color: #603090; }
#footer a:visited { text-decoration: underline; color: #603090; }



