html,body{
	margin:0;
	padding:0;
	margin-top: 20px;
}

body{
	font: 76% arial,sans-serif;
	text-align:center;
	background: #151B54;
	min-width: 700px;
}

img {
	border: 0px;
}

img a {
	border: 0px;
}

p{
	text-align: right;
	color: white;
	margin-right: 10px;
	margin-bottom: 5px;
}

a{
	color: blue;
	text-decoration: none;
}

a:hover{
	color: white;
}

h2 {
	font-size: 22px;
	color: blue;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 6px;
}

h2 a {
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: underline;
}

hr {
	padding-top: 0px;
	margin-bottom: 15px;
	color: #EDDA74;
	width: 500px;
	align: left;
}

ol {

}

ol li {
	margin-left: 20px;
	padding-top: 5px;
	font-size: 13px;
	color: black;
}

#header{
	height:720px;
	width:100%;
	background: url('images/master.jpg') no-repeat;
}

#header h1{
	height:100px;
	margin:0;
	line-height: 100px;
	color: white;
	font-size: 40px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container{
	text-align:left;
	background: #FFF;
	width: 1000px;
	margin:0 auto;
}

#content p{
	font-size: 13px;
	margin-left: 0px;
	margin-right: 0px;
}


#content {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
	min-height: 0px;
	text-align: center;
}

#footer p{
	margin:0;
	padding-top:18px;
	padding-bottom:2px;
	text-align: center;
}

#legal a{
	color: white;
	text-decoration: underline;
}

#legal a:hover{
	color: blue;
	text-decoration: none;
}

#legal{
	text-align: right;
	font-size: 11px;
	height: 30px;
	color: white;
	margin-right: 10px;
}

#footer{
	background: #000 url('images/Black_menu_bg_small.png') repeat-x;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
