@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808081;
	margin: 20px;
}
#container {
	border: 1px solid #808081;
	background-color: #FFFDEE;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#home_text_1 {
	width: 860px;
	margin-left: 50px;
	margin-top: 80px;
	margin-bottom: 60px;
}


#footer {
	height: 50px;
	width: 860px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808081;
	font-size: 12px;
	text-align: left;
	background-image: url(images/beka_smith_logo_sml.gif);
	background-position: right 12px;
	background-repeat: no-repeat;
}

#footer ul {
	position:relative;
	top:18px;
	list-style: none;
	display:inline;
	margin-left:0px;
	padding-left:0px
}

#footer ul li {
	display:inline;
	border-right-width: 1px;	
	border-right-style: solid;
	border-right-color: #808081;
	padding-right: 20px;
	padding-left: 20px;
}

#footer ul li.no_border {
	border-right: none;
}

#footer ul li.no_pad {
	padding-left: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer a {
	color: #808081;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer a.current {
color: #000000;
}

#work_table {
	margin-top:80px;
	margin-left:115px;
	margin-bottom: 60px;
	width:730px;
}

.thumb {
	width:100px;
	height:100px;
	float:left;
	margin-right:26px;
	margin-bottom:26px;
}

.thumbright {
	width:100px;
	height:100px;
	float:left;
	margin-bottom:26px;
}

#work_table_simon {
	position: absolute;
	left: 115px;
	top: 40px;
	width:730px;
	height:400px;
}

#work_table img {
	border:solid 1px #808081;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #808081;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.clear  {
	clear:both;
}
