body
{
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #161c41;
	overflow: auto;
}


.floatright
{
	background-color: #FFF;
	top: 0px;
	width: 350px;
	margin: 0;
	padding: 0;
}



/* Banner near top of page that says the name of the whole site */

#main-title
{
	height: 130px;
	width: 980px;
	padding: 0;
	margin: 0;
}


/* Styles for the main text on the page. */


#main
{
	
	position: absolute;
	left: 110px;
	top: 270px;
	width: 870px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #161c41;
	color: fff;
}




#main-top
{
	position: absolute;
	left: 110px;
	top: 130px;
	margin: 0;
	padding: 5px 5px 0px 5px;
	width: 100%;
	height: 130px;
	overflow: scroll;
	background-color: #FFF;
	text-align: left;
}

#main-text
{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	width: 420px;
	overflow: auto;
	display: block;
	background-color: #161c41;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 10px 0px 0px;
	padding: 10px 5px 0px 15px;
	visibility: visible;
}

#main-text .kop2
{
	color: #FFF;
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
}

#main-text h1
{
	color: #FFF;
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

#main-text h2
{
	color: #FFF;
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

#main-text p
{
	margin-bottom: 7px;
}
#main-text-double
{
	color: #FFF;
	width: 700px;
	float: left;
	display: block;
	background-color: #161c41;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 15px;
	visibility: visible;

}

#main-text .kop2
{
	color: #FFF;
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
}

#main-text update
{
	color: #FFF;
	font-family: arial, helvetica;
	font-size: 10px;
	font-style: italic;
}

#main-text2
{	position: absolute;
	left: 450px;
	top: 0px;
	color: #FFF;
	width: 340px;
	background-color: #161c41;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 15px;
	text-align: left;
}



/* Styles for the navbar on the left side. */

#left-menu
{
	
	position: absolute;
	left: 0px;
	top: 130px;
	width: 100px;
	font-size: 10px;
	display: block;
	background-color: #ffa724;
	padding: 5px 5px 25px 5px;
	height: 100%;
	margin: 0;
}

#left-menu a:link, #left-menu a:visited
{
	display: block;
	color: #161C41;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 8px;
	text-transform: inherit;
}

#left-menu a:hover {
color: #fff;
}


/* Styles for the footer */

#footer
{
	text-align: center;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .6em;
	margin-top: 0;
	background-color: #ffffff;
}


.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	}

a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a:hover {
text-decoration: none;
font-weight: bold;
color: #ffa724;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#title
{
	position: relative;
	left: 125px;
	top: 103px;
}

#email_title
{
	position: relative;
	left: 530px;
	top: 103px;
	font-size: 10px;
	font-weight: normal;
}

#gallery
{
	background-color: #FFF;
	padding: 5px 0px 5px 0px;
}

.gallery_img { padding: 0px 5px 0px 10px; }


.list-k
{
	text-decoration: none;
	font-weight: normal;
	color: #FFA724;
	padding-bottom: 12px;
	list-style-position: outside;
	padding-left: 20px;
}

.list-k li
{
	text-decoration: none;
	font-weight: normal;
	color: #FFA724;
	padding-bottom: 12px;
}
.select
{
	color: #FFA724;
	font-weight: bold;
}
.list-k-sub
{
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
}

.list-k-sub-select
{
	text-decoration: none;
	font-weight: normal;
	color: #FFA724;
	font-size: 10px;
}


