html,body{
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	background-image:url(/img/background.jpg);
	background-repeat:repeat-x;
}

a{
	color:#D40020;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

img{
	border:none;
}

h3{
	color:#D40020;
}

#left_background{
	float:left;
	width:57px;
	height:477px;
	background-image:url(/img/left_background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#right_background{
	float:left;
	width:57px;
	height:477px;
	background-image:url(/img/right_background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

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

#inner_container{
	float:left;
	width:960px;
	height:100%;
	min-height:477px;
	background-color:#FFFFFF;
}

#content_background{
	width:920px;
	height:100%;
	min-height:600px;
	margin:20px 0 0 20px;
	background-image:url(/img/logo_gradient1.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#background_gradient{
	height:1500px;
	width:600px;
	background-image:url(/img/background_gradient.png);
	background-repeat:repeat-y;
	background-position:left;
}

#header{
	float:left;
	width:649px;
	height:150px;
	margin:0 0 0 20px;
}

#menu{
	float:left;
	width:211px;
	margin:170px 20px 0 20px;
}

#menu a{
	height:16px;
	width:179px;
	margin:5px 0 5px 0;
	padding:6px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#555555;
	display:block;
}

#menu a:hover{
	color:#000000;
}

#content{
	float:left;
	width:649px;
	margin:0 0 0 20px;
}

#footer{
	margin-top:20px;
	width:960px;
	text-align:center;
}
