/* 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 : 273px;
	padding-right : 5%;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, 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", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003300;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #250201;
	background-color: transparent;
	text-align: justify;
}

#content a {
	color: #882B04;
	}
	
#content a:hover {
	text-decoration: underline;
	color: #003300;
}
	
#content table {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 90%;
	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: Zapfino;
	font-size: 24px;
	width: 800px;
	height: 100px;
}
#script2 {
	position : absolute;
	background-image: url(images/border4.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 400px;
	right: 0px;
	top: 2545px;
}

#navigation{
	position: absolute;
	top : 140px;
	left : 60px;
	width : 160px;
	height: 550px;
	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;
}
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: underline;
	color: #882B04;
}
