@charset "utf-8";
/* CSS Document */
body {
background-color:		#7F00AA;
background-image:		url(interface/slices/Background.jpg);
background-repeat:		repeat-x;
background-position:	top;
background-attachment:	fixed;
text-align:				center;
font-family:			"Trebuchet MS", Trebuchet, Arial, sans-serif;
min-height:	            600px;
}
	body a:link {
		color:			#FFCC99;
	}
	body a:hover {
		color:			#9933CC;
	}
	body a:visited {
		color:			#FFCC99;
	}
#interface {
width:					708px;
background-color:		#FFFFFF;
background-image:		url(interface/slices/interface_background.jpg);
background-position:	center;
background-repeat:		repeat-y;
margin-right:			auto;
margin-left:			auto;
margin-top:				-14px;
}

#title {
width:					708px;
height:					143px;
background-image:		url(interface/slices/Title.jpg);
background-repeat:		no-repeat;
background-position:	top;
margin-top:				-14px;
}

#bar {
padding:	            0px;
margin:                 0px;
}

#content {
color:					#000066;
text-align:				justify;
width:					708px;
min-height:	            383px;
background-image:		url(interface/slices/building.jpg);
background-repeat:		no-repeat;
background-position:	bottom;
}
	#content a:link {
		color:			#6600FF;
	}
	#content a:hover {
		color:			#9933CC;
	}
	#content a:visited {
		color:			#6600FF;
	}

#text {
padding:	            0px 35px 0px 35px;
}

#footer {
width:					708px;
height:					63px;
}

h1 {
text-align:				right;
font-style:				italic;
font-weight:			bold;
font-size:				155%;
color:					#9500C3;
margin:					0px;
padding:	            0px;
}

.centeralign {
	text-align:			center;
}
.imageFloatRight img {
	float:				right;
	margin-left:		10px;
}
.imageFloatLeft img {
	float:				left;
	margin-right:		10px;
}

#PayPal {
	text-align:			center;
}
.FloatLeft {
	float:				left;
	margin-right:	    10px;
}
.bottomGraphic {
	text-align:			center;
	clear:				both;
}
.rightalign {
	text-align:			right;
}
.time {
	text-align:			left;
	padding-left:	    25px;
}
.small {
	font-size:			80%;
}
.break {
	clear:				both;
}