body{
background: #fff;
font-family:tahoma;
text-align:center;
font-size: 12px;
color:#000;
}

h1, .title {
font-size: 14px;
color:#4C6A00;
border-bottom: 2px solid #4C6A00;
margin: 0 0 16px;
padding: 0 0 2px;
font-weight: bold;
}


/*?=globals
------------------- */
*{margin:0;padding:0;}
img{border:0;}
table.layout{border-collapse:collapse;empty-cells:show;width:100%;}

.clear{clear:both;height:0;overflow:hidden;}

a {color:#04497C;}
a:hover{color:#000;}

li {zoom:1;}

/*?=wrap
------------------- */
.wrap {
background: #fff url('../images/header.jpg') left top no-repeat;
margin:0 auto;
text-align:left;
width: 1000px;
}

.wrap2 {
background: url('../images/footer.jpg') left bottom no-repeat;
min-height: 700px;
height: auto !important;
height: 700px;
}

.content {
padding: 340px 0 60px;
}

.content div.inner {
overflow: hidden;
position: relative;
background: url('../images/content.gif') left top repeat-y;
}

.left, .center, .right {
float: left;
}

.left {
width: 270px;
}

.center {
width: 530px;
}

.right {
width: 200px;
}


.pad {
padding: 0 15px;
}

.center p {
padding:  0 0 15px;
}


.left .text {
width: 230px;
padding: 0 6px;
}

.text p {
font-size: 11px;
}

.menu {
width: 242px;
margin: 0 0 15px;
background: url('../images/menu_bottom.gif') left bottom no-repeat;
}

.menu ul {
width: 242px;
background: url('../images/menu_top.gif') left top no-repeat;
list-style: none; 
min-height: 250px;
height: auto !important;
height: 250px;
padding: 25px 0 60px;
}

.menu li {
margin: 0 5px;
padding: 5px 25px;
background: url('../images/dots.gif') left bottom repeat-x;
}

.menu li a {
text-decoration: none;
}

.menu li p {
padding: 0 0 0 15px;
background: url('../images/icon.gif') left 50% no-repeat;
}

.images {
list-style: none;
padding: 0 0 15px;
}

.images li {
padding: 0 0 10px;
text-align: center;
}

.images li img {
vertical-align: middle;
border: 1px solid #000;
margin: 0 auto;
}

.footer {     
margin:-23px auto 0;
text-align:center;
width: 1000px;
}

.footer p {
font-weight: bold;
color:#fff;
}



