/* 
	CSS Document "cssDivs"
	2006 "Porscon Construction Ltd"
	{porscon.com}
	authored by glen erickson
	LiFT Interactive {liftinteractive.com}
*/

#container{
	position: absolute;
	left: 50%;
	width: 720px;
	margin: 0 0 0 -360px;
	padding: 0;
	display: inline;
	background-color: #fff;
}
#header{
	width:680px;
	height: 200px;
	float: left;
	padding:0;
	margin:0;
	display:inline;
	background-color: #fff;
}
#menu{
	float: left;
	width: 720px;
	height: 100px;
	background:#ccc url(images/menu-bg.jpg) no-repeat top left;
}
#gallery_content{
	float: left;
	width: 720px;
	background-color:#fff;
	margin:0;
	padding:0;
}
#content{
	width: 680px;
	float: left;
	margin: 0 0 0 20px;
	padding:0;
	display:inline;
}
/*	text1 is for index.php, 
	text2 is for content.php,
	text3 is for gallery.php  */
#text1{
	float: left;
	width: 440px;
	text-align: justify;
	display:inline;
	margin:0;
	padding:0;
}
#text2{
	float: right;
	width: 480px;
	text-align: justify;
	display:inline;
	margin:0;
	padding:0;
}
#text3{
	float: right;
	width: 480px;
	display:inline;
	margin:0 20px 0 0;
	padding:0;
}

/*  all side column styles  */
/*	sideContent1 is for index.php, 
	sideContent2 is for content.php,
	sideContent3 is for gallery.php  */

#sideContent1{
	float: right;
	width: 200px;
	background: transparent;
	border-top:5px solid #9f9f9f;
	display: inline;
	padding: 0 0 1px 0;
	margin: 15px 0 0 0;
	text-align: left;
}
#sideContent2{
	float: left;
	width: 160px;
	background: transparent;
	border-top:5px solid #9f9f9f;
	display: inline;
	padding: 0 0 1px 0;
	margin: 15px 0 0 0;
	text-align: left;
}
#sideContent3{
	float: left;
	width: 160px;
	background: transparent;
	display: inline;
	padding: 0;
	margin: 0 0 0 20px;
	text-align: left;
}
.news{
	width:175px;
	margin:0;
	padding:10px 5px 10px 20px;
	background:#e8e8e8 url(images/arrow-box.gif) no-repeat 6px 14px;
	font-size:9px;
	line-height:12px;
}
.news2{
	width:175px;
	margin:0;
	padding:10px 5px 10px 20px;
	background:#f1f1f1 url(images/arrow-box.gif) no-repeat 6px 14px;
	font-size:9px;
	line-height:12px;
}
#sidePic{
	margin:0;
	float:left;
	background-color:#e3e3e3;
	overflow: hidden;
	height: 100px;
	width: 160px;
}
#sideExtras{
	float:left;
	display:inline;
}


/*  feature styles  */

.feature {
	width:440px;
	height:77px;
	background:#fff url(images/dotline.gif) repeat-x bottom left;
	padding:15px 0 5px 0;
}
.feature_thumb {
	float:left;
	width:85px;
}


/*  footer styles  */

#footer{
	float: left;
	width: 680px;
	margin: 20px 0 0 20px;
	padding:14px 0;
	text-align:right;
	background: url(images/angle-lines.gif) repeat-x top left;
	display:inline;
}
#copyright {
	float:left;
	font-size:9px;
	color:#666;
}


/*  extras  */

.angles{
	float:left;
	background: url(images/angle-lines.gif) repeat-x top left;
	width:680px;
	height:11px;
	margin:10px 20px 0 20px;
	padding:0;
	display:inline;
}
.angles_news{
	float:right;
	background: url(images/angle-lines.gif) repeat-x top left;
	width:200px;
	height:11px;
	margin:0;
	padding:0;
}
.angles_sc{
	float:left;
	background: url(images/angle-lines.gif) repeat-x top left;
	width:160px;
	height:11px;
	margin:0;
	padding:0;
}