/* CSS Document */

* { margin: 0; padding: 0;}

html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}

body { font-family:Arial; color:#FFF;background:#161616; background-image:url(images/jm-bg.jpg); background-repeat: no-repeat; font-size:12px; margin-top: 0px;}
ul,li { list-style: circle; list-style-position:outside; margin: 1em; padding: 0px;}
p { margin: 10px 0; text-align:justify;}
a { color: #000;}
h1 { color: #FFF; font-size: 24px;}
h2,h3 { color: #000; }


a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

/* Structure of Site */

#header {
	padding-top:3px;
	width:388px;
	height:483px;
	padding-top:3px;
	font-size:1.2em;
	clear: none;
	position: absolute;
	top: 15px;
	left: 744px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}


/* Footer */

#container-foot {
	width: 100%;
	background: #000;
	background-image:url(images/footer.jpg); background-repeat:repeat-x;
	position: absolute;
	clear:left;
	bottom: 0 !important;
	bottom: -1px;
	height: 48px;
 }
#footer-text {
	color:#FFF;
	padding-top:7px;
	cursor:default;
}
#footer-text a {
	color:#FFFFCC;
	text-decoration:none;
}
#footer-text a:hover {
	color:#CCC;
	text-decoration:none;
}
