﻿@import "assets/snippets/pcdtr/php/css.php";
/* stylesheet for landing page (home) in addition to standard layout  */

#container {
	top: 400px;
}

#content {
	top: 30px;
	width: 750px;
	margin-left: -375px;
	padding: 0px 10px 10px 10px; /* top right bottom left */
}

#home_clmn_newsmsg {
	position: absolute;
	width: 360px;
	left: 50%;	
	margin: 0px;
	margin-left: -180px;
}

#home_clmn_newslist {
	position: absolute;
	width: 170px;
	right: 50%;	
	margin: 0px;
	margin-right: -375px;
}

#home_clmn_gigs {
	position: absolute;
	width: 170px;
	left: 50%;	
	margin: 0px;
	margin-left: -375px;
}

#home_clmn_newslist UL,
#home_clmn_gigs UL {
	margin: 0;
	padding: 0;
	list-style: square;
}
#home_clmn_gigs UL LI{
	margin: 0 0 6px 0;
}

