	/***************************************************************/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		font-size: 100%;
		font:normal 14px arial;
		color:#343434;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section, img {
		display: block;
	}
	body {
		line-height: 1;
		background:#e3e3e3;
	}
	ol, ul {
		list-style: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	a {
		outline: 0;
		text-decoration:none;
	}
	html, body {
		height:100%;
	}
	/***************************************************************/
	#wrapper {
		max-width:1100px;
		padding:0;
		background:#f1f1f1;
		min-height:100%;
		margin:0 auto;
		overflow:hidden;
	}
	#header {
		background:#fff;
	}
	#header h1 {
		color:#333;
		font:normal 20px "Trebuchet MS", Helvetica, sans-serif;
		line-height:20px;
		padding:10px 0;
		text-align:center;
	}
	#nav {
		height:35px;
		line-height:35px;
		padding:0 10px;
		border-top:solid 1px#b3b3b3;
		background:#f1f1f1;
		border-bottom: solid #555 5px;
		color:#ccc;
	}
	#content {
		background:#fff;
		padding:10px 5px;
		overflow:hidden;
		position:relative;
	}
	#main_content {
		/*background:#f1f1f1;*/
		background:#fff;
		margin-bottom:20px;
	}
	#right_col {
	}
	#box_1, #box_2, #box_3 {
		float:left;
		width:48%;
		background:#f1f1f1;
		margin-bottom:20px;
	}
	#box_1 {
		height:300px;
	}
	#box_2 {
		float:right;
		height:450px;
	}
	#box_3 {
		height:200px;
	}
	#footer {
		clear:both;
		border-top:solid 1px#b3b3b3;
		color:#ccc;
		font:normal 30px "Trebuchet MS", Helvetica, sans-serif;
		line-height:30px;
		padding:20px 0;
		text-align:center;
	}

	.wcbanner > img {
		border-radius:3px;
		width:100%;
	}


	/******************************************************************************************************************/
	
	@media screen and (min-width: 500px) {
		#header h1 {
			font-size:50px;
			line-height:50px;
			padding:20px 0;
		}
		#content {
			padding:20px 15px;
		}
	}/*/mediaquery*/
	
	/******************************************************************************************************************/
	@media screen and (min-width: 769px) {

		#content {
			padding:30px 15px;
		}
		#main_content {
			margin-right:320px;
			min-height:990px;
		}
		#right_col {
			position:absolute;
			right:15px;
			top:30px;
			width:300px;
		}		
		#box_1, #box_2, #box_3 {
			float:none;
			width:auto;
		}
		#box_1 {
			height:300px;
		}
		#box_2 {
			height:450px;
		}
		#box_3 {
			height:200px;
		}
	}/*/mediaquery*/
	




	/******************************************************************************************************************/
