* {
	margin: 0;
	padding: 0;
}
/* =General page settings
----------------------------------------------- */
body {
background: #E2DED9;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size: 11px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}
/* =Headings - Generic styles
----------------------------------------------- */
a img { border: none; }
a {
text-decoration: none;
font weight: bold;
font: bold;
color: #000;
}
a:hover {
text-decoration: underline;
color: #000;
}

#wrap {
position : relative;
width : 1000px;
margin-right : auto;
margin-left : auto;
padding : 0;
border : 0px solid green;
background : #fff;
}

#header {
background: #000 url(images/1000_blue_sky_tree_banner.jpg) no-repeat;
height: 200px;
width: 1000px;
}
#header h1 { 
font-size: 22px;
letter-spacing: 0px;
padding: 0px 0 10px 40px;
color: #fff;
}
a img { border: none; 
}

#header h1 a { background: transparent url(images/tric.png) no-repeat 0 0; display: block; height: 40px; overflow: hidden; text-indent: -9999px; width: 480px;
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 0px 0 0px 40px;
letter-spacing: 0px;
font-weight: 100;
}
#header h4 { 
font-size: 22px;
letter-spacing: 0px;
padding: 2px 10px 0px 850px;
color: #fff;
}
#header h5 { 
font-size: 10px;
letter-spacing: 1px;
padding: 0px 0 10px 40px;
color: #000;
}
#header h6 { 
font-size: 22px;
letter-spacing: 0px;
padding: 2px 10px 0px 830px;
color: #fff;
}

/* =Menu
----------------------------------------------- */

#menu {
height: 40px;
line-height: 40px;
background: #666666 url(images/d.blue_menu_1000_980.jpg) no-repeat;

}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 10px 0 10px;
text-decoration: none;
font-weight: bold;
font-size: 13px;
color: #fff;
display: block;
}
#menu ul li a:hover {
background: #3B6CB9;
}
#menu h1 {
padding: 5px 0px 0px 0px;
}

#content {
background: #666666 url(images/content.jpg) repeat-y;
padding: 10px;
}
.left h1 {
color: #000;
font-size: 18px;
font weight: bold;
padding: 5px 0 15px 0;

}
.imgleft {
float : left;
border : 0px solid #345411;
padding : 0px;
padding-top : 10px;
margin-right : 10px;
}
.imgleft2 {
float : left;
border : 0px solid #345411;
padding : 40px;
padding-top : 10px;
margin-right : 10px;
}
.left {
float: left;
width: 280px;
text-align: justify;
padding: 10px;

background: #fff;
border-right: 20px solid #fff;
border-top: 0px solid #000;
border-bottom: 0px solid #000;
border-left: 20px solid #fff;
}
.left h2 {
color: #000;
font-size: 20px;
font-weight: 100;
padding: 0px 0 15px 0;
border-bottom: 1px solid #8F0707;
}
.left h2 a {
text-decoration: none;
font-weight: bold;
}
.left h2 a:hover {
text-decoration: underline;
}
.mid {
float: left;
width: 280px;
text-align: justify;
background: #fff;
padding: 10px;
border-left: 0px solid #fff;
border-top: 0px solid #000;
border-bottom: 0px solid #8F0707;
border-right: 20px solid #fff;
}

.imgmid {
float : right;
border : 0px solid #345411;
padding : 10px;
padding-top : 10px;
padding-bottom : 10px;
margin-right : 0px;
}


.mid h2 {
color: #000;
font-size: 20px;
font-weight: 100;
padding: 0px 0 15px 0;
border-bottom: 1px solid #8F0707;
}
.mid h1 {
color: #000;
font-size: 18px;
font weight: bold;
padding: 5px 0 15px 0;
}
.right {

float: right;
width: 280px;
text-align: justify;
background: #fff;
padding: 10px;
border-left: 0px solid #fff;
border-top: 0px solid #000;
border-bottom: 0px solid #000;
border-right: 20px solid #fff;
}
.right h1 {
color: #000;
font-size: 18px;
font weight: bold;
padding: 5px 0 15px 0;
}
.imgright {
float : right;
border : 0px solid #345411;
padding : 0px;

margin-right : 0px;
margin-left : 10px;
padding-top : 10px;
}
.right h2 {
color: #000;
font-size: 20px;
font-weight: 100;
padding: 0px 0 15px 0;
border-bottom: 1px solid #8F0707;
}

/* ---------------------=    Float right image with caption  
HTML CODE
<div class="floatright">
<img src="images/image.gif" alt="" width="100" height="100"><br>
Caption here
</div>
<p>
Lorem ipsum dolor sit amet, consectetuer...
</p> ----------------------------------------------- */
.floatright  {

float: right;
width: 100px;
margin: 0 0 10px 10px;
background-color: #ddd;
padding: 10px;
border: 1px solid #666;
p { margin-top: 0; }
}


/* ---------------------=    Float right image with caption  E N D ----------------------------------------------- */

#bottom {
background: #E2DED9 url(images/d.blue_bottom_1000_980.jpg) no-repeat;
padding: 20px 0;
}

#footer {
text-align: center;
font-size: 12px;
color: #000;
}

