/* CSS Document */

body{
	padding : 0;
	margin : 0;
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
	background-color: #FFFFFF;

}
#content{
	padding-top : 60px;
	padding-bottom : 30px;
	padding-left : 280px;
	padding-right : 10%;
}
#content h1{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 120%;
	font-weight : normal;
	color : #000;
	background-color : transparent;
	letter-spacing: .1em;

}                     
#content h2{
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	letter-spacing: .1em;

}
#content p{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 95%;
	font-weight : normal;
	color : #000;
	background-color : transparent;
	line-height : 120%;
	text-align: justify;


}
#logo{
	position : absolute;
	top : 12px;
	text-align : left;
	left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #333333;


}
#navigation{
	position : absolute;
	top : 140px;
	left : 60px;
	width : 140px;
}
#script {
	position: absolute;
	top: 12px;
	right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #666666;
	letter-spacing: 0em;
	text-align: right;
	left: 536px;
}
#navigation p {
	font-family: "Trebuchet MS";
	font-size: 80%;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 4px;
	text-align: center;

}
.button {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #333333;
	background-color: #dddddd;
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 0px;
	border: 1px solid #333333;

}
.button a:hover {
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #333333;
}
.boxrt {
	font-family: Webdings, fantasy;
	font-size: 80px;
	color: #999999;
	float: right;
	margin: 2px, 2px, 2px, 10px;
}
.boxlft {
	font-family: Webdings, fantasy;
	font-size: 75px;
	color: #999999;
	float: left;
	margin: 2px, 10px, 2px, 2px;
}
#content h3 {
	font-family: "Trebuchet MS";
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;


}
