/* CSS Document */

body{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration:none;
}

a:visited {
	color: #ffffff;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#container{
	background-color: #f9f9f9;
	width: 978px;
	margin: 0 auto 0 auto;
	color: #333333;
}

#header{
	background-color: #ffffff;
	width: 975px;
	height: 72px;
	border: 1px solid #cccccc;
}

#header .style1{
	color: #FF00FF;
	font-family: Bodoni MT Black;
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
}

#Title{
	background-color: #e5e5e5;
	width: 930px;
	float: left;
	margin: 10px;
	font-size: 30px;
	color: #900404;
	line-height: 33px;
	text-shadow: #000000 2px 2px 1px;
	height: 32px;
	border: 1px solid #cccccc;
	padding: 10px;
}

#content{
	background-color: #ffffff;
	width: 950px;
	float: left;
	margin: 10px;
	margin-top: 30px;
	border: 1px solid #cccccc;
}

#margin{
	float: left;
	width: 170px;
}

#margin td{
	border:5px solid #900404;
	color:#000000;
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	width: 165px;
}

#main{
	float: right;
	width: 775px;
}

#main .style1{
	color: #FF00FF;
	font-family: Bodoni MT Black;
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
}

#main .style2{
	color: #000000;
	font-family: Arial;
	font-size: 25px;
	font-weight: lighter;
	font-style: normal;
}

#main .style3{
	color: #000000;
	font-family: Times New Roman;
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
}

#footer{
	font-size: 10px;
	line-height: 13px;
	clear: both;
	text-align:right
}

#container a:link {
	color: #900404;
	text-decoration:none;
}

#container a:visited {
	color: #900404;
	text-decoration:none;
}

#container a:hover {
	color: #900404;
	text-decoration:underline;
}