/* CSS Document */
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #333366;
}
a:active {
	color: #CCCCCC;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-base-color: #333366; 
	scrollbar-arrow-color: #FFFFFF; 
}

#container
{
	width: 1024px;
	height: 604px;
	background-image: url(images/background-red.JPG);
	color: #FFFFFF;
	align-text: left;
	margin-top: 0px;
	padding-top:39px; 
}

#container h1
{
	margin-bottom: 0px;
}

#head
{
	width: 760px;
	height: 68px;
/*	margin-left: 131px; */
	background-image:url(images/header.jpg);
}

#main {
	background-image:url(images/body.jpg);
	width: 760px;
	height: 484px; 
/*	margin-left: 131px; */

}

#leftBar {
	width: 120px;
	height: 485px;
	padding-left: 10px;
	float: left;
	align-text: left;
	text-align: left;

}

#rightBar {
	width: 610px;
	height: 485px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	align-text: left;
	text-align: left;
	overflow: auto;


}

#picture {
	width: 160px;
	height: 110px;
	float:left;
	border: 0px solid #ffffff;
}

#clear {
	clear: both;
	height: 0px;
	width: 0px;
}

#enterImage {
	margin-top: 203px; 
	margin-left: 315px; 
}

#footer {
	width: 760px;
	height: 18px;
/*	margin-left: 131px; */
	background-color:#000000;
	color:#FFFFFF;
	text-align: center;
}

/********************************************************/
/* From Styles											*/
/********************************************************/
#formContainer {
	width: 485px;
	text-align: left;
}

#formHeader {
	width: 485px;
	background: #333366;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

#formBody {
	width: 485px;
	padding: 0px;
}

#formNameColHead {
	width: 170px;
	float: left;
/* 	border-left: dashed 2px #333366; */
	border-right: dashed 2px #333366;
	border-bottom: dashed 2px #333366;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

#formInstrumentsHead {
	width: 230px;
	float: left;
	border-right: dashed 2px #333366;
	border-bottom: dashed 2px #333366;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

#formAgeHead {
	width: 79px;
	float: left;
/*	border-right: dashed 2px #333366; */
	border-bottom: dashed 2px #333366;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}


#formNameCol {
	width: 170px;
	float: left;
/*	border-left: dashed 2px #333366; */
	border-right: dashed 2px #333366;
	border-bottom: dashed 2px #333366;
	padding-right: 0px;
}

#formInstrumentsCol {
	width: 227px;
	float: left;
	border-right: dashed 2px #333366;
	border-bottom: dashed 2px #333366;
	padding-right: 0px;
}

#formAgeCol {
	width: 79px;
	float: left;
/*	border-right: dashed 2px #333366; */
	border-bottom: dashed 2px #333366;
	padding-right: 0px;
}

#formNameColBot {
	width: 170px;
	float: left;
	border-right: dashed 2px #333366;
	padding-right: 0px;
}

#formInstrumentsColBot {
	width: 227px;
	float: left;
	border-right: dashed 2px #333366;
	padding-right: 0px;
}

#formAgeColBot {
	width: 79px;
	float: left;
	padding-right: 0px;
}

#band
{
	text-align:left;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.smallHeaderText {
	font-size: 12px;
	font-weight: normal;
}
