img { behavior: url(iepngfix.htc) }

html {
	background-image: url(../images/stripes.jpg);
	font-family: sans-serif;
	background-position: top center;
}

#menu {
	float: right;
}
#menu a {
	float: left;
	
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#container {
	text-align: left;
	color: white;
}

#container #corner-feature {
	position: absolute;
	right: -10px;
	top: -60px;
	z-index: 999;
}

#wrap {
	background-color: #000000;
	position: relative;
}

#footer {
	height: 30px;
}

h1 {
	color: #83508f;
	background-image: url(../images/underline-2px.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.7em;
}

h2 {
	color: #83508f;
	background-image: url(../images/underline-1px.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.5em;
}

h3 {
	color: #d00000;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.3em;
	
	background-image: url(../images/underline-1px.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	
	text-align: center;
}
h4 {
	color: #5d3965;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	
}
h5 {
	color: #ffff00;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	
	font-weight: 1200;
	text-align: center;
	
	font-style: italic;
}
h5.font {
	font-size: 2.5em;
}

a img {
	border: 0px solid black;
}	

p.content {
	text-align: left;
	background-image: url(../images/stripes-dark.png);
	background-position: top center;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #d00000;
}
strong.big {
	font-size: 120%;
}

p a {
	color: #5d3965;
	text-decoration: none;
}
 p a:hover {
	text-decoration: underline;
}