body {
	text-align:center;
	background-color:#353535;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#container {
	margin: 0 auto;
	width: 701px;
	text-align:left;
}

#headerLeftContainer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	color:#FFFFFF;
}

#headerLeftContainer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	color:#FFFFFF;
	text-decoration:none;
}

#headerRightContainer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
	padding-top:15px;
}

#contentDiv {
	margin-left:20px;
	margin-right:20px;
	font-size:10pt;
}

#copyRightText {
	font-size:10px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}

a.srollover1 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/aboutme.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover1 {
	background-position: 0 -41px;
}


a.srollover2 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/services.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover2 {
	background-position: 0 -41px;
}


a.srollover3 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/featuredin.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover3 {
	background-position: 0 -41px;
}


a.srollover4 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/contactme.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover4 {
	background-position: 0 -41px;
}



a.sactiveover1 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/aboutme.gif") 0 -41px no-repeat;
	text-decoration: none;
}

a.sactiveover2 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/services.gif") 0 -41px no-repeat;
	text-decoration: none;
}

a.sactiveover3 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/featuredin.gif") 0 -41px no-repeat;
	text-decoration: none;
}

a.sactiveover4 {
	display: block;
	width: 102px;
	height: 41px;
	background: url("images/contactme.gif") 0 -41px no-repeat;
	text-decoration: none;
}

.featured {
	text-align:center;
}

.featured img {
	margin-left:3px;
	margin-right:3px;
	margin-bottom:6px;
}


#galleryDiv {
	margin-left:20px;
	margin-right:20px;
	text-align:left;	
}

#galleryPixDiv {
	margin-left:20px;
	margin-right:20px;
	text-align:center;	
}

/*
#galleryPixDiv img {
	border:1px solid #9673C9;
}
*/


#galleryTitle {
	font-size:12pt;
	font-weight:bold;
}

#galleryText {
	text-align:center;
	font-weight:300;
	font-size:8pt;
}


#contactLeftPanel {
	text-align:right;
	border-right: 1px solid #CCC;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}

#contactRightPanel {
	text-align:left;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}

.contactLeftSpanTop {
	font-weight:bold;
	font-size:12pt;
}


.textContainerLeft {
	z-index:2;
	background-color:#FFFFFF;
	width:400px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:10px;
	padding:5px;
}

.textContainerRight {
	float:right;
	z-index:2;
	background-color:#FFFFFF;
	width:240px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:5px;
	
}