body {
	background-color:#1e1e1e;
	margin: 0px auto;
}


/* ----------- Site Container ----------- */
#container {
	margin:0px auto;
	width:900;
	background-color:#1e1e1e;
	background-position:center;
}
/* ----------- Header ----------- */
#header {
	margin:0px auto;
	width:900px;
	height:308px;
	padding:0px;
	background:url(../images/header2.jpg) top left no-repeat;
	background-color:#1e1e1e;
	background-position:center;
}
#header2 {
	margin:0px;
	width:950px;
	height:288px;
	padding:0px;
	color:#ffffff;
	background:url(../images/header2.jpg) top left no-repeat;
	<?php //On the line above, the header.jpg image is a header image without a background.  It will show before the replacement flash loads in its place. ?>
}

/* ----------- Menu Bar ----------- */
#navmenu {
	margin:0px auto;
	width:900px;
	height:43px;
	padding:0px;
	background:url(../images/menubg.jpg) top left repeat-x;
	background-position:center;
	text-align:center;
}

#bodycontainer {
	margin:0px auto;
	width:900px;
	padding:0px;
	background-color:#1e1e1e;
	border:none;
}

/* ----------- Left Bar ----------- */
#leftBar {
	float:left;
	margin:0px;
	width:224px;
	height:750px;
	padding:0px;
	background:url(../images/leftbarbg.jpg) top left repeat-y;
	background-color:#666019;
	font-family: <?= $textFont ?>;
	font-size: <?= $textSize ?>;
}
/* ----------- Content ----------- */
#mainContent {
	float:left;
	margin: 0px 0px 0px 0px auto;
	width:676px;
	height:750px;
	padding:0px;
	background-color:#000000;
}
#mainContentleft {
	float:left;
	margin:0px auto;
	width:220px;
	padding: 0px 0px 0px 33px;
	background:transparent top left repeat-y;
}
#mainContentright {
	float:right;
	margin:0px auto;
	width:220px;
	padding: 0px 33px 0px 0px;
	background:transparent top right repeat-y;
}

#mainContent2 {
	margin:0px;
	padding:0px;
	width:620;
	background:transparent top left repeat-y;
}
#mainContentcenter {
	margin: 0px 0px 0px 60px;
	width:500px;
	padding:0px;
	background-color:#000000;
}
#3elements {
	float:left;
	margin:0px auto;
	width:620;
	background:transparent;
	text-valign:center;
}
#space {
	float:left;
	margin:0px;
	width:65;
	background:transparent;
}

/* ----------- Web ----------- */
#yamahaWeb {
	margin: 0px;
	width: 950px;
	padding: 0px;
	background: <?= $bgColor ?> url(../images/fullbackground.jpg) top left repeat-y;
	font-family: <?= $textFont ?>;
	font-size: <?= $textSize ?>;
	color: <?= $textColor ?>;
}
#iframeph {
	margin: 0px;
	width: 950px;
	padding: 0px;
	background-color:#ffffff;
	font-family: <?= $textFont ?>;
	font-size: <?= $textSize ?>;
	color: <?= $textColor ?>;
}

/* ----------- Right Bar ----------- */
#rightBar {
	margin: 0px;
	width: 65px;
	padding: 0px;
	background: <?= $bgColor ?> url(../images/backright2.jpg) top left repeat-y;
	font-family: <?= $textFont ?>;
	font-size: <?= $textSize ?>;
	color: <?= $textColor ?>;
}
/* ----------- Footer ----------- */
#footer {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 65px;
}
/* ----------- Extra Spacing ----------- */
#leftBarSp {
	margin: 10px 20px 0px 30px;
}
#leftBarSp a {
	color:#ffffff;
	font-size:16px;
	text-decoration:underline;
}
#leftBarSp a:hover {
	color:#1e1e1e;
	font-size:16px;
	text-decoration:underline;
}
#leftBarSp a:active {
	color:#000000;
	font-size:16px;
	text-decoration:underline;
}
dd {
	text-indent:-15px;
}

#contentSp {
	margin: 20px 40px 0px 40px;
}
#rightBarSp {
	margin: 15px 0px 0px 20px;
}
#paragraph {
	margin: 0px 40px 0px 40px;
}


/* ----------- Buttons/Links ----------- */


#button ul {
	margin:0px;
	list-style:none;
}

#button li {
	float:left;
	margin:0px 30px 0px 30px;
	padding:0px;	
	background-image:url(../images/menubtn.jpg);
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	width:100px;
	height:43px;
	color:#ffffff;
	font-family: Times, Arial, Courier New, Helvetica, serif;
	font-size:120%;
	text-align:center;
	letter-spacing:1px;
	line-height:43px;
	display:block;
	text-decoration:none;
	
}

#button li a {
	padding:0px;	
	background-image:url(../images/menubtn.jpg);
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	width:100px;
	height:43px;
	color:#ffffff;
	font-family: Times, Arial, Courier New, Helvetica, serif;
	text-align:center;
	letter-spacing:1px;
	line-height:43px;
	display:block;
	text-decoration:none;
	
}

#button li a:hover{
	background-position:0px -43px;
	color:#9e9e9e;
	border-left:1px solid #6c661a;
	border-right:1px solid #6c661a;
	text-decoration:none;

}

#button li a:active{
	background-position:0px 0px;
	color:#1e1e1e;
	text-decoration: none;
	
}


/* ----------- Floating Images ----------- */

.picright {
	float: right;
	padding: 12px 0px 0px 30px;

}

.picright2 {
	float: right;
	padding: 0px 0px 0px 20px;

}

.picleft {
float: left;
padding: 0px 30px 10px 0px;

}
#iframeleft {
float:left;
width:46px;
height:800px;
margin:0px;
padding:0px;
background:url(../images/iframeleft.jpg) repeat-y;
}
#iframemid {
float:left;
width:858px;
height:800px;
margin:0px;
padding:0px;
background-color:#ffffff;
}
#iframeright {
float:left;
width:46px;
height:800px;
margin:0px;
padding:0px;
background:url(../images/iframeright.jpg) repeat-y;
}

/* ----------- Sign Up Form ----------- */

#signup {
	width:180px;
	height:125px;
	text-align:center;
	padding-top:55px;
	background:url(../images/signup.gif);
}

#signuph2 {
	width:180px;
	height:125px;
	text-align:center;
	margin: 10px 20px 0px 65px;
	padding-top:55px;
	background:url(../images/signup.gif);
}

#signup input {
	width:120px;
	height:10px;
	margin-top:4px
}

#signuph2 input {
	width:120px;
	height:10px;
	margin-top:4px
}


/* ----------- Universal HTML Elements ----------- */
h1 {
	font-family:  Times, Verdana, Helvetica, serif;
	font-size: 18px;
	color:#9e9e9e;
	text-align:center;
	margin-top:15px;
	margin-bottom:25px;
	font-weight:normal;
}
h2 {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	font-weight:200;
	letter-spacing:2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	text-align:center;
	font-style : normal;
	line-height: 13px;
	text-decoration : none;
	color : #ffffff;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:normal;

}
h5 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:bold;
}
h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:normal;
}
h7 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
}
h8 {
	font-family:Times, Verdana, Helvetica, serif;
	font-size:14px;
	color:#9e9e9e;
	text-align:center;
	margin:0px auto;
	font-weight:normal;
}
h9 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	font-weight:light;
	font-variant:normal;
	font-style:normal;
	line-height:10px;
	text-align:justify;
	text-decoration:none;
	color:#ffffff;
}


p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0px;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	line-height:16px;
	text-indent:20px;
	text-decoration:none;
	margin-left:0px;
	color:#ffffff;
}
.fontNormBrown {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0px;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	line-height:16px;
	text-indent:20px;
	text-decoration:none;
	margin-left:0px;
	color:#ffffff;
}
.fontHeaderBrown {
	font-family:Times, Verdana, Helvetica, serif;
	font-size:17px;
	color:#9e9e9e;
	text-align:left;
	margin:0px auto;
	font-weight:normal;
}	
a:link, #content, a:visited {
	color:#8e8e8e;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color:#9e9e9e;
	background: transparent;
	text-decoration: underline;
}
/* ----------- Special Classes ----------- */
.phone {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
