/* CSS Document */
a:link {
	color:#FFFF66;
}

a:visited {
	color:#FFFF99;
}

a:hover {
	color:#FF6600;
}

a:active {
	color:#FF6600;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {color: #DEB271}
.style10 {	margin: 2px 5px;
}
.style7 {	margin: 10px;
}
.style8 {	font-family: serif;
}
.style9 {	margin: 5px;
}
.pink{
	color:#FF00FF;
}

a {
	font-family: "Century Gothic", Papyrus, Corbel;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
#body {
	margin: 25px;
	min-width: 1000px;
	background-color: #86339D;
	background-image:url(../images/background_new.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	font-size:18px;
}

body,td,th {
	font-family: "Century Gothic", Papyrus, Corbel;
	color:#6699FF;
	font-size: large;
}
#gallery_pop-up	{
	display: none;
	z-index:100;
	position:fixed;
	left: 0px; 
	top: 0px;
	width: 600px;
	height: 800px;
	background-image:url(../images/lps_logo.png);
	background-repeat:repeat;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity: 0.5;
	text-align: center; 
	font-size: 14px; 
}

#header {
	margin: 0px;
	padding: 0;
	height: 140px;
	}
	
#info_bar	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color:#FF00FF;
	border:groove;
	border-color:#9900CC;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	}
#logo {
	width: 200px;
	height: 140px;
	float: left;
	margin: 0;
	padding: 0;
}

#primary_nav {
	vertical-align:top;
}

#tl {
	width: 264px;
}

#tr {
	width: 264px;
	float: right;
	top: 0px;
}

#t_center {
	width: 100%;
	float: inherit;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 190px;
	position: absolute;
	top: 0px;
	height: 100%;
}

#page_content {
}

#b_left{
	width: 45%;
	float:left;
	padding: 10px;
}

#b_right{
	width: 45%;
	float:right;
	padding: 10px;
}

#right_col {
	width: 190px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

#footer {
	text-align:center;
}
