* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: Yellow;
    background: #5CBD9C url(images/bg.jpg);
}

h1 {
    padding: 0 0 0 80px;
    height: 100px;
    font-weight: normal;
    font-size: 40px;
    line-height: 64px;
    color: White; 
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

h1 span {
    padding-left: 5px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;    
}

h3 {
 padding: 10px 0 0 20px;
	    font-size: 14px;		   
   color: #CCCCCC;
    }

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #F0AF5D;
}

a:hover {
    text-decoration: none;
    color: #F0AF5D;
}

img {   
    border: none;
}

#main {
width: 100%;
text-align: center;
    background: url(images/bg2.jpg) repeat-x top;
}

#main2 {
    position: relative;
    margin: 0 auto;
    width: 936px;
    text-align: left;   
}

#header {
   height: 138px; width: 936px;
    background: url(images/bg2.jpg) repeat-x top;
}

#menu {
    padding-left: 58px;
    height: 38px;
	background: url(images/top.jpg) no-repeat bottom;	 
}

#menu ul {
    padding: 0;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
    width: 150px;
}

#menu ul li a {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    color: Black;
    background: #D0F6DD url(images/menu.jpg) no-repeat;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #30637B;   
}

#middle {
    background: Black url(images/middle.jpg) repeat-y;
}

#middle2 {
height: 1%;
    background: url(images/middle2.jpg) no-repeat top;
}

#middle3 {
padding: 32px 36px 0 36px;
height: 1%;
    background: url(images/middle3.jpg) no-repeat bottom;
}

#left {
    float: left;
    width: 634px;
}

#mainimg {
margin-bottom: 25px;
}

#left .box {
    padding-bottom: 20px;
		background: url(images/box.jpg) no-repeat top;
}

#left h2 {
    padding: 0 0 0 20px;
	    font-size: 18px;
		height: 50px;    
    line-height: 38px;  
}

#left ul {
    padding: 8px 0 8px 35px;
}

#left ul li {
    padding: 0;
    text-align: justify;
}

#right {
    float: right;    
    width: 212px;

}

#right h2 {
padding: 0 0 0 20px;
    height: 62px;
	font-size: 18px;
	 line-height: 38px;      
    	background: url(images/righth2.jpg) no-repeat top;
}

#right ul {
    list-style: none;
	padding: 0 0 25px 0;
}

#right ul li {
    padding: 0 0 0 15px;
	border-bottom: 1px solid #191919;   
}

#right ul li a {
    padding: 0;
	font-weight: normal;
	font-size: 12px;
      text-decoration: underline;
    line-height: 24px;
    color: #A9A9A9;
}

#right ul li a:hover {
    text-decoration: none;
    color: #A9A9A9;
}

.clearing {
    clear: both;
    height: 15px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 60px;
    height: 30px;   
}

#footer p {
position: relative;
top: -20px;
       font-size: 12px;
    line-height: 15px;
	color: #333333;
}

#footer a {
color: White;
}