html, body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, Verdana, Sans-Serif;
}
body {
	background: url(../images/background.jpg) repeat-x #e3e3e3;
	text-align: center;
	
}
#container {
	margin: 0 auto;
	width: 800px;
}

#menu {
	float: left;
}

#menu_photo { 
	float: left;
	height: 310px;
	
}

#content {
	clear: both;
}

#content_left {
	width: 400px;
	float: left;
	text-align: justify;
	margin: 30px 20px;
}

#content_right {
	width: 300px;
	float: left;
	text-align: center;
	margin: 30px 30px;
}

.fso {
	text-indent: 0;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.ourfirm {
	margin: 0 0 12px 0;
}

#content_full {
	width: 800px;
	margin: 30px 10px;
	float: left;
	text-align: justify;
}

#wrapper {
	background: url(../images/diamonds.jpg) no-repeat bottom right;
}

#footer {
	clear: both;
	height: 21px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #151731;
	border-top: 1px solid #000000;
}

#footer_1 {
	width: 800px;
	margin: 0 auto;
}


#adbay {
	float: left;
	text-align: left;
	width: 300px;
}

#sitemap {
	float: right;
	text-align: right;
	width: 400px;
}

#association_list {
	float: left;
	text-align: left;
	width: 300px;
}

#association_logos {
	float:left;
	width: 500px;
	text-align: right;
}

.team {
	line-height: 1.2em;
	text-indent: 0;
	
}

.team_img {
	float: left;
	padding: 0 10px 0 0;
	}

li {
	display: inline;
	padding: 5px;
	font-size: .8em;
}

.logo {
	margin: 0 0 0 -80px;
}

.links, .services {
	text-indent: 0;
}

.clear {
	clear: both;
	}
	
strong {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.right {
	float: right;
}

.center {
	text-align:center;
}