html, body {
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    height: 100%;
    width: 100%;
    background: url(/skin/urmel/images/collections/bg_collection_urmel.jpg) repeat-y #E8DDD3;
}

	#temp {
		width: 100%; 
		height: 100%;
	}

		#complete {
			width : 100%;
			height : 100%;
			border: 0px solid black;
			margin : 0px;
		}
		
			#header {
				border-top: 0px solid #BAB6A9; 
				border-left: 0px solid #BAB6A9; 
				border-right: 0px solid #BAB6A9;
				height : 100%; 
				width : 100%;
				background: url(/skin/urmel/images/collections/bg_header.jpg) repeat-x;
			}
				#banner {
					width : 1024px;
					height : 114px;
					border : 0px solid red;
					margin:0px;
					padding:0px;
					background: url(/skin/urmel/images/collections/header1_collection_urmel.jpg) no-repeat;
				}
				
				#header_gfx {
					width: 100%;
				}
				
					#navigation {
						width: 600px;
						height: 24px;
					    float: left;
					    margin-right: 2px;
					}
					
						#navigation ul li {
							list-style-type: none;
							display: inline;
						}
					
						#nav_below {
							padding: 0px;
							margin-top: 0px;
						}
						
						#nav_below a {
							color: #32230C;
							text-decoration: none;
							font-size: 12px;
						}
						
						#nav_below a:hover {
							text-decoration: underline;
						}
				
				#header_gfx1 {
					float:left;
					width: 321px;
					height: 24px;
					background: url(/skin/urmel/images/collections/header2_collection_urmel.jpg) no-repeat;
				}
					
				#header_gfx2 {
					float:left;
					width: 701px;
					height: 24px;
					background: url(/skin/urmel/images/collections/header3_collection_urmel.jpg) no-repeat;
				}
				
				#header_gfx3 {
					float:left;
					width: 255px;
					height: 65px;
					background: url(/skin/urmel/images/collections/header4_collection_urmel.jpg) no-repeat;
				}
				
				#history_line {
					width:100%;
					height:65px;
					padding:0px;
					margin:0px;
					border: 0px solid black;
					clear:left;	
					background: url(/skin/urmel/images/collections/header5_collection_urmel.jpg) repeat-x;
				}
				
					#navi_history {
						float: left;
						color: #32230c;
						width: 640px;
						min-width: 640px;
						height: 25px;
						padding-left: 0px;
						padding-top: 40px;
					}
				
				#navi_all {
					width : 100%;
					float: left;
				    border : 0px solid black;
				    padding: 0px;
				    margin : 0px;	height: 80%;
				}  
				
					#navi_main {
						height: 100%;
						float: left;
						width : 200px;
						min-width:235;
						padding-left : 20px;
						border: 0px solid black;
						repeat: repeat-y;
					}
					
						#navi_main ul li {
							list-style-type: none;
						}
						
						#nav_main {
							padding-left: 15px;
						}	
						
						#navi_main a {
							text-decoration: none;
							color: #32230c;
						}
						
						#navi_main a:hover {
							text-decoration: underline;
						}
						
							.mainMenuLink_layer1 {
								font-weight: bold;
								font-size: 11px;
								margin-top: 10px;
							}
			
					#contentArea {
					    vertical-align: top;
					    padding-top: 1em;
					    color:  #32230C;
					    text-decoration: none;
					    border : 0px solid black;
					    width : 720px;
						float: left;
					}
					
						#contentArea .headline {
						    font-weight : bold;
						    padding: 3px;
						    border-style: none none solid none;
						    border-width: 1px;
						    border-color:  #43351D;
						    margin-bottom: 1.5em;
						    font-size: 12px;
						}
						
						#contentArea a { 
						    color: #32230C;
						    text-decoration: none;
						    font-weight : normal;	
						}
						
						#contentArea a:hover {
						    text-decoration: underline;
						}
						
						#contentArea img {
							border: none;
						}