* {
    padding: 0;
    margin: 0;
} 

body {
background: #555;
font-family: Arial, tahoma, verdana ,Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #000000;
}

img { border: none; }
a { color: #3E92EA;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 0px auto 0 auto;
width: 900px;
}

#header { height: 125px;
padding-bottom:0px;
padding:0 px 0px 0px;
}
#header h1 {
font-size: 18px;
font-weight: 100;
letter-spacing: 0px;
padding: 0px 0px 0px;
}
#header h1 a {
color: #6c9823;
text-decoration: none;
}
#header h1 a:hover {
color: #6c9823;
text-decoration: none;
}
#header h2 {
color: #04049c;
font-size: 16px;
font-weight: bold;
padding: 0 0 0 5px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
	height: 30px;
	line-height: 30px;
	background:  url(images/menu.jpg) no-repeat;
	padding: 0px;
}
#menu ul {
padding-left: 12px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #6c9823;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #6c9823;
background:#555555;
text-decoration: underline;
}

#content {
background: #555 url(images/content.jpg) repeat-y;
padding: 10px 20px;
}

.left {
width: 575px;
float: left;
padding: 10px}

.left h2 {
color: #6c9823;
font-size: 18px;
font-weight:bold;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
width: 200px;
float: right;
padding: 10px;
border-left: 1px solid #6c9823;
font-size: 12px;
color: #6c9823;
font-weight:bold;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #04049c
line-height: 30px;
}
.right a { text-decoration: none }

#top {
background:  url(images/top.jpg) no-repeat;
padding: 0px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 10px;
padding: 0 0 10px 0;
}



.cell{display:table-cell;
width: 150px;
height: 82px;
float: center;
padding: 2px;}

.cell200{display:table-cell;
width: 300px;
height: 200px;
float: center;
background-color:#d1d1d1;
border:1px solid gray;
padding: 5px;}

.grid {display:table;
border-spacing: 4px;}

.row{display:table-row;}

.image{display: table-cell;
width: 180px;
background-color: #cccccc;
border:2px solid #6c9823;
verticle-align: top;
text-align: center; }

.image p {color: # 000;
font-size: 9px;
text-align: center;
padding-top: 8px;}