/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #720002;
	/* background-image: url(../images/d2.jpg);
	background-repeat: repeat-y; */
}
body,td,th {
	font-family: "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	padding-bottom: 1em;
	line-height: 1.4em;
}
a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: none;
	color: #69c;
}
a:active {
	text-decoration: none;
	color: #69c;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 { border-bottom-style:solid; border-bottom-width:2px; margin-bottom:0.5em; }
h2 { color: #7E1711; margin: 0 0 .3em; }
h4 { color: #777; }
#container {
	background: url(../images/d2-container.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 834px;
}
#header {
	height: 120px;
	width: 379px;
	background: url(../images/d2-header.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
	margin-left: 67px;
}
#headerMenu {
	padding: 73px 0 0 206px;
	width: 300px;
}
#headerMenu li {
	display: inline;
	padding-right: 15px;
	
}
#main, #footerBody {
	margin-left: 67px;
	width: 708px;
}
#sideBar {
	width: 175px;
	float: right;
	padding-top: 25px;
}
#mainBody {
	width: 475px;
}
#mainBody ul {
	padding-bottom: 1em;
	padding-left: 0px;
}
#mainBody li {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 40px;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
}
#footer {
	background: url(../images/d2-footer.png);
	background-repeat: repeat-y;
}
#footerBody {
	padding-top: 25px;
}
#footerBody p {
	color: #999;
}
#ender {
	height: 21px;
	background: url(../images/d2-ender.png);
	background-repeat: no-repeat;
}
.movie {
	display: block;
	padding: 0 5px;
	border: 1px solid #ddd;
}
li.quicktime {
	background-image: url(../images/icons/quicktime.jpg);
}
li.komu {
	background-image: url(../images/icons/komu.jpg);
}
li.flash {
	background-image: url(../images/icons/flash.jpg);
}
.twitter-widget { margin: 2em 0;}
.video { text-align: center; }
