html, body {
	background-color: rgb( 0,0,0 ); background-image: url( "../graphics/rondutton.gif" ); background-position: right top; background-repeat: no-repeat; background-attachment: fixed;
	font-family: Lucida Grande, Geneva, sans-serif; color: rgb( 112, 112, 112 ); font-size: 9pt; letter-spacing: 1px; text-align: justify;
	height:100%; width: 100%;
	padding:0px; margin:0px;
}

img {
	border: none;
	padding: 0px; margin: 0px;
	border-collapse: collapse;
}

hr {
	width: 50%;
	text-align: center;
	color: rgb( 112, 112, 112 );
	background-color: rgb( 112, 112, 112 );
	height: 1px;
	border: none;
}

p {
	font-family: Lucida Grande, Geneva, sans-serif; font-size: 9pt; letter-spacing: 1px; text-align: justify;
}

/* ------------------------------------------

	T I T L E S 

------------------------------------------ */


h1 {
	font-family: Times, Times New Roman, serif; color: rgb( 112, 112, 112 ); font-size: 24pt; font-weight: lighter; font-variant: small-caps; text-transform: capitalize;
	text-align: center; letter-spacing: 3px;
	margin: 0px;
}

h2 {
	font-family: Times, Times New Roman, serif; color: rgb( 0, 0, 0 ); font-size: 14pt; font-weight: lighter; font-variant: small-caps; text-transform: capitalize;
	text-align: center; letter-spacing: 3px;
	margin: 0px;
}


/* ------------------------------------------

	L I N K S

------------------------------------------ */


a:link { color: rgb(255, 255, 255 ); text-decoration: none; }
a:visited { color: rgb(255,255,255); text-decoration: none; }
a:hover { color: rgb( 255, 255, 255 ); }


/* ------------------------------------------

	V E R T I C A L   C E N T E R   A L I G N M E N T

------------------------------------------ */

	#outer[ id ] {
		display: table;
		margin-right: auto; margin-left: auto;
	}
	#outer {
		width: 100%; height: 100%;
		overflow: hidden;
		position: relative;
	}
	#middle {
		position: absolute; top: 50%;
		text-align: center;
		margin-right: auto; margin-left: auto;
	}
	#middle[ id ] {
		display: table-cell;
		vertical-align: middle;
		position: static;
		text-align: center; 
		margin-right: auto; margin-left: auto;
		#position: absolute; #top: 50%;
	}
	#inner[ id ] {
		background-color: #000000;
		margin-right: auto; margin-left: auto;
		#position: relative; #top: -50%
		width: 100%; height: 480px;
	}
	
	#inner {
		background-color: #000000;
		width: 100%; height: 420px;
		position: relative; top: -50%;
		margin-right: auto; margin-left: auto;
	}

/* ------------------------------------------

	B O D Y   O F   P A G E

------------------------------------------ */

.body {
	width: 100%; height: 375px;
	border-top-style: solid; border-top-color: rgb( 66, 66, 66 ); border-top-width: 3px;
	border-bottom-style: solid; border-bottom-color: rgb( 66, 66, 66 ); border-bottom-width: 3px;
	background-color: rgb( 43, 43, 43 );	
}

.content {
	width: 700px; height: 360px;
	margin: 15px; margin-right: auto; margin-left: auto; 
	overflow: hidden;
}

.contentText {
	width: 700px; height: 360px;
	margin: 15px; margin-right: auto; margin-left: auto; 
	padding-right: 10px;
	overflow: auto;
}

.imageGrid {
	text-align: left;
	width: 324px; height: 324px;
	padding: 0px; margin: 0px;
	line-height: 0px;
	text-spacing: 0px;
}

.imageGrid img{
	padding: 2px; margin: 2px;
}

.testborder {
	border-style: solid;
	border-width: 1px;
	border-color: pink;
}

.center {
text-align: center;
}

.quote {
	font-style: italic;
}

/* ------------------------------------------

	G E N E R A L

------------------------------------------ */

.controls {
	width: 100px; 
	display: inline; 
	float: left; 
	line-height: 1em; 
	margin: 2px; padding: 2px; 
	text-align: center;
}

.thumbnailimage {
	width: 100px; height: 100px;
}


/* ------------------------------------------

	F O R M S

------------------------------------------ */

form {
	margin-right: auto; margin-left: auto;
	width: 375px;
	padding: 10px;
	background-color: rgb(155,155,155);
	border: 1px dotted rgb( 66, 66, 66 );
}
fieldset {
	border: none;
	border-collapse: collapse;
	padding: 0px; margin: 0px;
}

label {
	float: left;
	width: 130px;
}

input, textarea {
	width: 230px;
	margin-bottom: 5px;
}

textarea {
	width: 230px;
	height: 100px;
}

.boxes {
	width: 1em;
}

#submitbutton {
	margin-left: 130px;
	margin-top: 5px;
	width: 90px;
}

br {
	clear: left;
}

/* ------------------------------------------

	D E T A I L

------------------------------------------ */

.detail {
	border-top-style: solid; border-top-color: rgb( 66, 66, 66 ); border-top-width: 3px;
	border-bottom-style: solid; border-bottom-color: rgb( 66, 66, 66 ); border-bottom-width: 3px;
	background-color: rgb( 43, 43, 43 );
	padding: 12px;
	height: 18px;
}

.detailText {
	width: 23.3%;
	rgb( 100, 100, 233 );
	display: block;
	float: left;
	text-align: center;
}