/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#content{
	padding-top : 130px;
	padding-bottom : 30px;
	padding-left : 280px;
	padding-right : 10%;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}

#logo{
	position : absolute;
	top : 20;
	left : 30;
	z-index : 50;
	font-family: "Juice ITC", "Apple Chancery", Impact, "Bradley Hand ITC", Skia, "Trebuchet MS", sans-serif;
	font-size: 35px;
	color: #000099;
	font-weight: bold;
	width: 550;
}

#script{
	position : absolute;
	top : 12px;
	right : 5px;
	text-align : right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #FFFF99;
}

#navigation{
	position: absolute;
	top : 140px;
	left : 60px;
	width : 150px;
	font-style: normal;
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}

.button a {
	background-color : #DDDDDD;
	border : 1px solid #333333;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #663399;
}

.boxrt {
	font-family: Webdings, fantasy;
	font-size: 80px;
	color: #663399;
	}
