body { 
	color: black; 
	background: url(../images/homepage_04.jpg) repeat-x #FFF;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	}

.maincontent {
	width: 924px;
	height: auto;
	}

.links {
	vertical-align:text-top;
	}

/*=====Header=====*/

.header {
	width: 924px;
	height: 236px;
	float: left;
	}

.sound {
	width: 115px;
	height: 163px;
	float: right;
	background: url(../images/homepage_05.jpg) no-repeat bottom;
	}

/*=====Homepage=====*/

.left, .right {
	width: 600px;
	height: auto;
	border-right: 1px dashed #000;
	padding: 7px;
	float: left;
	}

html>/**/body .left {width: 586px;}

.right { 
	width: 300px;
	border-right: none;
	}

html>/**/body .right {width: 286px;}
	
/*=====Link Styles=====*/

a:link { color:#B72323; text-decoration:none; }
a:hover { color:#555DA5; text-decoration:underline; }
a:visited { color:#B72323; text-decoration:underline; }
a:visited:hover { color:#555DA5; text-decoration:underline; }

.footer a { color:#B72323; text-decoration:none; }
.footer a:hover { color:#555DA5; text-decoration:none;  border-bottom:#666666; border-width:0px 0px 1px 0px; border-style:none none dotted none; }
.footer a:visited { color:#B72323; text-decoration:underline; }
.footer a:visited:hover { color:#555DA5; text-decoration:none;  border-bottom:#666666; border-width:0px 0px 1px 0px; border-style:none none dotted none; }

/*=====Text Styles=====*/

h1, h2, h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 3px 0px;;
	}

h2 { font-size: 18px; }
h3 { font-size: 15px; }

.divider {
	width: 150px;
	height: 2px;
	border-top: 1px #000 dotted; 
	}
	
ul {
	list-style-image:url('../images/sitephotos/bullet.gif');
	line-height:150%;
	font-size:13px;
	}

.desc {
 	text-align:center;
  	font-weight:normal;
  	width: 200px;
  	margin: 2px;
	}

.desc {
	font-size: 11px;
	text-align: center;
	}

/*=====IMG Styles=====*/

div.img {
  	margin: 2px;
  	border: 1px solid #0000ff;
  	height: auto;
  	width: auto;
  	float: left;
  	text-align: center;
	}	
	
div.img img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #ffffff;
	}

div.img a:hover img {
	border: 1px solid #0000ff;
	}

.photos {
	width: 300px;
	height: auto;
	text-align: center;
	float: left;
	vertical-align: bottom;
	}

/*=====Form=====*/

.formtitle {
	width: 175px;
	height: 20px;
	float: left;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 7px;
	}

.fieldarea {
	width: 300px;
	height: 20px;
	margin: 0 0 5px 15px;
	float: left;
	}

.formfield {
	border: 1px #CB2F32 solid;
	}

/*=====Footer=====*/

.footer {
	font-size:9px;
	width: 924px;
	height: auto;
	margin-top: 10px;
	border-top: 1px dotted #000;
	padding-top: 5px;  
	}

