body {
	background-color: #360;
	color: #333;
	font: .83em/1.4 "comic sans ms", verdana, arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, h5, table, form {
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	font-size: 150%;
	color: #036;
}
h2 {
	font-size: 125%;
	color: #066;
}
h3, h4, h5 {
	font-size: 110%;
	color: #006;
}

ul, ol {
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
}

a {
	color: #408000;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #039;
	background-color: transparent;
	text-decoration: underline;
}

acronym {
	cursor: help;
}

img {
	border: none;
}

/* wrapper encompasses all */
#wrapper {
	width: 760px;
	color: black;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	padding: 0;
	margin: 10px 0;
	height: 160px;
	background: #fff url(images/cinni_logo.jpg) center center no-repeat;
}

#header-pic {
	float: left;
}

.align-right {
	float: right;
	margin: 10px;
}

head+body #header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE bug fix; hide from mac \*/
* html #header { height: 1%; }
/* end hide */

/* content is holder for main and sidebar */
#content {
	padding: 1em;
	margin: 10px 0;
	border: solid #360 1px;
	height: 1%;
}

head+body #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE bug fix; hide from mac \*/
* html #content { height: 1%; }
/* end hide */

#right_col {
	width: 140px;
	float: right;
}

#main {
	width: 570px;
	float: left;
}

#bot-menu {
	clear: both;
	text-align: center;
	border-top: 1px solid #360;
	padding-top: 10px;
	margin-top: 30px;
}

#footer {
	clear: both;
	padding: 10px 2px;
	font-size: .83em;
	color: #666;
	text-align: right;
}

/* IE bug fix; hide from mac \*/
* html #footer { height: 1%; }
/* end hide */

.small {
	font-size: 83%;
}

.leftpic {
	float: left;
	padding-right: 10px;
}
.rightpic {
	float: right;
	padding-left: 10px;
}

.table {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}

.error {
	color: #c00;
}
