* {
	margin:0;
	padding:0;
}

body {
	background: #EBEBEB url(../images/wrapper-bg.gif) top center repeat-y;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #414141;
}

img {
	border:0;
}

.clearer {
	clear:both;
}

div#wrapper {
	line-height:120%;
	width:780px;
	margin-left:auto;
	margin-right:auto;
/*	background:url(../images/wrapper-bg.gif) repeat-y;*/
	padding-top:20px;
}

	div#head {
		background:#EBEBEB url(../images/head-bg.jpg) right repeat-y;
		border-top:1px solid #8A9796;
		width:780px;
		height:72px;
	}
	
		div#head a#logo {
			float:left;
		}
		
		div#head ul {
			float:right;
			list-style-type:none;
			margin-top:10px;
		}
		
div#columns {
	clear:both;
	background:url(../images/columns-bg.gif) no-repeat;
	height:19px;
}

div#content {
	width:660px;
	float:left;
}

div#side {
	float:right;
	width:113px;
	padding-top:112px;
}

div#foot {
	clear:both;
}

div#main {
	float:right;
	width:420px;
	margin-right:20px;
	padding-bottom:100px;
}

* html div#main {
	/* double margin bug */
	margin-right:10px;
}

	div#main p.align-justify {
		text-align:justify;
	}

	div#main h1 {
		color: #008373;
		font-size: 15px;
		letter-spacing: 1px;
		margin-top:40px;
		margin-bottom:20px;
	}
	
		div#main h1 span {
			/*background:url(../images/h1-dots.gif) no-repeat right center;*/
			padding-right:32px;
		}
	
	div#main h2 {
		margin-top:20px;
		margin-bottom:10px;
		font-size:14px;
	}

	div#main h3 {
		margin-top:15px;
		margin-bottom:5px;
		font-size:12px;
	}
	
	div#main p {
		line-height:140%;
		margin-bottom:10px;
	}
	
	div#main a {
		color:#14AF9D;
		text-decoration:none;
	}
	
	div#main a:hover {
		text-decoration:underline;
	}

	div#main ul {
		margin-left:15px;
	}

	div#main ol {
		margin-left:25px;
	}

	div#main li {
		margin-bottom:5px;
	}

		div#main li ul, div#main li ol {
			margin-top:5px;
		}

	div#main form {
	
	}

		div#main form fieldset {
			padding:10px;
			margin-bottom:10px;
		}

		div#main form div.form-row {
			padding-bottom:2px;
		}

		div#main form textarea {
			width:100%;
			height:200px;
		}

		div#main form div.error {
			color:#f00;
			padding-bottom:2px;
		}

			div#main form fieldset legend {
				color: #414141;
				font-size:11px;
				font-weight:bold;
				padding:2px;
			}

			div#main form fieldset fieldset {
			
			}

				div#main form fieldset fieldset label {
					display:block;
					width:100px;
					float:left;
				}
				
				div#main form fieldset fieldset input, div#main form textarea {
					background-color: #ECEBEB;
					border:1px solid #969696;
					color: #414141;
					font-size: 11px;			
				}

				div#main form fieldset fieldset input {
					width:200px;
				}

div#navigation {
	float:left;
	width:200px;
	padding-bottom:100px;
}

	div#navigation ul {
		list-style-type:none;
		border-bottom:1px solid #969696;
		width:121px;
		margin-left:50px;
		margin-top:92px;
	}
	
		div#navigation ul li {
			border-top:1px solid #969696;
		}

