*{
	margin : 0px;
	padding : 0px;
	border : none;
}

a{
	color : #000000;
	text-decoration : none;
}
a:hover{ text-decoration : underline; }

p{
	margin-top : 20px;
	line-height : 17px;
}

h1{
	color : #6a057c;
	font : 18px utopia, serif;
	line-height : 22px;
}
h1 span{ font-size : 24px; }

p span{
	color : #ff6d0c;
}

img{
	display : block;
}

ul{
	position : absolute;
	top : 22px;
	list-style : none;
	font-size : 9px;
	margin-right : 24px;
}

li{
	float : right;
	padding-right : 24px;
}

li a{ color : #435b6f; }

body{
	height : 100%;
	font : 12px arial, sans-serif;
	background : #dae7f3 url("images/back_slice.gif") repeat-x;
}

#container{
	position : absolute;
	height : 570px;
	width : 795px;
	top : 50px;
	left : 50%;
	margin-left : -397.5px;
	background : #ffffff url("images/frame.jpg") no-repeat;
}

#inner{
	position : relative;
	padding : 40px 30px 30px 40px;
}

#core{
	padding : 26px 8px 0px 0px;
}

.sidebox{
	float : right;
	width : 255px;
	height : 223px;
	margin-left : 36px;
}
.sidebox p{ margin : 126px 24px 12px 24px; }

#help{ background : #ffffff url("images/rightbox_help.jpg") no-repeat; }
#contact{ background : #ffffff url("images/rightbox_contact.jpg") no-repeat; }

p.disclaimer{
	position : absolute;
	top : 536px;
	left : 515px;
	color : #435b6f;
	font-size : 9px;
	margin-bottom : 20px;
}