/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
/* Left & Right alignment */
.left {float:left}
.right {float:right}
.wrapper {width:100%;overflow:hidden}
body {background:url(../images/bg.jpg) top center repeat;border:0;font:13px Arial, Helvetica, sans-serif, Trebuchet MS, Verdana;color:#323232;line-height:17px}
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.css3 {border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 0 4px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);behavior:url(js/PIE.htc);position:relative}
.body1 {background:url(../images/bg_footer.jpg) top center repeat;height:130px}
.main {margin:0 auto;width:960px;position:relative;}
.block {height:100px}
.extra {min-height:100%;height:auto !important;height:100%;margin:0 auto -100px}
body, html {height:100%}
a {color:#f09e2f;text-decoration:underline;outline:none}
a:hover {text-decoration:none}
h1 {float:left;padding:17px 0 0 0}
h2 {font-size:40px;text-transform:uppercase;font-weight:600;color:#F60;line-height:52px;padding:2px 0 33px 0}
h3 {font-size:20px;color:#fff;color:#fff;padding-left:35px;line-height:57px;margin-bottom:30px;background:#C30;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative;text-transform:uppercase;font-weight:600}
p {padding-bottom:17px}

#facebox {
		background-color: white;

		/* overlay is hidden before loading */
		display:none;

		/* standard decorations */
		width:750px;
		height:500px;
		border:10px solid #C60;

		/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(128, 128, 128, 0.698);

		/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		
		font-family:"Comic Sans MS";
		font-size:14px;
		color:#F60;
		text-align:center;
		
}