/* CSS Document */

#container {
	background-image: url(../_img/bg_container_start.jpg);
}
#content {
	background-image: url(../_img/bg_content_start.jpg);
	background-repeat: no-repeat;
}
		#content h1 {
			font-weight: bold;
			color: #CC4900;
			font-size: 1.1em;
			margin-bottom: 10px;
			padding-left: 17px;
			padding-bottom: 2px;
			width: auto;
			border-bottom: 1px dashed #BEC3A3;
		}
		#startLeft {
			width: 350px;
			float: left;
		}
				#startLeft h1 {
					font-weight: bold;
					color: #CC4900;
					font-size: 1.1em;
					margin-bottom: 10px;
					padding-left: 17px;
					padding-bottom: 2px;
					border-bottom: 1px dashed #BEC3A3;
				}
				#startLeft p {
					font-size: 0.8em;
					margin-bottom: 10px;
					padding-left: 20px;
					padding-right: 20px;
				}
		#startRight {
			width: 200px;
			float: left;
			margin-left: 34px;
		}
				#startRight h1 {
					font-weight: bold;
					color: #CC4900;
					font-size: 1.1em;
					margin-bottom: 10px;
					padding-left: 12px;
					padding-bottom: 2px;
					border-bottom: 1px dashed #BEC3A3;
				}
				#startRight p {
					font-size: 0.8em;
					margin-bottom: 10px;
					padding-left: 12px;
					padding-right: 12px;
				}
				#startRight td {
					font-size: 0.7em;
				}
