body{		text-align:center;
		font-family:Verdana, sans-serif;
		color:#555555;
		background:#a7eab7;
		margin:0;
		padding:0;
		}
#container{	
		width:800px;
		height:800px;
		background:#fdffce;
		margin:0 auto 0 auto;
		padding:0;
		text-align:left;
		}
#lead{width:800px;
		text-align:right;
	}
#lead h1{font-size:1em;
		color:#9b93ac;
		margin:0 3px 0 0;
		position:relative;
		top:32px;
}
#header{	width:800px;
		height:78px;
		background:#9b93ac;
		margin:30px 0 0 0;
		padding:0;
		position:relative;
		z-index:2;
		}
#header img{
		
		margin:-25px 0 0 4px;
		padding:0;
		position:absolute;
		z-index:3;
		}
#headText{
		float:right;
		color:#fdffce;
		position:absolute;
		right:3px;
		bottom:3px;
		z-index:4;
		padding:0;
		margin:0;
		vertical-align:bottom;
		line-height:1em;
	}
#headText p{
		margin:0;
		padding:0;
	}
#navigation{
		float:left;
		position:relative;
		left:150px;
		margin:-1px 0 0 0;
		padding:0;
		width:600px;
		z-index:4;
		
	}

#left ul{
		list-style-type:none;
		margin:0;
		padding:0;
		display:inline;
		font-size:.9em;
}
#navigation a{
		margin:0 10px 0 0;
		text-align:center;
		float:left;
		z-index:3;
		display:block;
		text-decoration:none;
		width:120px;
		height:16px;
		color:#9b93ac;
		padding:3px;
		position:relative;
		top:1px;
		font-size:.8em;
		line-height:50%;
		background:url("../images/szbutton.gif") no-repeat bottom left;
		outline:0;
}
#navigation a:hover{
		height:31px;
		background-position:top left;
		top:0;
		line-height:150%;
		
}
#main{margin:40px 0 0 0;
	}
#left{float:left;
		width:200px;
}
#left ul li{text-align:right;
		margin:0 20px 10px 0;
}
#left a, #box2 a{
		text-decoration:none;
		color:#9b93ac;
	}
#left a:hover, #box2 a:hover{color:#555;
}
#new{	margin:100px 0 0 20px;
}
#middle{
		float:left;
		width:380px;
		text-align:center;
		border: none;
}
#box{margin:50px 0 0 20px;
		border:1px solid #000;
	}
#middle img{margin:40px 0 0 0;
		border:1px solid #000;
}
#middle h2{
		width:100%;
		text-align:center;
		margin:25px auto 25px auto;
	}
#right{
		float:right;
		width:200px;
		position:relative;
		z-index:99;
}
#right p{margin:130px 0 0 0;}
#arrow{
		margin:0;
		position:absolute;
		top:-20px;
		right:0px;
}
#footer{
		clear:both;
		font-size:.6em;
		width:800px;
		height:50px;
		background:#cec5e3;
		text-align:center;
		position:absolute;
		top:780px;
		
}