/* Original Copyright © 2009 Denmark D. Braga */
/* Dtm Digital Arts */

/* LINK STYLES */

a img {
	border:0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #5B8800;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

/* TEXT STYLES */

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.style1 {
	font-size: 12px;
	color: #222222;
}
.style2 {
	font-size: 11px;
	color: #222222;
}

/* GENERAL DEFINITIONS */

body {
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#all {
	width: 904px;
	margin: 0 auto;
}

/* SPECIFIC DEFINITIONS */

#header {
	height: 40px;
}
#sidebar {
	width: 240px;
	left: 52px;
	float: left;
}
#spacer1 {
	height: 15px;
}
#logo {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	height: 122px;
}
#spacer2 {
	height: 7px;
}
#blurb {
	text-align: justify;
	height: 210px;
}
#menu {
}
#btn-menu1, #btn-menu2, #btn-menu3, #btn-menu4 {
	height: 33px;
	background-image: url(btn-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
	margin-top: -4px;
}
#btn-menu1:hover, #btn-menu2:hover, #btn-menu3:hover, #btn-menu4:hover {
	background-image: url(btn-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -42px;
}
#logos {
	float: left;
	left: 32px;
	position: relative;
	margin-top: 35px;
	height: 460px;
}
#logos-top {
	clear: both;
}
#logos .u21 a {
	display: block;
	width: 316px;
	height: 230px;
	background-image: url(btn-logos.jpg);
	background-position: 0 0;
	float: left;
}
#logos .u21 a:hover {
	background-image: url(btn-logos.jpg);
	background-position: 0 460px;
}
#logos .eco a {
	display: block;
	width: 316px;
	height: 230px;
	background-image: url(btn-logos.jpg);
	background-position: -316px 0;
	float: left;
}
#logos .eco a:hover {
	background-image: url(btn-logos.jpg);
	background-position: -316px 460px;
}
#logos-bottom {
	clear: both;
}
#logos .epic a {
	display: block;
	width: 316px;
	height: 230px;
	background-image: url(btn-logos.jpg);
	background-position: 0 -230px;
	float: left;
}
#logos .epic a:hover {
	background-image: url(btn-logos.jpg);
	background-position: 0 -690px;
}
#logos .sped a {
	display: block;
	width: 316px;
	height: 230px;
	background-image: url(btn-logos.jpg);
	background-position: -316px -230px;
	float: left;
}
#logos .sped a:hover {
	background-image: url(btn-logos.jpg);
	background-position: -316px -690px;
}
#spacer3 {
	height: 87px;
	clear: both;
}
#footer {
}
#left-ico {
	float: left;
	top: 5px;
	left: 40px;
	position: relative;
	width: 19px;
	height: 31px;
	background-image: url(ico-leaf.jpg);
	background-repeat: no-repeat;
}
#left {
	float: left;
	left: 55px;
	position: relative;
}
#right-ico {
	float: left;
	top: 5px;
	left: 115px;
	position: relative;
	width: 19px;
	height: 31px;
	background-image: url(ico-leaf.jpg);
	background-repeat: no-repeat;
}
#right {
	float: left;
	left: 130px;
	position: relative;
}
#left a, #right a {
	color: #425D02;
	font-weight: normal;
}
#left a:hover, #right a:hover {
	color: #000;
	font-weight: normal;
}
