@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}
#theContent {
	margin:0 auto;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	width:945px;
	height:751px;
	padding:50px;
	padding-bottom:0;
}
#wrapper {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:100%;
	background-image: url(images/topbg.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
#logo {
	width:160px;
	height:31px;
}
#leftColumn {
	float:left;	
}
#rightColumn {
	float:right;
	width:746px;
	
}

.menu { 
	width: 140px;
	text-decoration:none;
	padding: 17px;
}

.menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.menu a
{
	display: block;
	padding: 6px;
	width: 115px;
	color: #ADB96E;
	font-weight:bold;
	text-decoration:none;
}
.socialMenu { 
	width: 140px;
	text-decoration:none;
	padding: 17px;
	padding-top:0;
	padding-bottom:0;
}

.socialMenu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.socialMenu a
{
	display: block;
	padding: 5px;
	padding-right:0px;
	width: 125px;
	font-weight:normal;
	color:#ADB96E;
	font-weight:bold;
	text-decoration:none;
}

a {
	font-weight:bold;	
	color: #ADB96E;
	text-decoration:none;
}
#header {
	text-align:center;	
	padding-bottom:30px;
}
#flashHeader {
	text-align:center;	
	margin-bottom:20px;
}
#leftContent {
	float:left;	
	width:340px;
	overflow:hidden;
	padding:20px;
	padding-right:10px;
	margin-bottom:30px;
}
#rightContent {
	float:right;
	width:340px;
	overflow:hidden;
	padding:20px;
	padding-left:10px;
	margin-bottom:30px;
}
.contentPiece {
	padding:20px;
	position:relative;
	min-height:90px;
}
* {
	outline:none;	
}
.contentHeader {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#1F2626;
	border-bottom:solid;
	border-bottom-color:#ADB96E;
	border-bottom-width:2px;
	margin-bottom:10px;
	padding-bottom:2px;
}
#work .contentText {
	height:150px;
	overflow:hidden;
}
.name {
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	color:#1F2626;
}
.job {
	font-size:8px;
	color:#333;
	padding-bottom:15px;
}

#theFooter {
	color:#FFF;
	clear:both;
	overflow:hidden;
	width:100%;
	height:272px;
	background-image:url(images/bottombg.jpg);
	background-repeat:repeat-x;
}
#footerContent {
	position:relative;
	margin: 0 auto;
	width:961px;
	background-image:url(images/footer.jpg);
	padding-top:105px;
}

#aLittleInfo {
	position:absolute;
	left:25px;
	top: 100px;
	width:280px;
}
#siteSections {
	width:180px;
	position:absolute;
	left:306px;
	top: 68px;
}
#social {
	width:177px;
	position:absolute;
	left:504px;
	top: 86px;
}
#social .socialMenu a {
	font-weight:bold;	
	color: #ADB96E;
}
#contactBlock {
	width:233px;
	position:absolute;
	left:727px;
	top: 89px;
}
#contactBlock ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

