/* Mint Chocolate Chip - (c) 2006 andrewstrojny.com *//* You may use this CSS and use its techniques in your own projects, but keep in mind the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2006 Andrew Strojny */ /* Enjoy! *//* ----- Structure and Layout ----- */body {	text-align : center;	background-color: #128d45;	min-width : 770px ;	}#wrapper {	width : 770px;	text-align : left ;	margin-left : auto ;	margin-right : auto ;	}	#header {	padding-top: 7px;	}#maincontainer {	float: left;	width : 770px;	min-height: 560px;	background:  url(../images/container.gif) repeat-y;	}	#maincontainercontent {float: left;	width: 770px;	padding: 5px 0 10px 50px;	}	#maincontainercontent ul {	margin: 0;	padding: 0 0 0 20px;	list-style: none;		}	#maincontainercontent li {	float: left;	margin: 0;	padding: 0 50px 0 0;	}#padding {	clear: both;	padding: 13px 0 0 0;	}#content {	float: left;	width: 175px;	padding: 5px 0 10px 40px;	}#newsbox {	float: right;	padding: 5px 0 0 0;	}	#innernews {	width: 475px;	margin: 0 40px 0 0;	padding: 7px 7px 7px 7px;	background: #EDF3EB;	border: 1px solid #DCEAD7;	}/* ----- Navigation -----  */#nav {	float: left;	padding: 0 0 2px 40px;	margin: 0;	}	#navinner {	float: left;	width: 690px;	height: 35px;	background: #ffffff;	border-top: 2px solid #666666;	border-bottom: 2px solid #666666;	}	#nav ul {	margin: 0;	padding: 0 0 0 20px;	list-style: none;		}	#nav li {	float: left;	margin: 0;	padding: 0 10px 0 0;	}	#nav li a {	float: left;	text-align: center;	margin: 5px 0 0 0;	padding: 4px 12px;	font-weight: bold;	text-decoration: none;	color: #666666;	border-bottom: 2px solid #ffffff;	border-right: 2px solid #ffffff;		}	#nav li a:hover {	color: #128d45;	border-bottom: 2px solid #ffffff;	border-right: 2px solid #ffffff;	background: #ffffff;		}	#nav li a.active {	color: #128d45;	background: #ffffff;	border-bottom: 2px solid #ffffff;	border-right: 2px solid #ffffff;	}	/* ----- Typography ----- */body {	font: small Verdana, Sans-serif;	line-height: 1.6em;	color: #444444;	}h1 {	padding-top: 10px;	font-size: 1.2em;	color:#422100	}h2 {	font-size: 1em;	font-style:italic;	color: #128d45;	}	h3 {	margin-left: 0;	padding: 0 10px 0 10px;	font-size: 1.1em;	line-height: 1.2em;	font-weight: bold;	color: #128d45;	}	#content p {	font-size: .8em;	line-height: 1.2em;	}#innernews p {	margin-left: 10px;	padding: 0 10px 0 10px;	font-size: .8em;	line-height: 1.2em;	}/* ----- Links ----- */#content a {	float: left;	text-align: left;	margin: 0 0 0 0;	padding: 4px 10px;	text-decoration: none;	color: #666666;	border-bottom: 2px solid #ffffff;	border-right: 2px solid #ffffff;		}	#content a:hover {	color: #128d45;	border-bottom: 2px solid #ffffff;	border-right: 2px solid #ffffff;	background: #ffffff;		}	#content a.active {	color: #128d45;	background: #ffffff;	border-bottom: 2px solid #ffffff;	border-right: 2px solid #ffffff;	}#footer a {	color: #333333;	text-decoration: none;	}#footer a:visited {	color: #333333;	text-decoration: none;	}#footer a:hover {	color: #422100;	text-decoration: underline;	}/* ------ Footer ----- */#footer {	text-align: center;	clear:both;	font-size: .8em;	color: #666666;	}	