html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size:small;
	color: #fff;
	background: #eeeeee url(images/bkgTile.gif) repeat-x;
}
a {
	text-decoration: none;
	color: #1d5b8a;
	font-weight: 200;
}
a:hover {
	text-decoration: underline;
	color: #6594b7;
}
div#frameWork {
	background: url(images/logo.gif) no-repeat;
	width: 100%;
	padding-top: 50px;
}
#content {
	width: 100%;
	height: 349px;
	background: url(images/homeLeft.jpg) top left repeat-x;
}
.menu, .menu li, .menu ul {
	float:left;
	list-style-type:none;
}
ul.menu {
	background: url(images/menuBkgd.jpg) 0 -20px repeat-x;
	margin: 20px 0 0 0;
	padding: 0 0 0 5em;
	position: absolute;
}
.menu a {
	color: #ffffff;
	display:block;
	padding: 4px 0;
	width: 8em;
	line-height: 2.5em;
	text-align:center;
}
.menu a:hover {
	text-decoration:none;
	border-bottom: 1px #ffffff solid;
	color: #ffffff;
}
#footer {
	font-size: 80%;
	text-align:center;
	padding: 20px 0 0 0;
	color: #aaaaaa;
	font-weight: 200;
	position: absolute;
	bottom: 2em;
	width: 100%;
}
.seperator {
	border-bottom: 1px #aaaaaa solid;
	width: 20em;
	margin: auto;
}
.text2 {
	color: #666666;
}
.title {
	font-size: 120%;
}
.contentMain {
	position: absolute;
	width: 27em;
	float:left;
	clear:left;
	background: #f6f6f6 url(images/menuBkgd.jpg) 0 -6em repeat-x;
	margin: 6em 0 0 1em;
	padding: 1em 0 1em 1em;
	color: #ffffff;
	line-height: 2em;
}
.contentMain h1 {
	font-size: 200%;
	margin: 0;
	color: #cccccc;
	font-family: Verdana;
	font-weight:200;
}
.contentMain .text2 {
	color: #ffffff;
}
.contentMain a, .contentMain a:hover {
	color: #ffffff;
}
#controls {
	color: #ffffff;
	line-height: 1.4em;
	font-size: 70%;
}
.play #play, .pause #pause {
	display:none;
}
#portfolio ul, #portfolio li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#thumbCont {
	padding: 10px 0 0 0;
}
#thumbCont a
{
	display:block;
	float:left;
	background:#fff;
	margin: 0 20px 10px 0;
	text-align:center;
	padding: 10px;
	color:#444;
	font-size:x-small;
	line-height:2em;
}
.imgAct1 #thumbCont a.img1,.imgAct2 #thumbCont a.img2,.imgAct3 #thumbCont a.img3,.imgAct4 #thumbCont a.img4,.imgAct5 #thumbCont a.img5,.imgAct6 #thumbCont a.img6,.imgAct7 #thumbCont a.img7,.imgAct8 #thumbCont a.img8,.imgAct9 #thumbCont a.img9
{
	background:#aaafb5;
	color:#fff;
}
#thumbCont a:hover
{
	background:#dddfe0;
	text-decoration:none;
}
#thumbCont img {
	border: 0;
	width:80px;
	height:80px;
}
.thumbFrame
{
	background: #fff;
	padding:10px;
	margin:0 10px 10px 0;
	float:left;
}
#picViewer {
	margin-top: 20px;
	position:absolute;
	left: 31em;
	background-image: url(images/menuBkgd.jpg);
	background-repeat: repeat-x;
	background-attachment: inherit;
	background-position: -31em -20px;
	background-color: #f6f6f6;
	display:none;
}
.frame {
	background: #ffffff;
	margin: 20px;
}
.frame img {
	margin: 10px;
}
.gallery #picViewer, .gallery #photoCatTitle {
	display: block;
}
#content2 {
	width: 228px;
	height: 349px;
	background: url(images/homeCenter.jpg) no-repeat;
	float:right;
	display:none;
}
#content3 {
	width: 30%;
	height: 349px;
	background: url(images/homeRight.jpg) repeat-x;
	float:right;
	display:none;
}
.slideCont #content2,.slideCont #content3{display:block;}
