/* CSS reset */
html, body,
div, span, code,
h1, h2, h3, h4, h5, h6,
p, ul, ol,
table, tbody, thead, tfoot, tr, th, td, 
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0; /* Pseudobrowsers still need <table cellspacing="0"> */ 
}
ol, ul {
	list-style: none;
}
/* close CSS reset*/
html {
	font-size: 62.5%;
}
body {
	font: 1.4em/1.4 Verdana, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	background: #000000;
}
h1 {
	margin-bottom: .75em;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px dotted #333333;
}
h2 {
	margin-bottom: .75em;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px dotted #333333;
}
a {
	color: #ffffff;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
#sky {
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url('/img/starfield.jpg') 0 0 repeat;
}
.stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	height: 310px;
	overflow: hidden;
}
#moon {
	background: url('/img/moon.png') 50% 0 no-repeat;
}
#clouds-1 {
	background: url('/img/clouds-1.png') 0 138px repeat-x;
}
#angel {
	background: url('/img/angel.png') 50% 0 no-repeat;
}
#clouds-2 {
	background: url('/img/clouds-2.png') 0 187px repeat-x;
}
#headerstrip {
	margin-top: 22px;
	padding: 3px 0;
	background: url('/img/headerstrip.png') 0 0 repeat;
}
#headerbox {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#headertext {
	position:relative;
	left: -960px;
	width:9999px;
}
#headertext li{
	float: left;                                    
	width: 960px;
}
#phone a.home {
	background: url('/img/phone.png') 0 70px no-repeat;
}
#phone #header {
	width: 960px;
	height: 310px;
	margin: 0 auto;
}
#phone #header a.home {
	float: left;
	display: block;
	width: 928px;
	height: 280px;
	margin: 0 auto;
}
#phone .icons {
	float: left;
	width: 32px;
	margin-top: 86px;
	text-align: right;
}
#phone .icons a {
	display: block;
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 340px 0 0 0;
	text-align: left;
	background: url('/img/container.png') 0 340px no-repeat;
}
#content {
	display: inline;
	float: left;
	width: 660px;
	margin-left: 300px;
}
#content ul {
	margin-bottom: 1em;
	padding-left: 3em;
	list-style-type: disc;
}
#column {
	display: inline;
	float: left;
	width: 240px;
	margin-left: -960px;
	padding: 5px 0 0 0;
}
#column h2 {
	color: #ffffff;
	font-size: 1.3em;
	line-height: 100%;
	text-decoration: underline;
}
.menu li a {
	display: block;
	height: 20px;
	margin-bottom: 10px;
	padding: 10px 15px;
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/img/menu-a.png') 0 0 no-repeat;
}
.menu li a:hover {
	color: #ffffff;
}
.box {
	width: 240px;
	margin-bottom: 10px;
}
.box-top {
	height: 2px;
	padding: 4px;
	background: url('/img/box-top.png') 0 0 no-repeat;
}
.box-content {
	padding: 5px 15px;
	background: url('/img/box-content.png') 0 0 repeat;
}
.box-content p {
	margin-bottom: 0;
	font-size: .8em;
	text-align: left;
}
.box-content p.center {
	text-align: center;
}
.box-bottom {
	height: 2px;
	padding: 4px;
	background: url('/img/box-bottom.png') 0 0 no-repeat;
}
.columnfoto {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #666666;
}
.box-content p.big {
	margin-bottom: 1em;
	font-size: 1.0em;
}
.box-content big {
	font-size: 1.5em;
}
#footer {
	padding: 40px;
	font-size: .8em;
	color: #666666;
	background: #000000 url('/img/footer.png') 50% 0 no-repeat;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer p {
	text-align: center;
}
.copyright {
	width: 960px;
	margin: 0 auto;
	padding: 3em 0;
	border-top: 1px dotted #333333;
}
#footer .otherlinks {
	width: 960px;
	margin: 0 auto;
	font-size: .9em;
}
#footer .otherlinks a:hover {
	color: #666666;
}
#jaweb {
	padding-left: 20px;
	background: url('/img/ico-jaweb.png') 0 50% no-repeat;
}
/* helpers */
.clear {
	clear: both;
}
.floatright {
	clear: right;
	float: right;
	margin: 0 0 15px 15px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}