body {
	background-color:#d7d7d7;
    font-family: 'GothamLightRegular';
}

p {
    font-family: 'GothamLightRegular';
	font-size: 14px;
	line-height: 2px;
}

h1 {
    font-family: 'GothamBoldRegular';
	font-size: 16px;
	line-height: 2px;
}

.header{
	width: 900px;
	height: 100px;
}

div.header div {
	float: left;
}

div.header div.column1 {
	width:125px;
	margin: 20px 0 0 20px;
}

div.header div.column2{
	width: 675px;
	margin: 20px 0 0 0px;
	vertical-align:bottom;
}

div.header div.column3{
	width: 675px;
	margin: 20px 0 0 40px;
	vertical-align:bottom;
}

.container{
	width: 900px;
	background-color:#FFF;
	margin:auto;
	border:solid;
	border-color: #dfd9c3;
}

#tabs {
	padding: 0px;
	background: none;
	border-width: 0px;
	width:900px;
}

#tabs .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 2.35em;
	text-align:center;
}
	
#tabs .ui-tabs-nav li {
	display: inline-block;
	float: none;
	margin: 0em;
}

#tabs .ui-tabs-panel {
	background: url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) repeat-x scroll 50% top #f5f3e5;
	border-width: 0px 1px 1px 1px;
}


a {
    color: #6d968d; text-decoration: none;
}
a:hover {
    color: #6d968d; text-decoration: underline;
}