/**Cascading style sheet (C) LambDA Webdesign**/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px; }

div {position:relative;}

body {
	margin:15px 0;
	background:#000;
	text-align:center;
	font-family: verdana, geneva, sans-serif;
	font-size: 0.8em;
	color:#999;
}

a {color:#999; text-decoration:none;}
a:hover {color:#999; text-decoration:underline;}
a:visited {color:#999; text-decoration:none;}
a:active {color:#999; text-decoration:underline;}

a.linkopacity:hover img {
	opacity: 0.5;
}

#header {
	height:100px;
	background: transparent url(logo.gif) center no-repeat;
}
	
.container {
	top: 40px;
	margin:15px auto;
	width: 800px;
	background: transparent url(background.jpg) top repeat-x;
}

div.container_left {
	background: transparent url(background_left.jpg) top left no-repeat;
}

div.container_right {
	background: transparent url(background_right.jpg) top right no-repeat;
	height:227px;
}
.container img {
	width:229px;
	height:227px;
	margin:0px 5px;
	border:0px;
}
.text {
	background: transparent;
	position: absolute;
	top: 0px;
	left: 50px;
	font-size: 12px;
	color: white;
}

.text1 {left: 120px;}
.text2 {left: 307px;}
.text3 {left: 536px;}

#footer {
	width:900px;
	margin:70px auto 0px;
}

#sitemeter {display: none;}