* {margin:0;padding:0;border:0;}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #E1E1E1;
	color: #333;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	margin: 0;
	}

html {overflow-y: scroll;}	

#container {
	position: relative; 
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bgTemp.gif) transparent repeat-y 50.3% top;
}
*:first-child+html{background: url(../images/bgTemp.gif) transparent repeat-y 50% top;}

html>body #container {
   height: auto;
   min-height: 100%;
}

#upper {
	margin:0;
	padding: 0 0 50px; 
}

.site {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	background: white;
	background-color: white;
}

h1 {margin: 10px; padding: 0;position: relative;width: 760px;height: 120px;overflow: hidden;clear: both;}
h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 760px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url(../images/logoTemp.gif) #6699CC no-repeat top left;
	background-color: #c4af6b;
}
h1 span a {display: block;width: 760px;height: 120px;}

#menu {
	width:200px;
	float:right;
	margin-right:10px;
	font-weight:bold;
	padding-bottom:40px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #2e155c;
}
#menu h2 {
	background-color: #C4AF6B;
	height:24px;
	padding-left:10px;
	padding-top:4px;
	color:#fff;
	font-size:15px;
}
#menu ul li{display: block;float: left;width: 200px;font-size:15px;padding: 0 0 5px;margin-top: 10px;}
#menu ul li a{border-bottom: 1px solid #ccc; color:#222222;text-decoration: none; margin: 0 0 4px 10px;}
#menu ul li a:hover{border-bottom: 1px solid #777; color:#222222;text-decoration: none;}
	#menu ul li ul {width: auto;margin: 0 0 0 15px;}
	#menu ul li ul li {padding: 0;}
	#menu ul li ul li a{border-bottom: 1px solid #ccc; color:#222222;text-decoration: none;height:12px;margin-left:10px;padding-top:4px;color:#484848;font-size:12px;}
	#menu ul li ul li a:hover{border-bottom: 1px solid #777; color:#222222;text-decoration: none;}

#content {width:550px;margin:10px;padding-right: 10px;line-height: 20px;}
#content h2 {
	color:#2e155c;
	padding: 4px 0 0 0;
	margin-bottom: 10px;
	font-size:15px;
}
#content a {
	color:#2e155c;
}
#content a:hover {color:#FF8000;text-decoration:none;}
	.item {width: 100%;padding: 0 0 10px;}

.padzy {float:left;margin:0;}

/* = = = footer = = = */
#footer {
   position: absolute;
   bottom: -1px;
   width: 100%;
}

html>body #footer {
   bottom: 0;
}

	#footer .site {
		height: 50px;
	}
	
	#txt {
	font-weight:bold;
	margin:10px;
	clear:both;
	background-color: #2e155c;
	text-align:center;
	height:24px;
	padding-left:10px;
	padding-top:4px;
	color:#fff;
	font-size:10px;
}
	#txt a {color: #fff;}
	#txt a:hover {text-decoration:none;}

