@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, abbr, big, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, em, img, q, samp, 
strong, dl, dt, dd, ol, ul, li, fieldset, form, input, label, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0; }
 
blockquote, q { quotes: "" ""; }
 
ol, ul { list-style: none; }
 
em { text-decoration: underline; }
 
del { text-decoration: line-through; }
 
strong { font-weight: bold; }
 
/*	--------------------------------------------------
Global
-------------------------------------------------- */
body {
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fffbe8 url(../Images/bg.jpg) repeat-x; }
 
a, a:hover, a:active { text-decoration: none; }
 
.indent { text-indent: -9999px; }
 
/*	--------------------------------------------------
Container
-------------------------------------------------- */
#container { width: 100%; }
 
/*	--------------------------------------------------
Header
-------------------------------------------------- */
#header {
	width: 949px;
	height: 128px;
	background: url(../Images/head.jpg) no-repeat;
	margin: 0 auto;
	position: relative; }
 
	#header .logo {
		width: 374px;
		height: 83px;
		position: absolute;
		top: 20px;
		left: 42px; }
 
		#header .logo a {
			height: 83px;
			display: block; }
 
	#header .advice {
		color: #8a262a;
		position: absolute;
		top: 10px;
		left: 477px; }
 
		#header .advice h1 { font-size: 28px; }
 
		#header .advice p {
			width: 228px;
			line-height: 24px;
			padding: 5px 2px; }
 
/*	--------------------------------------------------
Headline
-------------------------------------------------- */
#headline {
	width: 949px;
	height: 164px;
	background: url(../Images/headline.jpg) no-repeat;
	margin: 0 auto;
	position: relative; }
 
	#headline p {
		width: 720px;
		height: 65px;
		line-height: 22px;
		color: #a39578;
		position: absolute;
		top: 94px;
		left: 12px;
		overflow: hidden; }
 
/*	--------------------------------------------------
Wrapper
-------------------------------------------------- */
#wrapper {
	width: 949px;
	background: url(../Images/wrapper.jpg) 0 top no-repeat;
	margin: 0 auto;
	overflow: hidden; }
 
	#wrapper .nav {
		height: 44px;
		position: relative; }
 
		#wrapper .nav h2 {
			font-size: 22px;
			color: #554e2b;
			position: absolute;
			top: 13px;
			left: 20px; }
 
		#wrapper .nav ul {
			position: absolute;
			top: 13px;
			right: 20px; }
 
			#wrapper .nav ul li {
				font-size: 13px;
				font-weight: bold;
				color: #554f2c;
				background: url(../Images/nav-s.gif) right 0 no-repeat;
				display: block;
				padding-right: 10px;
				margin-right: 10px;
				float: left; }
 				
				#wrapper .nav ul li a { color: #554f2c; }
				
		#wrapper .nav .online {
			position: absolute;
			left: 360px;
			top: 14px; }
 
			#wrapper .nav .online h3 {
				font-size: 24px;
				color: #8a262a; }
 
			#wrapper .nav .online span { color: #8a262a; }
 
/*	--------------------------------------------------
Content
-------------------------------------------------- */
#content {
	padding: 45px 0 0;
	overflow: hidden; }
 
/* Colh */

#content #colh {
		width: 740px;
		float: left;
		padding-left: 14px;
		overflow: hidden; }
 
#colh .webcams {
	width: 175px;
	height: 203px;
	background: url(../Images/webcams.jpg) no-repeat;
	position: relative;
	padding: 0 5px 8px;
	float: left; }
 
	#colh .webcams a.name {
		font: bold 12px/29px Tahoma, Geneva, sans-serif;
		color: #FFF;
		display: block;
		position: absolute;
		left: 34px; }
 
	#colh .webcams a.view {
		width: 152px;
		height: 17px;
		position: absolute;
		top: 159px; }
 
	#colh .webcams img.avatar {
		width: 150px;
		height: 114px;
		border: 1px #7ba413 solid;
		background-color: #FFF;
		padding: 2px;
		position: absolute;
		top: 34px;
		left: 10px; }
 
	#colh .webcams ul {
		position: absolute;
		top: 182px;
		left: 30px; }
 
		#colh .webcams ul li {
			display: block;
			margin-right: 8px;
			float: left; }
 
			#colh .webcams ul li img { border: 1px #ffc580 solid; }
			
			
			/* Colh 2 */

#content #colh2 {
		width: 860px;
		float: left;
		padding-left: 134px;
		overflow: hidden; }
 
#colh2 .webcams {
	width: 175px;
	height: 203px;
	background: url(../Images/webcams.jpg) no-repeat;
	position: relative;
	padding: 0 5px 8px;
	float: left; }
 
	#colh2 .webcams a.name {
		font: bold 12px/29px Tahoma, Geneva, sans-serif;
		color: #FFF;
		display: block;
		position: absolute;
		left: 34px; }
 
	#colh2 .webcams a.view {
		width: 152px;
		height: 17px;
		position: absolute;
		top: 159px; }
 
	#colh2 .webcams img.avatar {
		width: 150px;
		height: 114px;
		border: 1px #7ba413 solid;
		background-color: #FFF;
		padding: 2px;
		position: absolute;
		top: 34px;
		left: 10px; }
 
	#colh2 .webcams ul {
		position: absolute;
		top: 182px;
		left: 30px; }
 
		#colh2 .webcams ul li {
			display: block;
			margin-right: 8px;
			float: left; }
 
			#colh2 .webcams ul li img { border: 1px #ffc580 solid; }
 
/* Sidebar */

#content #sidebar {
	width: 191px;
	padding-left: 4px;
	float: right; }
 
	#content #sidebar .block {
		width: 177px;
		background: url(../Images/block-b.gif) 0 bottom no-repeat;
		padding-bottom: 7px;
		margin-bottom: 10px; }
 
		#content #sidebar .block h3 {
			height: 29px;
			font-weight: bold;
			text-transform: uppercase;
			color: #c22d33;
			background: url(../Images/block-t.gif) no-repeat;
			padding: 11px 0 0 48px; }
 
		#content #sidebar .block ul {
			background: url(../Images/block-m.gif) repeat-y;
			padding-top: 10px; }
 
			#content #sidebar .block ul li a { color: #524234; }
 
				#content #sidebar .block ul li a:hover { color: #c32f37; }
 
			#content #sidebar .block ul li {
				color: #524234;
				background: url(../Images/icon-block.gif) 15px 2px no-repeat;
				display: block;
				padding: 0 20px 5px 35px; }
 
/*	--------------------------------------------------
Links
-------------------------------------------------- */
#links {
	width: 921px;
	background: url(../Images/links-b.gif) 0 bottom no-repeat;
	padding-bottom: 8px;
	margin: 15px auto; }
 
	#links h3 {
		height: 30px;
		font-size: 13px;
		font-weight: bold;
		color: #534334;
		background: url(../Images/links-t.gif) no-repeat;
		padding: 9px 15px 0; }
 
	#links span { display: inline-block; }
 
	#links ul {
		background: url(../Images/links-m.gif) repeat-y;
		padding: 10px 15px 0;
		overflow: hidden; }
 
		#links ul li a { color: #534334; }
 
			#links ul li a:hover { color: #c32f37; }
 
		#links ul li {
			width: 118px;
			line-height: 24px;
			color: #534334;
			background: url(../Images/icon-links.gif) 0 7px no-repeat;
			display: block;
			padding-left: 20px;
			margin: 0 10px 5px 0;
			float: left; }
 
/*	--------------------------------------------------
Footer
-------------------------------------------------- */
#footer {
	width: 100%;
	background: url(../Images/footer.jpg) 0 bottom repeat-x;
	margin: 0 0 10px;
	overflow: hidden; }
 
	#footer .foot {
		width: 949px;
		height: 136px;
		background: url(../Images/foot.jpg) 0 -4px no-repeat;
		margin: 0 auto;
		position: relative; }
 
		#footer .foot p {
			line-height: 26px;
			color: #534334;
			position: absolute;
			top: 46px;
			left: 25px; }
 
		#footer .foot a {
			font-weight: bold;
			text-decoration: underline;
			color: #c32f37; }

