@charset "ISO-8859-1";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width:960px;
	margin:auto;
	background-color: #FFFFFF;
}

strong {color:#37959D;}
#navigation  a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:left;
	height:57px; overflow:hidden;
}
#content-left {
	float: left;
	width: 500px;
	padding-top:50px;
	padding-left:25px;
}
#content-right {
	float: right;
	width: 400px;
}

#navigation, #header {width:960px; margin:auto; background-color:#A9D1D5;}
