/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#content{
	padding-top : 2px;
	
	padding-bottom : 20px;
	padding-left : 240px;
	padding-right : 10%;
}

#content h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}

#logo{
	position : absolute;
	top : 7px;
	left : 5px;
	z-index : 50;
	font-family: "Juice ITC", "Apple Chancery", Impact, "Bradley Hand ITC", Skia, "Trebuchet MS", sans-serif;
	font-size: 50px;
	color: #333333;
	font-weight: bold;
	width: 781px;
	height: 69px;
}

#script{
	position : absolute;
	top : 12px;
	right : 5px;
	text-align : right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #666666;
}

#navigation{
	position: absolute;
	top : 180px;
	left : 60px;
	width : 140px;
	height: 332px;
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

.button a {
	background-color : #DDDDDD;
	border : 1px solid #333333;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}

.boxrt {
	font-family: Webdings, fantasy;
	font-size: 80px;
	color: #999999;
	}
	
.boxlft {
	font-family:  Webdings, fantasy;
	font-size: 75px;
	color: #999999;
	}
