/* CSS File for Princess Waltz */

/*--- COMMON STRUCTURE ---*/

* {
	padding: 0;
	margin: 0;	
}

body {
	background: #FFF url('/images/header_bg.jpg') repeat-x top;
	margin: 0 auto;
	font-family: 'Arial', Tahoma, Helvetica, Verdana, sans-serif;
	text-align:center;
}

img, div, h2 { behavior: url('iepngfix.htc'); }

:focus {
	outline: 0;
}

#page {
	margin: 0 auto;
	width: 1024px;
}

#header {
	background: url('/images/sd.gif') no-repeat left;
	height: 150px;
	position:relative;
}

#header h1 {
	text-indent: -5000px;
	background: url('/images/header_logo.jpg') no-repeat right;
	line-height: 150px;
}

#header h1 a {
	display: block;
	height: 150px;
	width: 331px;
	margin-left: 693px;
}

#header h2 {
	position: absolute;
	top: 110px;
	left: 190px;
	}

#sidebar {
	width: 172px;
	float: left;
}

#content {
	float: left;
	width: 852px;
	text-align: center;
}

#footer {
	background: url('/images/bluegradient_h.gif') no-repeat top;
	height: 20px;
	padding: 20px;
	with:852px;
	margin: 0 0 60px 172px;
	color: #86ADDC;
}

#footer p {
	margin:0 0 10px 0;	
}

/*--- COMMON TYPO --- */

h3 {
	color: #86addc;
	font-size: 2em;
	margin: 0 0 10px 0;
}

/*--- Various classes --- */

.clearfloat {
	clear:both;	
}

.fleft {
	float: left;
}

.fright {
	float: right;	
}