
* {
	margin: 0px;
	padding: 0px;
}
BODY {
	font-family: sans-serif, verdana, arial, tahoma;
	font-size: 12px;
	color: #505050;
	text-align: center;
	width: 100%;
	height: 100%;
}


P, H1, H2, H3, H4, H5 {
	text-align: left;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

p.csc-caption {
	font-style: italic;
	font-size: 10px;
	color: Gray;
}

table.imgtext-table {
	padding-left: 20px;
	padding-right: 20px;
}


ul {
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 5px;
}
ul li {
	list-style-type: square;
}


P A {
	text-decoration: none;
	color: gray;
}
P A:visited {
	color: gray;
}
P A:hover {
	border-bottom: 1px dotted gray;
}
P A:active {
}

P {
	text-align: left;
	font-size: 12px;
}

/* unique IDs */
#container {
	background: url(../images/container-bg.png) repeat-y;
	position: absolute;
	width: 779px;
	height: auto;
	left: 50%;
	margin-left: -389px;
}

#banner {
	background: url(../images/banner.png) no-repeat;
	display: block;
	width: 779px;
	height: 191px;
}

#hmenu {
	background: url(../images/hmenu.png) no-repeat;
	display: block;
	width: 779px;
	height: 26px;
}

#content-area {
	background-color: transparent;
	display: block;
	width: 779px;
	height: auto;
	min-height: 50px;
	text-align: left;
}

#left {
   background-color: transparent;
	float: left;
	width: 274px;
	height: auto;
}

#left-top {
   background-color: transparent;
	width: 274px;
}

#left-mid {
   background: url(../images/col-two.png) no-repeat;
	width: 274px;
	min-height: 125px;
	padding-top: 10px;
}

#left-bottom {
   background: url(../images/col-two.png) no-repeat;
	width: 274px;
	min-height: 125px;
	padding-top: 10px;
}

#right {
   background: url(../images/col-one.png) top right no-repeat;
	float: right;
	width: 505px;
	height: auto;
	min-height: 299px;
	padding-top: 10px;
}

#footer {
	clear: both;
	background: url(../images/footer.png) no-repeat;
	display: block;
	width: 779px;
	height: 18px;
	color: #CFCFCF;
	font-size: 10px;
	line-height: 18px;
	
	
}

#bottom {
	background: url(../images/bottom.png) no-repeat;
	display: block;
	width: 779px;
	height: 26px;
}

/*--- Menu level 1 ---*/
#hmenu ul {
   list-style: none;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

#hmenu ul li {
	float: left;
	list-style-type: none;
}

#hmenu ul li a {
	display: block;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #97ADB0;
	line-height: 26px;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: none;
}

#hmenu ul li a:hover {
	color: #CFCFCF;
}

#hmenu ul li.act a {
	color: #CFCFCF;
}

/*--- Menu level 2 ---*/
#left-top ul {
   list-style: none;
	text-align: right;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#left-top ul li {
	display: block;
	list-style-type: none;
	border: 1px solid #9D9D9D;
	background-color: #B6B6B6;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 13px;
	width: auto;
	height: auto;
}

#left-top ul li:hover {
	border: 1px solid #163C43;
	background-color: #5D777B;
}

#left-top li.act {
	list-style-type: none;
	border: 1px solid #163C43;
	background-color: #5D777B;
}

#left-top ul li a {
	display: block;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #5D777B;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: none;
}

#left-top ul li a:hover {
	color:#CFCFCF;
}

#left-top li.act a {
	color:#CFCFCF;
}

#fotobook {
	padding: 20px;
}
