/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bgtex.gif);
	background-repeat: repeat-x;
	background-color: #FFEFFB;
}

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

#content h1 {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: normal;
	color: #330066;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #330066;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #330066;
	background-color : transparent;
}

P {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #330066;
	background-color : transparent;
}

#logo{
	position : absolute;
	top : 8px;
	left : 23px;
	z-index : 40;
	font-family: "Century Gothic";
	font-size: 50px;
	color: #330066;
	font-weight: bold;
	height: 68px;
}

#script{
	position : absolute;
	top : 12px;
	right : 43px;
	text-align : center;
	font-family: "Century Gothic";
	font-size: 18px;
	text-transform: lowercase;
	color: #330066;
	font-weight: bold;
}

#navigation{
	position: absolute;
	top : 143px;
	left : 62px;
	width : 161px;	
}

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

.button a {
	background-color : #FFEFFB;
	border : 1px solid #330066;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #330066;
}

.boxrt {
	font-family: Webdings, fantasy;
	font-size: 80px;
	color: #999999;
	}
	
.boxlft {
	font-family:  Webdings, fantasy;
	font-size: 75px;
	color: #999999;
	}
	
.area {  background: #DAD0ED}
.style2 {font-size: 35px}
.style4 {font-size: 16px}
.style5 {font-size: 50px}
.style11 {font-size: 40px}
.style12 {
	letter-spacing: 1px;
}
a {
	color: #330066;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color: #9966FF;
	text-decoration: underline;
	}
