* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:1.5;
	background:url(../media/Layout/bg.jpg) center center repeat-y #dadbdd;
}
p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#000;
	padding-bottom:10px;
}

img {
	border:0px;
}

a {
	color:#990000;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3{
	color:#990000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

h2, h3{
	margin-top:20px;
}

div#main{
	width:800px;
	margin:0px auto;
}

div#header {
	width:800px;
	height:127px;
	background-color:#dadbdd;
	padding-top:10px;
}

div#content {
	float:left;
	width:600px;
	padding-top:40px;
}

div#content ul {
	margin-bottom:10px;
	margin-left:20px;
}

div#content ul li{
	list-style-position:outside;
	list-style-type:square;
	padding-bottom:0px;
}
