*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #aa0516;
}

#outer_container{
	font: 15px/22px "Lucida Grande", "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background: #aa0516 url(images/page-bg.png) repeat-x;
}

	#wrap
	{
		width: 990px;
		margin: 0 auto;
	}
	
		#header
		{
			height: 311px;
			background: url(images/logo.png) no-repeat;
		}
		
			h1
			{
			padding: 0px 0px 0px 0px;
			font-size: 70px;
			line-height: 60px;
			width: 400px;
			}

#container {
    float:left;
    width:100%;
    background:white;
}

#left {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:180px;
	height:inherit;
	background-color:#FAFAFA;
	margin-top:-40px;
	padding:5px;
}
#content{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	margin-top:-40px;
	padding:5px;
	width:590px;
	background-color:#FFF;
}
	h2
			{
				font-size: 23px;
				text-align: center;
				color: #aa0516;
			}
			
			h3
			{
				margin: 15px 0 30px;
				font-size: 18px;
				text-transform: uppercase;
				text-align: center;
				color: #700;
			}
			
			p
			{
				margin: 10px 0;
			}
		
			p.img-center
			{
				margin: 15px 0;
				text-align: center;
			}
			
			p.img-left
			{
				float: left;
				margin: 0 15px 0 -20px;
			}
			
			p.img-right
			{
				float: right;
				margin: 0 -20px 0 15px;
			}

#right{
	position:relative;
	width:200px;
	margin-top:-40px;
	float:left;
	background-color:#FFF;
}
#bottom{	
	top:0px;
	left:0px;
	clear:both;
	height: 21px;
	margin-bottom: 20px;
	background: url(images/content-bottom.png) no-repeat;
	}
