/*
=====================================================
				COMMON
=====================================================
*/

@media screen and (max-width:640px) {
header {width:100%;}
}

a {
	color:#000;
}

a:hover {
	color: #96988a;

}

a:hover img{filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#info_bar {
	background-color:#e3e3e3;
	font-size:12px;
	padding:5px;
}


iframe {
	border:0;
	margin-bottom:20px;
}



/*
=====================================================
				reset
=====================================================
*/

dl, dd, p, form, input {
	margin:0;
	padding:0;
}

ul {
	list-style:none outside;
	margin:0;
	padding:0;
}

ul img {
	vertical-align:bottom;
}

a img {
	border:none;
}

div.clearFloat, p.clearFloat {
	clear:both;
}

h1 {
	margin:0;
}

div.contentLine{
	padding-top:18px;
}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, 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, section {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
	
html {
	font-size: 62.5%; 
}
	


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
	

	
ol, ul {
	list-style: none;
}
	
blockquote, q {
		quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
	
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/	
	
body  {
	height:100%;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}

.clearfix {width:100%;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}