/* body and divisions */

/* testing only */

/*div {
	border: thin solid #999999;
}
*/

body{
	font-size: 0.8em;
	font-family: "Lucida Sans", sans-serif;
	background-color: #EAEAEA;
}

#main {
	height: 480px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #949494;	
}

#left {
	height: 100%;
	width: 18%;
	margin-right: 2em;
	padding-left: 0.5em;	
	float: left;
}

#left_large {
	height: 100%;
	width: 73%;
	margin-right: 1em;
	padding-left: 0.5em;	
	padding-right: 0.5em;	
	border-right: thin solid #999999;	
	float: left;
	overflow: auto;
	/* non-standard scrollbar stuff */
	scrollbar-face-color: #999999;
}

#centre {
	height: 100%;
	width: 55%;
	margin-right: 1em;	
	padding-left: 0.5em;
	padding-right: 0.5em;	
	border-right: thin solid #999999;
	float: left;
	overflow: auto;
	/* non-standard scrollbar stuff */
	scrollbar-face-color: #999999;	
}

#right {
	height: 100%;
	width: 18%;
	border-left: thin solid #999999;	
	float: right;
	text-align: left;
}

#spacer {
	height: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #EAEAEA;	
}

#bottom {
	height: 120px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #EAEAEA;
}

#box_1 {
	height: 100%;
	width: 16%;
	margin-right: 5%;
	float: left;
}

#box_2 {
	height: 100%;
	width: 16%;
	margin-right: 5%;
	float: left;
}

#box_3 {
	height: 100%;
	width: 16%;
	margin-right: 5%;
	float: left;
}

#box_4 {
	height: 100%;
	width: 16%;
	margin-right: 5%;
	float: left;
}

#box_5 {
	height: 100%;
	width: 16%;
	float: right;	
}

.box_title {
	position: relative;
	top: 0px;
	left: 0Px;
	text-align: center;	
	padding-top: 4px;
	height: 30%;
	width: 100%;
	background-color: #949494;
}

#mail_form_left {
	width: 40%;
	float: left;
}

#mail_form_right {
	width: 40%;
	float: right;
	padding-right: 5%;
}

/* headings and text */

h1#title {
	font-size: 2em;
	text-align: center;
	color: White;
}

h1 {
	font-size: 1.4em;
	color: White;
}

h2 {
	font-size: 1.2em;
	color: White;	
}

h3 {
	font-size: 1.0em;
	color: White;	
}

p.quote {
	font-size: 0.8em;
}

p.footer {
	font-size: 0.8em;
}

p.bar {
	border-bottom-color: #eaeaea;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

.box_title a {
	font-size: 0.8em;
}

#ak1965 {
	background-color: #949494;
	padding: 2px 2px 2px 2px;		
}

/* links */

a {
	background-color: transparent;
	font-weight:bold;
	color: Black;
	text-decoration: none;
}

/* navigation links */
/* hover */

a:hover#home_menu, 
a:hover#contact_menu,
a:hover#selected_menu,
a:hover#orderCD_menu,
a:hover#flicker_menu,
a:hover#perf_menu,
a:hover#works_menu,
a:hover#biog_menu,
a:hover#past_menu,
a:hover#voicebox 
{
	background-color: transparent;
	font-weight:bold;
	color: White; 
	border: 1px solid White;
	padding: 2px 2px 2px 2px;	
}

/* active */

#home a#home_menu,
#contact a#contact_menu,
#selected a#selected_menu,
#orderCD a#orderCD_menu,
#flicker a#flicker_menu,
#perf a#perf_menu,
#works a#works_menu,
#biog a#biog_menu,
#past a#past_menu {
	background-color: transparent;
	font-weight:bold;
	color: White; 
	border: 1px solid White;
	padding: 2px 2px 2px 2px;
}

/* text links */

a:hover {
	color: White;
}

/* lists */

li {
	list-style-type: none;
	padding-bottom: 5px;
	margin-left: -20px;
	}

/* form styles */

label {
	background-color: Black;
	color: White;
	font-weight: bold;
	padding: 4px;
}

input, textarea {
	display:block;
	width: 200px;
	border:solid Black;
	border-width: 1px 2px 2px 1px;
}

input.butt {
	margin-top: 10px;
	width: 50px;
	background-color: Black;
	color: White;
	font-weight: bold;
}

input.paypal {
	display: inline;	
	width: auto;
	border: none;
}

/* images */
#selected image {
	padding-bottom: 10px;
}