#container {
	position: fixed;
	margin: 0 auto;
	width: 800px;
	border-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #94B478;
	border-width: thin;
	background-color: black;
	}

#logo {
	z-index: 1;
	position: static;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 800px;
	height: 85px;
	background-image: url(images/cpmlogo.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}

#stripes {
	z-index: 1;
	position: static;
	left: 0px;
	right: 0px;
	top: 85px;
	margin: 0 auto;
	width: 800px;
	height: 20px;
	background-image: url(images/cpmstripes.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #000000;
	}

#leftmenu {
	margin-right: 100%;
	}

#rightmenu {
	margin-left: 480px;
	}
/** html #menu {
	border-left: 1px solid #b2b2b2;
	margin: 0;
}*/

#menu {
	width: 160px;
	margin: 0;
	float: left;
	overflow: visible;
	display: inline;
}

#maincolumn {
	padding-top: 10px;
	position: static;
	z-index: 5;
	top: 105px;
	width: 480px;
	border-style: solid;
	border-top-style: none;
	border-color: #94B478;
	border-right-width: 162px;
	border-left-width: 162px;
	background-color: #FFFFFF;
	}

#maintext {
	text-align: left;
	padding: 10px;
	}

#footer {
	border-top: 1px solid #b2c19d;
	font-size: .84em;
	margin-top: 30px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	}

body {
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: small;
	color: #1e372a;
	line-height: 1.4em;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #E0ECD5;
	}

img.photo {
	border: 1px solid #739b4d;
	}

img.floatleft {
	float: left;
	border: 1px solid #739b4d;
	padding: 1px;
	}

img.floatright {
	float: right;
	border: 1px solid #739b4d;
	padding: 1px;
	}

ul, ol {
	margin-top: 30px;
	}

li {
	list-style: circle;
	margin-bottom: 2px;
	margin-left: 20px;
	text-align: center;
	}

p {
	margin: 0 0 15px;
	}

h1, h2, h4, h6 {
	color: #276343;	
	line-height: 1.1em;
	padding: 10px;
	text-align: left;
	}

h3, h5 {
	color: #719641;	
	line-height: 1.1em;
	}

h1 {
	font-size: 1.8em;
	margin: 0 0 12px;
	}

h2 {
	font-size: 1.700000em;
	margin: 8px 0 10px;
	}

h3 {
	font-size: 1.4em;
	margin: 6px 0 10px;
	}

h4 {
	font-size: 1.25em;
	margin: 4px 0 8px;
	text-align: center;
	}

h5 {
	font-size: 1.15em;
	margin: 3px 0 6px;
	}

h6 {
	font-size: 1.1em;
	margin: 0 0 6px;
	}


/* @group MENU */

#menu ul {
	padding: 0;
	margin: 0;
	}

#menu li {
	list-style: none;
	margin: 0;
	text-align: left;
	}

#menu li a {
	text-decoration: none;
	color: #1e372a;
	display: block;
	padding-left: 15px;
	line-height: 32px;
	height: 32px;
	}

#menu li a.dk {
	background-color: #BAD0A9;
	}

#menu li a:hover {
	background: #9cc970;
	line-height: 32px;
	height: 32px;
	}

#menu li a.dk:hover {
	background-color: #9cc970;
	}

#menu li a:active {
	background: #ffffff;
	color: #999999;
	}

.storelink {
	margin-top: 25px;
	margin-right: 14px;
	margin-left: 13px;
	line-height: 1.2em;
	}

.storelink img {
	border: 1px solid #739b4d;
	}

.storelink a:link, .storelink a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: .88em;
	color: #2a4c0a;
	}

.storelink a:hover {
	color: #2a4c0a;
	text-decoration: underline;
	}

/* @end */


/* @group LINKS */

a {
	border=0;
	}

a:link {
	text-decoration: none;
	color: #360;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #693;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #9c3;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #d4e258;
	font-weight: bold;
}

/* @end */

