body {
font-family: 'Lucida Grande',Verdana,sans-serif;
font-size: 100%;
font-size: 0.8em;
line-height: 100%;
line-height: 1.2em;
color: #777;
}
h1 {
padding: 0;
background: url('../img/sunergeia.png') center center no-repeat;
margin: 0 auto;
width: 271px;
height: 120px;
}
h1 span {
display: none;
}
a:link, a:active, a:visited { color: #52A3DA; text-decoration:none;}
a:hover {color: #ACD145;text-decoration:underline;}
#container {
width: 950px;
margin: 0 auto;
padding: 0 42px;
min-height: 800px;
background: url('../img/grad_center.png') center center no-repeat;
overflow: hidden;
}
#top_img {
width: 950px;
clear: both;
height: 40px;
background: url('../img/grad_top.png') center bottom no-repeat;
}
#header {
background: url('../img/banner.png') center center no-repeat;
height: 120px;
width: 950px;
clear: both;
}

/* Menu in separate stylesheet */

#col1 {
width: 660px;
margin-top:20px;
padding:0 20px;
float: left;
}
#col2 {
width: 230px;
	margin-top:20px;
float: left;
overflow:hidden;
}
.colored {
	background:#ACD145;
	padding:20px;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	color:#FEFEFE;
	margin-bottom: 20px;
}
.colored a:link, .colored a:active, .colored a:visited { color: #52A3DA; text-decoration:none;}
.colored a:hover {color: white; text-decoration:underline;}
.blue {	
	background:#52A3DA;
}
.blue a:link, .blue a:active, .blue a:visited { color: #ACD145; text-decoration:none;}
.blue a:hover {color: white; text-decoration:underline;}
#bottom_img {
width: 950px;
margin: 0 auto;
clear: both;
height: 40px;
background: url('../img/grad_bottom.png') center top no-repeat;
}

fieldset { border: none; }

label { width: 180px; display:block; }
input[type=text] { width: 180px; border:1px solid #ACD145;}
textarea { width: 360px; border:1px solid #ACD145;}