body {
	background-color: #ec8500;
	}

#container {
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 896px;
	margin: 0em auto;
	}
	
a:link, a:visted{
	color:ec8500;
	}
	
	/* left drop shadow */
	.ds_left {
		width: 32px;
		float: left;
		}
	
	.ds_main {
		width: 832px;
		float: left;
		}
		
		#header {
			background-color: #fff;
			background-image: url('../images/header_bg.gif');
			background-repeat: no-repeat;
			height: 9.6em;
			}
			
			#header h1, #header h2 { display: none; }
			
		#menu {
			background-color: #c3bbb1;
			height: 3.2em;
			}

		#content {
			/*background-color: #000;*/
			background-repeat: repeat-y;
			min-height: 240px;
			clear: both;
			border-top: 7px solid #fff;
			border-bottom: 7px solid #fff;
			}
			
			#con_col_left {
				width: 19.8em;
				padding: 2.5em;
				float: left;
				margin-left: 0px;
				}
				
				/* middle column layouts */
				#conBoth, #conLeft, #conRight { padding: 25px; } /* if you change the padding settings, make sure you adjust the widths below accordingly */
				#conBoth {
					width: 27.0em;
					float: left;
					}
					
				#conLeft {
					width: 55.8em;
					float: left;
					}
					
				#conRight {
					width: 52.6em;
					float: right;
					}
				
			#con_col_right {
				width: 19.8em;
				padding: 2.5em;
				float: right;
				margin-right: 8px;
				}
		
			.clearance { clear: both; }
		
		#footer {
			color: #fff;
			text-align: center;
			font-size: .8em;
			text-transform: uppercase;
			padding-top: 3.2em;
			height: 3.2em;
			clear: both;
			}
	
	/* right drop shadow */
	.ds_right {
		width: 32px;
		float: right;
		}

h1.title { color: #0055a5; font-size: 1.7em; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #f58f20; text-transform: uppercase; font-weight: bold; }
h3 { color: #0055a5; font-size: 1.3em; margin-bottom: 15px; }

.date2 { color: #0055a5; }

.payBtn{margin-top:10px;display:block;}
object:hover, embed:hover{border:0px solid;}

