/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	/*margin: 20px 0; */
	padding: 0px;
	/*background: #CCCCCC url(images/bg.gif) repeat-x; */
	background: #e7310a;
	/*background: #ffffff url(images/Osoto-Gari-Small.jpg);*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Header */

#header {
	/*width: 740px;*/
	width: 450px;
	/*height: 144px;*/
	height: 128px;
	margin: 0 auto;
	/* background: url(images/img1.jpg) no-repeat center center; */
	background: url(images/new_taigado_logo.gif) no-repeat center center;
	/*border-top: 10px solid #e7310a;
	border-bottom: 10px solid #e7310a;*/
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
padding-left: 80px;
padding-top: 40px;
}

#header h2 {
padding-left: 80px;
}

#header h1 a {
font-size: 24px;
}

#header h2 a {
font-size: 12px;
}


#menu
{
margin: 0 auto;
/*width: 740px;*/
width: 900px;
/* padding-left: 140px;*/
/*height: 38px;*/
height: 24px;
background: url(images/buttons_back.gif) repeat-x;
border-top: 1px solid #ffffff}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	/*height: 23px;*/
	height: 23px;
	background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;

}

#menu a:hover {
	width: 79px;
    height: 23px;
	text-decoration: underline;
	background: url(images/buttons_back_r.gif);
}

#content {
	width: 860px;
	height: 420px;
	margin: 0 auto;
	/*background: url(images/img2.gif);*/
	background: #ffffff;
	border-top: 1px solid #CCCCCC;
	padding: 20px;
        font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#artbutton {
	display: block;
	/*float: center;*/
	width: 154px;
	height: 40px;
	background: url(images/art_background.gif);
	background-repeat:no-repeat;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	padding-top: 5px;

}