/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

body {
	background: #ffc0e5 url(/images/side.jpg) top center repeat-x;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
}

h1 {
	text-align:right;
	font-size: 18pt;
}

h2 {
	text-align:right;
	font-size: 14pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 9pt;
}

img {
	border: none;
	padding:0;
}

img a {
	border:none;
}

#container {
	margin: 0 auto;
	width: 950px;
}

/* Header styles */
#header {
	clear:both;
    float:left;
    width:100%;
	background: url(/images/header.jpg);
	height:168px;		
}

#header h1 {
	font:normal 12pt georgia, times;
}

#header h1 a {
	color: #404040;
	text-decoration: none;
}

#header h1 a:hover {
	color: #666;
	text-decoration: none;
}

#header h2 {
	font:normal 8pt georgia, times;
	color:#333;
	margin:0;
}

.headerMenu {
	margin-top: 110px;
	list-style-type: none;
	text-align: center;
}

.headerMenu ul {
	margin:0;
	padding:0;
}

.headerMenu ul li {
	display: inline;
	text-align: center;
	margin: 0 10px;
}

.headerMenu ul li a {
	padding: 4px 15px;
	color: #de52b4;
	background-color: #ffc0e5;
	border: 1px solid #de52b4;
	text-decoration: none;
}

.headerMenu ul li a:hover {
	background-color: #de52b4;
	color: #ffffff;
}

	/* Footer styles */
#footer {
	background: url(/images/footer.jpg) no-repeat;
	height: 15px;
	text-align:center;
	padding: 15px;
	clear: left;
}
