.menu_entry
{
	display: block;
	align: right;
	float: left;
    	z-index: 200;
}

.menu_entry a
{
	color: white;
	text-decoration: none;
	border: 1px solid white;
	padding: 5px;
	//display: inline;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 180px;
	text-align: center;
}

.entry
{
	position: relative; 
	height: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    	#width: 400px;
	background: #6E82AF;
}

.entry_image
{
	width: 400px;
}

.entry_top
{
	position: absolute; 
	#padding-left: 10px;
	#padding-right: 10px;
}

.entry_bottom
{
	position: absolute; 
	bottom: 0;
	background: rgba(128,128,128,0.5);
	color: #FFFFFF;
	height: 100px;
	#padding-left: 10px;
	#padding-right: 10px;
	padding-top: 10px;
	width: 100%;
}

.entry_title
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.entry_desc
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
}

#main
{
	font-family: Helvetica, Arial;
	display: block;
    	width: 100%;
}

#header
{
	font-family: Helvetica, Arial;
	min-height: 60px;
	padding-top: 10px;
	//position: relative;
    	z-index: 100;
    	display: block;
    	width: 100%;
}

.basetext
{
	font-size: 1.5em;
}

.basetext a
{
	color: white;
	text-decoration: none;
}

#textarea 
{
	width: 710px;
	background: rgba(255,255,255,1.0);
	margin: 0 auto;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.textlink
{
	padding-left: 30px;
	padding-bottom: 20px;
}

.textlink a
{
	color: white;
	text-decoration: none;
	padding: 5px;
}


#title
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#menu
{
	float: left;
}


.selected_menu
{
	font-weight: bold;
}

.bxslider
{
}

.page
{
	background: #6E82AF;
	padding-left: 10px;
}

body
{
	background: #6E82AF;
	color: white;
}

#main .bx-wrapper
{
	box-shadow: 0 0 0px;
	background: transparent;
	border: 0px;
}