body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

h1 {
	font-size: 16px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px black solid;
	color: #E77817;
	line-height: 40px;
}

a img {
	border: 0;
}

.column #header-container{
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EFEFEF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.column #container{
	width: 1000px;
	background: White;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.column #container-int{
	width: 1000px;
	background: White;
	background-image: url(../images/bg_1.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 390px;
}

.column #right{
	width: 670px;
	float: right;
	padding: 20px 25px 25px 0;
}
.column #left {
	width: 160px;
	float: left;
	padding: 20px 20px 0 20px;
	color: White;
}

.column #left ul{
`	margin-top: 10px;
}

.column #left ul li {
	list-style: none;
	font-weight: bold;
	margin: 0 0 0 -40px;
	padding: 0 0 0 20px;
	background-image: url(../images/bullet_1.jpg);
	background-repeat: no-repeat;
}

.column #left ul li a{
	color: White;
	text-decoration: none;
	
}

.column #left ul li a:hover {
	text-decoration: underline;
}


.column #header {
	width: 1000px;
	margin: 1px auto;
	border-bottom: 5px solid #E77817;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.column #main-row-container {
	width: 100%;
	background-color:black;
}

.column #footer {
	width: 1000px;
	margin: 1px auto;
	background-color: #E77817;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ECE89F;
	padding: 10px 0;
}

#main-menu ul{
	margin: 0;
	padding: 0;	
}

#main-menu ul li{	

	display: inline;
	background: #E77817;
	margin: 0 0 0 1px;
}

#main-menu ul li a img{	
	padding: 15px 20px 5px 20px;
	vertical-align: middle;
	background: #E77817;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.foto {
	border: 1px solid #E77817;
}