@import url(layout.css);

html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

body {
	font-size: 62.5%;
}

#header {
	color: #fff;
}

#header h1 {
	font-family: serif;
}

#header h2 {
	font-size: 1.2em;
}

#wrap {
	font-size: 1.1em;
	line-height: 1.4em;
	background: #555 url(../images/wht_back.png) 15em 0 repeat-y;
	overflow: hidden;
	/*height: 100%;*/
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	font-family: Bembo, Bodoni, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 2.1em;
	line-height: 1.4em;
}

h2 {
	font-family: Bembo, Bodoni, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.8em;
}

h3 {
	font-family: Bembo, Bodoni, Georgia, serif;
	font-weight: bold;
	font-size: 1.4em;
}

#leftBar {
	
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

a, a:link, a:visited {
	color: #00a;
}

a:hover, a:active {
	color: #a00;
}

.floatclear {
	display:inline-block;
	width:100%;
}
/* Hide from IE-mac \*/
* html .floatclear {
	height:1%;
	width:auto;
}
.floatclear {
	display:table;
}
/* End hide from IE-mac */
