body {
	margin: 0;
	padding: 0;
	background: #c0cb19;
	font-family: arial;
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: scroll;
}

a {
	outline: none;
}

#wrapper {
	width: 975px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 975px;
	height: 100px;
	float: left;
}

#logo {
	width: 329px;
	height: 67px;
	position: absolute;
	top: 10px;
	left: 260px;
	background: url('../img/logo.gif') 0 0 no-repeat;
}

#social {
	position: absolute;
	top: 60px;
	right: 30px;
}

#social a {
	color: #000;
	text-decoration: none;
}

#social a:hover {
	text-decoration: underline;
}

#lunas {
	width: 268px;
	height: 94px;
	margin: 100px 0 0 -50px;
	background: url('../img/lunas.gif') 0 0 no-repeat;
}

#middle {
	width: 975px;
	float: left;
}

#left {
	width: 215px;
	float: left;
	text-align: right;
}

#left a {
	color: #000;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#left a.selected {
	text-decoration: underline;
}

#menu {
}

#contact {
	margin: 100px 0 0 0;
}

img.email {
    width: 143px;
    height: 18px;
}

#main {
	width: 700px;
	float: left;
	margin: 0 0 0 50px;
}

#main div.thumb {
	width: 219px;
	height: 194px;
	float: left;
	margin: 0 14px 9px 0;
	overflow: hidden;
	background: url('../img/bkg_thumb.gif') 0 0 no-repeat;
}

#main div.thumb a:hover {
	color: #000;
}

#main div.thumb img {
	width: 199px;
	height: 132px;
	position: relative;
	top: 12px;
	left: 10px;
	border: 0;
}

#main div.thumb div.title {
	width: 199px;
	height: 33px;
	position: relative;
	top: 22px;
	left: 8px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
}

#img {
	width: 680px;
	float: left;
	text-align: center;
}

#img img {
	width: 600px;
	margin: auto;
}

#img img.close,
#img img.ffwd,
#img img.rwd {
	position: absolute;
	right: 46px;
	top: 116px;
	width: 21px;
	height: 21px;
	border: none;
}

#img img.ffwd {
	right: 73px;
}

#img img.rwd {
	right: 100px;
}

#description {
	width: 646px;
	height: 78px;
	float: left;
	margin: 0 0 0 15px;
	text-align: left;
}

#description p.title,
#description p.subtitle {
	font-family: times;
	font-size: 18px;
	font-weight: 100;
	margin: 5px 0 0 0;
	padding: 0;
}

#description p.subtitle {
	font-size: 14px;
	margin: 10px 0 0 0;
}

#top,
#end {
	width: 680px;
	height: 5px;
	float: left;
	background: url('../img/bkg_img_top.gif') 0 0 no-repeat;
}

#mid {
	width: 680px;
	padding: 0 0 40px 0;
	float: left;
	background: url('../img/bkg_img_mid.gif') 0 0 repeat-y;
}

#end {
	background: url('../img/bkg_img_end.gif') 0 0 no-repeat;
}

#main p {    

}

#main a {
	text-decoration: none;
	color: #000;
}

#main a:hover {
	color: #fe5401;
}

#footer {
	width: 975px;
	float: left;
	padding: 100px 0 20px 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

.grey {
	color: #a399a1;
}

