body {
	position: relative;
	float: left;
	width: 820px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FF3300;
}

a:hover {
	background: none;
}

/*Title bar */
#title {
	clear:both;
	position: relative;
	background: url(images/rotating/rotator.php) no-repeat right top;
	float: left;
	width: 810px;
	height: 100px;
	color: #7ea632;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
} 

#t1{
	position: absolute;
	top:20px;
	left: 50px;
	font-size: 30px;	
}
#t2{
	position: absolute;
	top:20px;
	left:207px;
	font-size: 30px;
	font-weight: bold;	
}
#t3{
	position: absolute;
	top:60px;
	left: 50px;
	text-transform: lowercase;
	font-size: 15px;
	font-style: italic;	
}

/* Menu */
#menu {
	clear:both;
	position: relative;	
	background: url(images/imgtab01.jpg) repeat-x left top;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 12px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 25px 5px 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

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

/* Page */

#page {
	clear:both;
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
	background: url(images/img03.jpg) no-repeat left top;
}

.post .meta {
	padding: 15px 20px;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.post .entry {
	padding: 5px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	border-bottom: 1px dashed #D2D4C9;
	
	font-size: 13px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #787878;
}

#sidebar li {
	color: #7ea632;
}

#sidebar li ul {
	padding: 10px;
	color: #787878;
}

#sidebar li li {
	line-height: 20px;
	background: url(images/img05.jpg) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
	color: #787878;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #79A73B url(images/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #ffffff;
}

#sidebar a {
	color: #787878;
}

/* Footer */

#footer {
	clear:both;	
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(images/imgff04.jpg) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #416110;
}

#footer p {
	margin: 80px 10px 0 320px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
}

/* Industry News */

#industry {
	float: center;
	width: 550px;
	border-bottom: 1px dashed #D2D4C9;
	font-size: 13px;
}

#industry ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #787878;
}

#industry li {
	color: #FF0000;
		border-bottom: 1px dashed #D2D4C9;
}

#industry li ul {
	padding: 10px;
	color: ##FF0000;
}

#industry li li {
	line-height: 20px;
	padding-left: 15px;
	color: #787878;
}

#industry h2 {
	padding: 5px 10px;
	background: #79A73B url(images/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #ffffff;
}

#industry a {
	color: ##FF0000;
}