@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-bottom: 5px;
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 10px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #F70B0B;	
}
.bold {
	font-weight: bold;
}
#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #F80B0B;
	border-bottom-color: #F80B0B;
	border-left-color: #F80B0B;
	padding-top: 5px;
	padding-bottom: 5px;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;

}
#wrapper:hover {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #F80B0B;
	border-bottom-color: #F80B0B;
	border-left-color: #F80B0B;
	padding-top: 5px;
	padding-bottom: 5px;
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1.0;
}
html {
	background-color: #000;
	background-image: url(../images/bgd_mw.png);
	background-repeat: repeat;
	background-attachment: fixed;
}


.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
