body {
	background-color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}


#content {
	width:800px;
	height:512px;
	background-color:#e9e9e9;
	background-image:url(../images/bgrdContent.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	}


#txtBlock {
	width:800px;
	height:512px;
	padding:0;
	text-align:left;
	overflow:hidden;
	}

	#txtBlock h1 {
		width:320px;
		height:70px;
		padding:0;
		margin:0;
		font-size:6px;
		line-height:6px;
		overflow:hidden;
		color:#FFFFFF;
		background-image:url(../images/monicaLiebetanz.gif);
		margin-left:480px;
		margin-top:80px;
		}

	#txtBlock ul {
		width:230px;
		margin-top:90px;
		margin-left:570px;
		border-top:2px #ffffff solid;
		list-style-type:none;
		padding:0;
		z-index:2;
		}
		
		#txtBlock ul li {
			border-bottom:2px #ffffff solid;
			margin:0;
			height:38px;
			}
		
			#txtBlock ul li a {
				height:38px;
				width:230px;
				display:block;
				background-image:url(../images/btStartNo.gif);
				}
	
			#txtBlock ul li a:hover {
				background-image:url(../images/btStartHi.gif);
				}
	
			
				#txtBlock ul li a span {
					display:none;
					}

	#txtBlock p {
		font-size:11px;
		line-height:18px;
		margin-left:570px;
		margin-top:60px;
		color:#666666;
		}

	#txtBlock p a, #txtBlock p a:visited {
		color:#666666;
		}


#imgBlock {
	width:800px;
	height:512px;
	margin-top:-512px;
	display:block;
	z-index:1;
	}
	
	#imgBlock img {
		border:1px #ffffff solid;
		}
	
	#imagesSmall {
		margin-top:30px;
		margin-left:30px;
		float:left;
		}
	
	
	.imgSmall {
		width:140px;
		height:140px;
		margin-bottom:10px;
		}
	
	#imgLarge {
		width:360px;
		height:440px;
		float:left;
		margin-top:30px;
		margin-left:10px;
		}
	
#footer {
	width:800px;
	height:20px;
	text-align:right;
	color:#8d8d8d;
	font-size:11px;
	line-height:12px;
	}


