/* CSS Document */

body{
	padding :0;
	margin :0;
	background-color: #ebbd2f;
	background-image: url(images/border.png);
	background-repeat: no-repeat;
}

#content{
	padding-top : 130px;
	padding-bottom : 30px;
	padding-left : 287px;
	padding-right : 7%;
}

#content h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #003300;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #003300;
	background-color : transparent;
}
#content h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #003300;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #250201;
	background-color: transparent;
	text-align: justify;
	display: block;
	padding-left: 20px;
}

#content caption {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #003300;
	}
	
#content table {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #250201;
	background-color: transparent;
	text-align: justify;
	}	

#script{
	position : absolute;
	top : 12px;
	right : 50px;
	text-align : center;
	letter-spacing: 0.5em;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFF99;
	width: 800px;
	height: 100px;
	text-transform: lowercase;
	background-image: url(images/header.jpg);
}
#script a{
	color: #FFFF99;
	text-decoration: none;
}
#script a:hover{
	text-decoration: underline;
	color: #882B04;
}

#navigation{
	position: absolute;
	top : 140px;
	left : 60px;
	width : 160px;
	height: 1100px;
	padding-top: 50px;
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #480401;
}	

.button a {
	border : 1px solid #510607;
	background-image: url(images/bg2.png);
}

.button a:hover {
	background-color : #F58501;
	color : #510607;
}
.boxrt {
	float: right;
	margin: 0px;
	border: 3px;
	color: #003300;
	}

.style 1 {
	font-family: Zapfino, cursive;
	font-size: 24px;
	color: #FEFDCO;
}
a:link {
	text-decoration: none;
	color: #250201;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #882B04;
}
a:active {
	text-decoration: none;
	color: #882B04;
}
