/*
Theme Name: Elevate Communications
Author: Gates Media
*/



/*-------------------------------------------    
    General Selectors
-------------------------------------------*/

body {
     background-image: url('http://www.tucanhotel.com/i/bg.gif');
     background-repeat: repeat;
     background-color: #ffffff;
     font-family: Georgia;
     font-size: 16px;
     padding: 0px;
     margin: 0px;
 }
 
img {border: 0px;}

a, a:link, a:visited {color: #077917; text-decoration: none; }
a:hover {text-decoration: underline;}

h1 {font-weight: normal; color: #077917; margin-left: 15px; padding: 0px;}

h1.sidebar {font-weight: normal; color: #077917; margin-left: 0px; padding: 0px;}

#sidebar { margin-left: 0px; padding: 0px;}

#home_content {margin-left: 15px; margin-right: 10px; margin-top: 0px;}

#page_content {margin-left: 15px; margin-right: 10px; margin-top: 0px; width: 425px;}

#navigation {padding: 0px; margin: 0px;}

#navigation li {list-style: none; display: inline; font-size: 14px; text-transform: uppercase; margin-right: 5px;}

#navigation li a { color: #000000; text-decoration: none;}

#navigation li a:hover { color: #077917; text-decoration: none;} 

#footer {
 	font-size: 12px;
 	text-align: left;
 	padding: 8px;
 	margin-top: 0px;
 	margin-left: 25px;
 	color: #8F8F8F;
 }
 
 #copyright {
 	font-size: 10px;
 	text-align: center;
 	margin-top: 20px;
 	margin-left: 25px;
 	color: #c3c3c3;
 }