/* CSS Document */
/* Reset browsers default margin, padding and font sizes */

* {
	margin: 0;
	padding: 0;
}
body {text-align: center;}
#Container {text-align: left;}

body {
	background-image: url(Mythark-bg.jpg);
	color: #20234c;
	text-align: center;
}
h1 {
	margin-bottom: 10px;
	font-size: 2em;
	margin-left: 0px;
	text-decoration: none;
}
#Container {
	margin: 0 auto;
	background-image: url(Mythark-bg2.jpg);
	width: 704px;
	text-align: left;
/* counter the body center */
}
#Header {
	background-image: url(Mythark-header.jpg);
	width: 704px;
	height: 312px;
}
#Body {
	margin-top: 10px;
	width: 704px;
	font-family: Tahoma;
	font-size: 12px;
}
#sidebar {
	width: 230px;
	float: right;
}
#main {
	width: 400px;
	margin-left: 30px;
	border-right: 1px dotted #20234c;
	height: 100%;
}




