

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: .7em;
	color: #fff;
	background: #333 url("../img/bg.jpg") no-repeat center top;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	}
.none {
	display: none;
	}


/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 626px;
	}


/* ___| head |_____________________ */


#head {
	margin: 70px 0 0 0;
	width: 626px;
	height: 205px;
	text-align: center;
	background: #8cbb00 url("../img/bg_head.jpg") no-repeat;
	float: left;
	clear: both;
	}
#logo {
	margin: -40px auto 0 auto;
	width: 195px;
	height: 86px;
	z-index: 10;
	}
#logo a {
	width: 195px;
	height: 86px;
	display: block;
	background: url("../img/bg_logo.png") no-repeat left;
	position: relative;
	cursor: pointer;
	}
p#slogan {
	margin: 50px 0 0 27px;
	}
	
	
/* ___| menu |_____________________ */


menu {
	margin: 35px 0 0 140px;
	padding: 0;
	width: 420px;
	}
menu li {
	margin: 0;
	list-style: none;
	color: #fff;
	display: inline;
	}
menu li a {
	margin: 0 3px 0 3px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
menu li a:hover {
	text-decoration: underline;
	}


/* ___| content |_____________________ */


#content {
	margin: 0;
	width: 626px;
	min-height: 200px;
	background: #8cbb00 url("../img/bg_content.png") repeat-y;
	float: left;
	clear: both;
	}
#left {
	margin: 0;
	padding: 0 20px 0 0;
	width: 210px;
	background: url("../img/bg_right.png") repeat-y right;
	float: left;
	}
#right {
	margin: 0 0 0 20px;
	width: 170px;
	float: left;
	}
.item {
	clear: both;
	}
#text #right p {
	text-indent: 0;
	}
#text {
	margin: -15px 0 0 180px;
	width: 420px;
	position: relative;
	z-index: 10;
	float: left;
	clear: both;
	}
#text img.thumbs {
	margin: 6px 10px 10px 0;
	float: left;
	border: solid 2px #cfff3e; 
	}
	
#text img.photo {
	margin: 6px 10px 10px 10px;
	float: right;
	border: solid 2px #cfff3e; 
	}
	
#text h2 {
	margin: 0 0 .2em 0;
	color: #ffae00;
	font-size: 1.5em;
	}
#text h3 {
	margin: 1.0em 0 .2em 0;
	color: #ffcc00;
	font-size: 1.2em;
	}
#text p {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
	text-indent: 0em;
	text-align: justify;
	}
#text p.text_r {
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: right;
	}
#text p.noin {
	text-indent: 0;
	}
#text p em {
	color: #ffcc00;
	font-style: normal;
	}
#text a { 
	text-decoration: none; 
	color: #ffcc00; 	
	}
#text a:hover { 
	text-decoration: underline; 
	}
#text ul li {
	list-style: square;
	}
	
	
/* ___| footer |_____________________ */


#footer {
	margin: 0;
	width: 626px;
	height: 20px;
	background: #8cbb00 url("../img/bg_footer.png") no-repeat;
	float: left;
	clear: both;
	}
p#fot {
	margin: 5px 0 0 0;
	padding: 0 0 25px 0;
	width: 610px;
	text-align: right;
	color: #d6d6d6;
	float: left;
	}
p#fot a {
	text-decoration: none;
	color: #d6d6d6;
	}
p#fot a:hover {
	text-decoration: underline;
	}
p#fot span {
	color: #d6ae0a;
	}
