* {
	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/banner.jpg) no-repeat;
height: 200px;
width: 1000px;
}
#header h1 { 
font-size: 22px;
letter-spacing: 0px;
padding: 90px 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;
}


#menu {
height: 40px;
line-height: 40px;
background: #666666 url(images/menu.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: 100;
font-size: 14px;
color: #fff;
display: block;
}
#menu ul li a:hover {
background: #CC0000;
}
#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;
}
.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;
}


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

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