* {
    padding: 0;
    margin: 0;
}

body {
	margin: 0;
    font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background:#fff;
}

html, body {
    height: 99%;
}

#wrapper {
    min-height: 100%;
    margin: 0 auto;
}

* html #wrapper {
    height: 99%;
}

#title {
	height:50px;
    border-top:1px solid #fff; /* invisible, makes left,center and right contentbox lines line up right. */
    padding: 2px 10px 10px 10px;
}

html>body #title {
	height:50px;
}

#titleicon {
    float: right;
    padding: 2px 0px 0px 0px;
}

#titlelogo {
    float: left;
}
	
#leftcontent {
	position:   absolute;
    left:       0px;
	top:        55px;
	width:      200px;
    font-size:  10px
	background: #fff;
}

#leftcontent h1 {
    color: #3f5947;
}

#rightcontent {
	position:   absolute;
	right:      0px;
	top:        65px;
	width:      200px;
    font-size:  10px;
	background: #fff;
}

#rightcontent h1 {
	font-size:12px;
    color: #3f5947;
}

#centercontent {
    margin-left:  199px;
   	margin-right: 199px;
	border-left:  1px dotted #9a7121;
    border-right: 1px dotted #9a7121;
   	margin-left:  201px;
   	margin-right: 201px;
    margin-bottom: 22px;
    padding-bottom: 40px;
    background:   #fff;
    
}

html>body #centercontent {
   	margin-left: 201px;
   	margin-right: 201px;
}

#centercontent a, link visited active {
    color: #9a7121;
    text-decoration: none;
    border-bottom: solid 1px #9a7121;
}

#centercontent a:hover{
    color: #3f5947;
    text-decoration: none;
    border-bottom: solid 1px #3f5947;
}

#centercontent a img {
    text-decoration: none;
    border: 0px none;
}


#centercontent hr {
    width: 300px;
    margin: 18px auto;
    height: 1px;
    border: 0px;
	background: #fff url(../images/parts/hbar.png) no-repeat center bottom;
}

#centercontent ul {
    font-size:10px;
    margin:0px 0px 10px 36px;
}

#footer {
    width: 680px;
    text-align: center;
    font-size:9px;
    color:#bbb;
    padding: 10px 0px 0px 0px;
    margin: -30px auto 0 auto;
}

#pushfooter {
    height: 30px;
}

#aboutmetext {
    color: #3f5947;
	font-size:9px;
    line-height: 13px;
}

.smalltext {
	font-size:9px;
}

.imgleft {
    float: left;
    padding: 0px 10px 10px 0px;
}

.meicon {
    float: left;
    padding: 0px 5px 5px 0px;
}

p,h1,h2,pre {
	margin:0px 10px 10px 10px;
}
	
h1 {
	font-size:14px;
	font-weight: bold;
    color: #3f5947;
	text-shadow: 0 2px 2px #999;
}

h2 {
	font-size:12px;
	font-weight: bold;
    font-style: italic;
    color: #9a7121;
	text-shadow: 0 2px 2px #999;
    margin-bottom: 4px;
}

h3 {
	font-size:22px;
	font-weight: bold;
    color: #3f5947;
	text-shadow: 0 2px 2px #999;
    margin-bottom: 4px;
}

h4 {
	font-size:14px;
	font-weight: bold;
    font-style: italic;
    color: #9a7121;
	text-shadow: 0 2px 2px #999;
    margin-bottom: 0px;
}

.titletext {
	margin: 0px;
}




	

	