#main {
	height: 798px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../public/images/siteimages/bckg.jpg);
	background-repeat: no-repeat;
	padding-top: 22px;
}
#logowrapper {
	float: left;
	width: 250px;
	margin-left: 40px;
}
#strapline {
	float: left;
	width: 233px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	margin-bottom: 5px;
	font-weight: bold;
}
#logo {
	float: left;
	width: 250px;
}
#linkholder {
	float: left;
	width: 230px;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	padding-left: 8px;
}
#navbar {
	float: right;
	width: auto;
	min-width: 360px;
	height: 29px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
#navcurve {
	float: left;
	width: 10px;
	height: 29px;
	background-image: url(../public/images/siteimages/navcurve.png);
}
.navitem {
	float: left;
	width: auto;
	min-width: 80px;
	height: auto;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 7px;
}
#itemholder {
	float: right;
	width: auto;
	min-width: 350px;
	height: 29px;
	background-image: url(../public/images/siteimages/navbar.png);
	background-repeat: repeat-x;
}
#newsholder {
	float: left;
	width: 600px;
	min-width: 350px;
	height: auto;
	margin-top: 170px;
}
#body {
	float: left;
	width: 700px;
	height: auto;
	min-height: 120px;
	margin-top: 5px;
	margin-left: 130px;
}
#imageHorz {
	float: left;
	width: 700px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#descriptionHorz {
	float: left;
	width: 700px;
	height: auto;
	margin-top: 20px;
}
#descriptionVert {
	float: left;
	width: 300px;
	height: 400px;
	margin-top: 10px;
	margin-left: 50px;
}
#imageVert {
	float: left;
	width: 290px;
	height: 400px;
	margin-top: 10px;
	margin-left: 10px;
}
#contentcontainer {
	float: left;
	width: 920px;
	height: auto;
	margin-top: 10px;
	margin-left: 40px;
}
#welcome {
	float: left;
	width: 310px;
	height: auto;
	margin-right: 20px;
	margin-top: 170px;
}
#about {
	float: left;
	width: 250px;
	height: auto;
	margin-top: 170px;
}
#news {
	float: right;
	width: 250px;
	height: auto;
	margin-right: 20px;
}
#portfolio {
	float: left;
	width: 550px;
	height: auto;
}
.ptitle {
	float: left;
	width: 550px;
	height: auto;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
#portHorz {
	float: left;
	width: 600px;
	height: 250px;
	margin-top: 30px;
	margin-left: 50px;
}
.portholder {
	float: left;
	width: 120px;
	height: 100px;
	text-align: center;
	background-image: url(../public/images/siteimages/portholder.png);
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
}
#iconwrapper {
	float: left;
	width: 550px;
	height: auto;
}
.porticon {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #360;
	margin-left: 35px;
	margin-top: 10px;
}
.portitle {
	float: left;
	width: 120px;
	height: auto;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
}
#aboutustitle {
	float: left;
	width: 570px;
	height: auto;
	margin-top: 180px;
}
#aboutuscontainer {
	float: left;
	width: 570px;
	height: auto;
	font-size: 12px;
	color: #000;
}
#aboutbody {
	float: left;
	width: 920px;
	height: auto;
	margin-top: 125px;
	margin-left: 40px;
}
#newsstorycontainer {
	float: left;
	width: 570px;
	height: auto;
	font-size: 12px;
	color: #000;
}
#footer {
	float: left;
	width: 600px;
	height: auto;
	margin-top: 20px;
}
#slideshow {
	position:relative;
	height:240px;
	margin-left: 20px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 240px;
	margin-top: 0px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 200px;
	display: block;
	border: 0;
	margin-bottom: 15px;
}
#imageouter {
	float: left;
	width: 700px;
	height: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.outer {
	width: 700px;
	height: 300px;
	margin-top: 10px;
}
.inner {
	width: 690px;
	height: 25px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	bottom: 0px;
	background-image: url(/public/images/portfolio2/textbckg.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 5px;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#portfoliopage {
	float: left;
	width: 550px;
	height: auto;
	margin-top: 220px;
}

