/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: url(img/bckg.png);
	background-repeat: repeat;
	color: #555;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}

/* Main structure */
.main {
	background: #B4CC8F; 
	background-repeat: repeat;
	text-align: left;
	width: 798px; 
	position: absolute;
	top:0;
	left:250px;
	bottom:0;
}

/* Header */
.gfx {
	background: #222 url(img/SETU_logo.gif);
	background-repeat: no-repeat;
	height: 150px;
}
.gfx#playsmenuimage {
	background: #222 url(img/bgmenuplays.png);
	height: 150px;
}
.gfx#teammenuimage {
	background: #222 url(img/bgmenuteam.png);
	height: 150px;
}
.gfx#gallerymenuimage {
	background: #222 url(img/bgmenugallery.png);
	height: 150px;
}
.gfx#contactmenuimage {
	background: #222 url(img/bgmenucontact.png);
	height: 150px;
}

/* Menu */

.menu a {
	background: #000 url(bgmenu1.png);
	font-size: 1.2em;
	text-align: center;
	float: left;
	padding-top: 8px;
	width: 162px; height: 30px;
}
.menu a span {
	background: url(bgmenu1.png);
	padding-left: 6px;
}
.menu a:hover {
	background: url(bgmenu1.png);
	background: #5F7339;
	color: #EAF2DA;
}
.menu a:active {
	background: url(bgmenu1.png);
	background-position: -314px 0;
	color: #EAF2DA;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* Content */

 .content {
	padding-top: 80px;
	background: #B4CC8F;
	background-repeat: repeat-y;
	bottom: 0;
	clear: both;
}

.contentgallery {
	background: #B4CC8F;
	background-repeat: repeat-y;
	padding-top:50px;
	bottom: 0;
	clear: both;
}

.content h1 {
	margin: 0 0 12px;
	font-size: 1.4em;
 	font-family: Geneva, "MS Sans Serif", sans-serif;
	color: #004225;
	padding-left: 50px;
}
.content p {
	margin: 0 0 12px;
	font-size: 1.4em;
 	font-family: Geneva, "MS Sans Serif", sans-serif;
	width: 500px;
	text-align: justify;
    color: #004225;
	padding-left: 50px;
	padding-right: 50px;
}
.content p#extend {
	margin: 0 0 12px;
	font-size: 1.4em;
 	font-family: Geneva, "MS Sans Serif", sans-serif;
	width: 700px;
	text-align: justify;
    color: #004225;
	padding-left: 50px;
	padding-right: 50px;
}
.content img{
width: 200px;
height: 350px;
position: absolute;
right: 30px;
top: 250px;
}

.content img#button{
width: 151px;
height: 94px;
position: absolute;
right: 45px;
top: 250px;
}

.content p#plays {
	font-size: 1.4em;
 	font-family: Geneva, "MS Sans Serif", sans-serif;
	width: 300px;
	text-align: justify;
    color: #004225;
	padding-left: 50px;
	padding-right: 50px;
}

.content img#plays{
width: 360px;
height: 400px;
position: absolute;
right: 20px;
top: 250px
}

.content img#contactus{
width: 330px;
height: 330px;
position: absolute;
right: 35px;
top: 230px
}

.content img#contact{
width: 370px;
height: 370px;
position: absolute;
left: 20px;
top: 230px;
}

.content img#teamimg{
padding-top: 40px;
width: 160px;
height: 400px;
position: absolute;
right: 35px;
top: 230px;
}

.content img#teamimgmareech{
padding-top: 40px;
width: 160px;
height: 400px;
position: absolute;
right: 35px;
top: 300px;
}

.content img#teamimgteam{
width: 500px;
height: 170px;
position: absolute;
right: 150px;
top: 230px;
}

.content a{
	color:#004225;
}

.content a:hover {
	color: #50A17E;
}

.content p#teamteam{
font-size: 1.4em;
font-family: Geneva, "MS Sans Serif", sans-serif;
background: #B4CC8F;
position: absolute;
left: 100px;
top: 420px;
}

.content ul#teamteam{
font-size: 1.4em;
font-family: Geneva, "MS Sans Serif", sans-serif;
color: #004225;
position: absolute;
left: 100px;
top: 440px;
}
.content li#teamteam{
list-style: none;
padding-left: 50px;
}

.content p#teamold{
font-size: 1.4em;
font-family: Geneva, "MS Sans Serif", sans-serif;
position: absolute;
left: 100px;
top: 520px;
}

.team td{
padding-left: 50px;
font-size: 1.4em;
color: #004225;
font-family: Geneva, "MS Sans Serif", sans-serif;
}
.team td#right6{
padding-left: 115px;
font-size: 1.4em;
color: #004225;
font-family: Geneva, "MS Sans Serif", sans-serif;
}

/* Footer */
.footer{
	background: #B4CC8F;
	text-align: center;
	padding-top:80px;
} 