/* CSS Document */

/*---[ undohtml ]-------------------------- */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }


body {
	background-color: #006633;
	margin-top: 20px;
}

p {
	margin-bottom: 1em;
}

#wrapper {
margin:0 auto;
width:750px;
background-color: #FFFFFF;
}

#main-content {
	
}
#main-content-left {
	width: 223px;	
	float: left;
}

#menu {
	width: 223px;
	
	background-image: url(../assets/images/mail-content-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#menu ul {margin-left: 33px; }
#menu li { 	}

#menu li a:link, #menu li a:visited {
	display:block;
	width:174px;
	height: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #cc7742;
	text-align: center;
}	

#menu li a:hover {
	background-color: #cbc1a1;
}
	
	
#content-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #cc7722;
}
	
#main-content-center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #5c5233;
	clear: none;
	float: left;
	width: 296px;
}
#main-content-right {}
	


#menu-footer {
	
	width: 223px;
	height: 248px;
	background-image: url(../assets/images/menu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
		}
		
#footer {
	width:750px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#footer-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cbc1a1;
	float: right;
	margin-right: 15px;
	margin-bottom: 20px;
}

#footer-text a:link, #footer-text a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cbc1a1;
	}
	
#footer-text a:hover {
	text-decoration: underline;
}

.picborder {
	padding: 3px;
	border: 1px solid #999999;
}
	
	
	
