BODY {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	background-image: url(../images/patern.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #CCCCCC;
}

a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3c7dcc;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3c7dcc;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	color: #FF6600;	
	text-decoration: none;
	font-weight: bold;
}

a:active {
	
}






/*****************************************/
/*** div layout elements ***/
/*****************************************/

div#container {
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:955px;
}

div#header {
	float:left;
	background-color: #013565;
	background-image: url(../images/yamaha_logo.jpg);
	background-repeat: no-repeat;
	height:50px;
	width:955px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 0px;
}
div#content {
	float:left;
	width:955px;
	height:560px;
}
div#left {
	float:left;
	width:470px;
	height:560px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
}
div#left img{
	border: 0;
}
div#right {
	float:right;
	width:475px;
	height:560px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	
}

div#title  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: bold;	
	letter-spacing: -1px;
	position: relative;
	left: 30px;
	top: 30px;	
}
div#text  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	position: relative;
	left: 30px;
	top: 50px;
}
div#footer {
	float:left;
	background-color: #013565;
	width:955px;
	height:10px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}




