#content {
	background: url(../img/copy_bg.gif) right repeat-y;
	padding-bottom: 45px;
	margin-top: 35px;
}

h1 {
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 10px 20px 10px;
}

#main, #side {
	float: left;
}

#main {
	width: 682px;
}

	#main p {
		margin-bottom: 10px;
	}

	#main .main_padded {
		padding: 0 10px 15px 10px;
	}

#side {
	width: 278px;
}

	.side_block {
		padding: 25px 15px 15px 20px;
		background: url(../img/sidebox_bg.gif) bottom repeat-x;
	}
	
		.side_block h2 {
			border-bottom: 1px solid #CCCCCC;
			margin-top: 3px;
			margin-bottom: 10px;
			padding-bottom: 5px;
		}
		
		.side_block #info {
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			font-size: 14px;
			color: #666666;
		}
		.side_block form input {
			border: 1px solid #CCCCCC;
			margin-bottom: 5px;
		}
		
		.side_block form .side_s {
			width: 70px;
		}
		
		.side_block form .side_l {
			width: 241px;
		}
	
	.first {
		padding-top: 0;
	}

h2 {
	font-size: 20px;
	color: #666666;
}

.container {
	margin: 0 10px 10px 0;
	border: 1px solid #e3e3e3;
}

	.container_head {
		height: 44px;
		border-bottom: 1px solid #e3e3e3;
	}
	
	.container_head h2 {
		float: left;
		margin: 10px 10px 0 9px;
		display: inline;
	}
	
	.container_head a {
		float: right;
		display: block;
		width: 44px;
		height: 44px;
		text-indent: -19000px;
		background-image: url(../img/container_expand.gif);
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #f9f9f9;
		border-left: 1px solid #e3e3e3;
	}
	
	.container_body {
		background: url(../img/container_bg.gif) repeat-x top;
		padding: 15px 10px 25px 10px;
	}
	
	.columns {
		padding: 0;
	}
	
		.container_body ul li {
			margin-top: 5px;
			line-height: 1.1em;
		}
	
		.container_coll, .container_colr {
			float: left;
			padding: 15px 10px 25px 10px;
		}
		
		.container_coll {
			background-image: url(../img/dot.gif);
			background-repeat: repeat-y;
			background-position: 334px 0;
			width: 315px;
		}
		
		.container_colr {
			background: url(../img/dot.gif) repeat-y left top;
			margin-left: -1px;		
			width: 316px;
		}
		
.inset {
	margin: 20px 0;
	padding-bottom: 10px;
	background: #f9f9f9;
}

	.inset .inset_head {
		height: 44px;
		background: url(../img/inset_head_bg.gif) repeat-x;
	}
	
		.inset .inset_head h2 {
			background: url(../img/inset_head.gif) left no-repeat;
			padding: 13px 0 0 10px;
			height: 31px;
		}
		
		.inset .inset_intro {
			border-bottom: 1px solid #eeeeee;
			padding: 10px;
		}
		
		.inset .inset_body {
			padding: 10px;
		}

form ul li {
	clear: both;
}
		
	form ul li span {
		float: left;
		padding-right: 10px;
		position: relative;
	}
	
	form ul li span.nopadding {
		padding-right: 0;
	}
	
		form ul li span.m {
			width: 321px;
		}
		
		form ul li span.xl {
			width: 652px;
		}
	
		form ul li span input, form ul li span textarea, form ul li span select {
			width: 100%;
			margin-bottom: 5px;
		}
		
option.sel{
	color: #999999;
	font-style: italic;
}

input, select, textarea {
	color: #666666;
	border: 1px solid #CCCCCC;
}

textarea {
	height: 100px;
}

input {
	height: 20px;
}