body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #505050;
	/*background: #FFFFFF;*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #AA1137;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0px;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #006699;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-top: 22px;
}

p {
	color:#000000;
	font-size: 80%;
	line-height: 20px;
}

ol {
	font-size: 80%;
	padding-left: 15px;
}

ul {
	font-size: 80%;
	list-style-type: square;
	padding-left: 15px;
}

li {
	padding: 5px 0;
	line-height: 20px;
}

cite {
	font-style: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

div#screen {
	margin-left: -380px;
	left: 50%;
	position: absolute;
	width: 760px;
}

div#head-head {
	background: url(/images/head.png) center top no-repeat;
	color: #000;
	height: 22px;
}

div#head-body {
	background: url(/images/background.jpg) center top repeat-y;
	color: #000;
	padding: 0 20px;
}

div#logo {
	padding: 60px 0 0px 40px;
	background: url(/images/hand.jpg) 374px top no-repeat;
	height: 125px;
}

div#hand-bottom {
	background: url(/images/hand_bottom.jpg) top no-repeat;
	width: 349px;
	height: 34px;
	float: right;
	margin-top: -30px;
	margin-right: -36px;
}

div#navigation-background {
	background: url(/images/background.jpg) center top repeat-y;
}

div#content {
	background: url(/images/background.jpg) center top repeat-y;
	padding: 30px 60px;
	min-height: 430px;
}

div#foot-head {
	background: url(/images/foot.png) center top no-repeat;
	color: #FFF;
	height: 10px;
}

div#foot-body {
	background: url(/images/background_black.png) center top repeat-y;
	color: #FFF;
	padding: 10px 60px 0px;
}

div#foot-body p {
	color: #FFFFFF;
	margin: 0px;
	font-size: 70%;
}

div#foot-body a {
	color: #CFD393;
	margin: 0px;
	font-size: 70%;
}

div#foot-body a:hover {
	color: #FFFFFF;
}

div#foot-foot {
	background: url(/images/foot_black.png) center top no-repeat;
	color: #FFF;
	height: 22px;
}
