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

/* LINK STYLES */

img {
	border:none;
}
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;
}
.right{
	text-align: right;
}
.bold {
	font-weight: bold;
}
.style1 {
	font-size: 12px;
	color: #222222;
}
.style2 {
	font-size: 11px;
	color: #222222;
}
.style3-footer {
	color: #FFFFFF;
}
.style4-menu {
	font-size: 14px;
	color: #5B8800;
}
.style4-title {
	font-size: 24px;
	font-weight: bold;
	color: #5B8800;
}
.style5-caption {
	text-align: center;
	color: #5B8800;
	font-size: 10px;
}

.style5-captionblack {
	text-align: left;
	color: #000000;
	font-size: 10px;
}

.style6 {
	font-size: 9px;
	font-weight: bold;
	color: #222222;
}

/* GENERAL DEFINITIONS */

body {
	background-color: #7BAE00;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
#all {
	width: 1000px;
	margin: 0 auto;
}

/* SPECIFIC DEFINITIONS */

#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 115px;
}
#btn-home {
	position: relative;
	top: 60px;
	left: 70px;
	width: 50px
}
#menu {
	position: relative;
	top: 30px;
	left: 125px;
	width: 500px;
}
#menu a{
	font-weight: bold;
}
#menu-sub {
	position: relative;
	width: 400px;
	top: 20px;
	left: 530px;
	text-align: right;
}
#sidebar {
	float: left;
	width: 294px;
	padding-top: 30px;
	line-height: 30px;
}
#sidebar a{
	font-weight: normal;
}
#sidebar hr {
	color: #5B8800;
	height: 1px;
	width: 220px;
	position: relative;
	left: -40px;
}
#body-main {
	float: left;
	margin: 0 0 0 10px;
	width: 550px;
}
#body-top {
	background-image: url(body-top.jpg);
	height: 33px;
}
#body-bottom {
	background-image: url(body-bottom.jpg);
	height: 33px;
}
#footer-logo {
	background-image: url(footer-logo.jpg);
	width: 1000px;
	height: 121px;
	margin-top: 15px;
}
#footer {
	height: 37px;
	margin-bottom: 45px;
}
#footer a{
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
