html
{
	height:100%;
	background-color: #2575cc;
	background-image: url(../img/bg4.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:bottom left;
}

body
{

color: #3b3b3b;
font-family: Arial, Times, sans-serif;
font-weight: normal;
font-size:12px;
line-height: 17px;
word-spacing:3px;
height:100%;
margin:0px;
}


img{
	border:0px;
}

#container{
	background-color:#fffef8;
	margin: 0px auto;
	padding:0px;
	position:relative;
	top:0px;
	width:713px;
	border-right: 2px solid #333;
}

#contact_info{
	text-align:right;
}

#menu_top{
	position:relative;
	top:10px;
	color:#f55638;
}

#navbar{
	font-size:17px;
	text-align:center;
	font-family:Times;
	margin:0px;
	padding:0px;
}

#navbar a:link{color:#f55638; }
#navbar a:visited{color:#f55638; }
#navbar a:hover{color:#f55638; }
#navbar a:visited:hover{color:#f55638; }
#navbar a:active{color:#f55638; }


#content_container{
	background-color:#fffef8;
	/*border-right:1px solid #333;*/
	margin:0px;
	/*
	background-image: url(../img/logo_small.png);
	background-repeat: no-repeat;
	background-position: bottom left
	*/
	
}

#content{
	width:713px;
	background-color:#fffef8;
	position:relative;
	top:20px;
}

#footer{
	background-color:#fffef8;
	position:relative;
	top:5px;
	line-height:normal;
	clear:both;
	font-size:10px;
	width:713px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}

h1{
	margin:0px;
	color:#f55638;
	font-size:18px;
	font-family:Times;
}

h2{
	margin:0px;
	font-size:15px;
	color:#f55638;
	font-family:Times;
	font-style:normal;
}

h3{
	margin:0px;
}

a:link{color:#f55638;}
a:visited{color:#f55638;}
a:hover{color:#f55638;}
a:active{color:#f55638;}



