/* 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%;
	width: 1000px;

}

#content h1{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 120%;
	font-weight : bold;
	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 : 80%;
	font-weight : normal;
	color : #000;
	background-color : transparent;
	line-height : 140%;
	text-align: justify;

}

#logo{
	position : absolute;
	top : 32px;
	left : 30px;
	z-index : 50;
	font-family: "Juice ITC", "Apple Chancery", Impact, "Bradly Hand ITC", Skia, "Trebuchet MS", sans-serif;
	font-size: 36px;
	color: #0000CC;
	letter-spacing: .5em;

}

#script{
	position : absolute;
	top : 32px;
	right : 5;
	text-align : right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #0000CC;
	letter-spacing: .5em;
	left: 830px;
	width: 133px;
	height: 58px;




}

#navigation{
       position : absolute;
       top : 140px;
       left : 30px;
       width : 140px;
}                     




.button a {
   background-color: #DDDDDD;
   border: 1px solid #333333;
   display: block;
   padding-bottom: 4px;
   padding-left: 12px;
   padding-top: 6px;
   text-decoration: none;
   width: 100%;
   font-family: "Lucida Grande", "Trebuchet MS", 
Verdana, Arial, sans-serif;
   font-size: 90%;
   color: #333333;
}

.button a:hover {
   background-color: #666666; 
   border: 1px solid #333333; 
   color: #FFFFFF;
   text-decoration: none 
}
