* {
	margin: 0;
	padding: 0;
}

body {
/* background-image: url('images/bg_gradient.jpg');
background-repeat: repeat-x; */
background-color: #ffffff/*  background: #ff6666;  */
}

a{
	text-decoration: none;
	color: #000000;
}

a:link{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration:underline;
	color: #000000;	
}

.style1 {
	font-weight: bold
}

.style2 {
	font-weight: bold
}

.style3 {
	font-weight: bold
}

#container {
	width: 950px;
	/*background-image: url('images/else-bg1a.jpg');*/
	background-repeat: repeat-x;
	/*background-color: #b9c8c4;*/
	background-color: #ffffff;
	min-height: 500px;
	margin: 0px auto;
	margin-top: 10px;
}

#flashcontent {
	padding-top: 20px;
	margin-left: -10px;
	/*padding-right: 120px;*/
	
}

#album {
	width:950px; 
	height:500px; 
	z-index: 1000; 
}

#header {
	width: 950px;
	color: #000;
	height: 50px;
	overflow: hidden;
}

#header img {
	margin: 10px 0 0 0;
	border: 0;
}

#crumbtrail {
	width: 330px;
	padding: 7px 0 5px 170px;
	color: #1A1C1B;
	font-size: 12px;
	font-family: verdana;
}

#crumbtrail a {
	color: #81b8c3;
}

#columns {
	width: 950px;
	position: relative;
}

#logo_menu {
	width: 950px;
	margin: 0px auto;
	height: 125px;
	position: relative;
	margin-top: 10px;
}

#logo {
	float: left;
	width: 159px;
	height: 125px;
	background-image: url('images/logo.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0px auto;
	cursor: pointer;
}

#logo11 {
	position: absolute;
	left: -190px;
	top: 0px;
	width: 163px;
	height: 129px;
	background-image: url('images/logo.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#column_left {
	width: 136px;
	height: 475px;
	
}

#column_right {
	position: relative;
	float: left;
	width: 600px;
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-family: arial;
}

#column_right a {
	text-decoration: none;
}

#img {
	font-size: 14px;
	font-family: verdana;
	/*padding-top: 57px;
	padding-bottom: 20px;
	padding-left: 232px;
	padding-right: 20px;*/
	padding: 61px;
	text-align: center;
	width: 828px;
	min-height: 351px;
	position: relative;
}

#img_ {
	font-size: 14px;
	font-family: verdana;
	/*padding-top: 61px;
	padding-bottom: 20px;
	padding-left: 321px;
	padding-right: 20px;*/
	padding: 61px;
	text-align: center;
	width: 828px;
	min-height: 351px;
}

#img a {
	color: #0a2e45;
}

#footer {
	text-align: right;
	position: relative;
	padding-bottom: 7px;
	width: 950px;
	font-size: 12px;
	font-family: verdana;
	/* background-image: url('images/bg_hor1a.jpg'); */
}

#menulvl1, #menulvl2 {
	position: absolute;
	left: 150px;
	height: 20px;
	margin: auto;
	font-family:verdana;
	font-size:12px;
	padding-top: 6px;
}

#menulvl1 {
	width: 942px;
	padding-left: 8px;
	bottom: 16px;
}

#menulvl2 {
	width: 930px;
	background-color: white;
	padding-left: 20px;
	bottom: -4px;
}

#menulvl1 a, #menulvl2 a {
	margin-right: 20px;
}

#menulvl1 a.active, #menulvl2 a.active {
	text-decoration: underline;
}

