@charset "utf-8";


#tempbox {
	padding:0px;
	width:650px;
	height:230px;
	margin:0px auto;
	text-align:center;
	background-position:center;
	background-image: url(images/LP%20designs%20logo.png);
	background-repeat:no-repeat;
}

#page {
	width:964px;
	background-color:#090909;
	margin:0px auto;
	position:relative;
	padding:20px;
}

.logo {

	width:464px;
	height:70px;
	float:left;

}

.menu {

	width:500px;
	height:70px;
	padding-top:15px;
	text-align:center;
	float:right;
}

#menuText {
	color:#CCCCCC;
	font-size:13px;
	}
	
#menuText a {
	color: #FFFFFF;
	letter-spacing:1px;
}

#menuText a:hover {
	color: #000000;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	
}



.mainHeader {
	clear:both;
	height:250px;
	background:#FF0000;
	margin-bottom:30px;
}

#mainContent {


}

.itemLeft {
	padding-top:10px;
	float:left;
}

.itemRight {
	padding-top:10px;
	float:right;
	padding-right:100px;
}


.leftColumn {
	float:left;
	width:560px;
}

.middleColumn {
	width:50px;
	height:420px;
	float:left;
	background-image:url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.rightColumn {
	float:right;
	width:350px;
}

.leftColumn1 {
	float:left;
	width:660px;
	padding-bottom:10px;
}

.imgLeft {
	float:left;
	padding:10px;
}

.imgRight {
	float:right;
	padding:10px;
}
	

.middleColumn1 {
	width:50px;
	height:420px;
	float:left;
	background-image:url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.newsItem {
	width:350px;
	padding-bottom:10px;
}

#footer {
	clear:both;
	height:70px;
	position:relative;
	background-image:url(images/dividerV.gif);
	background-repeat: repeat-X;
	background-position:top;
}


.column1, .column2, .column3 { 

	float:left;

}

.lineDivide {
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(images/whiteDivider.gif);
	background-repeat:no-repeat;
	background-position: center center;
}