/* ----- BASIC ELEMENTS ------*/

body {
	font: 11px/15px Tahoma, Sans-Serif;
	background: url('/img/bkground.gif') repeat-x top left;
	color: #333333;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #CC3333;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}




/* ----- CONTAINERS ------*/

#header {
	margin: 0px;
	height: 130px;
	padding: 0px;
	text-align: center;
}

#content {
	padding: 40px 30px 30px 20px;
	height: 298px;
}

#footer {
	font: 11px/14px tahoma, Sans-Serif;
	text-align: center;
	color: #999999;
	padding: 10px 0px 0px 0px;
	height: 28px;
}

#container {
	margin: 0px auto;
	width: 600px;
}


/* ----- LINKS ------*/

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	color: #CC3333;
	text-decoration: underline;
}

#footerlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	padding: 0px 0 0 0px;
}

#footerlist li {
    margin: 0 3px 0 3px;
	float: left;
}


