/*----------------------------------
 3.Other
----------------------------------*/

body {
	color: #333333;
	background-color: #FEE6F2;
}
/*----------------------------------
 basic layout
----------------------------------*/

#wrapper {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


/*----------------------------------
 clearfix
----------------------------------*/

.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }


/*----------------------------------
 header styles
----------------------------------*/


#header {
	margin: 0px;
	padding: 0px;

}
.topText  p {
	background-color: #5A3D1B;
	color: #FFFF3E;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.topText   ul {
	float: right;
	padding-right: 100px;
	padding-top: 2px;
	background-image: url(../baseimg/headerimg/whitecone1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.topText ul li {
	margin-left: 15px;
}

.topText a:link {
	font-weight: bold;
	color: #FFFFFF;
}
.topText a:hover {
	font-weight: bold;
}
.topText a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.gNav   ul  {
	width: 778px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline;
	overflow: visible;
}
.gNav ul li {
	float: left;
}
.catchCopy p {
	background-color: #FFFFCC;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}











/*----------------------------------
 mainContents styles
----------------------------------*/

#mainContents {
	float: left;
	width: 610px;
}
			.box1 { padding: 2px; border: solid 1px green; width: 155px }
			.box2 { padding: 5px; border: solid 1px black; width: 560px }
			.style01 {
	font-size: 12px;
	line-height: 115%;
}


			.style02 { color: white; font-size: 12px; line-height: 115% }
			.style03 {
	font-size: 12px;
	line-height: 120%;
}
			#box1 { line-height: 125%; padding: 3px; border: solid 1px #432201 }
			#title { font-weight: bold; font-size: 16px; line-height: 125% }
			td {
	font-size: 14px;
	line-height: 125%;
	text-align: left;
}
td p {
	font-size: 14px;
	line-height: 120%;
}
.naraigoto {
	padding-left: 25px;
	vertical-align: bottom;
}
.naraigoto td {
	padding-top: 3px;
	padding-bottom: 3px;
}















/*----------------------------------
 sideBar styles
----------------------------------*/

#sideBar {
	padding-bottom: 10px;
	float: left;
	width: 168px;
	background-color: #FDF5E5;
	height: auto;
}
.sideTopBanner {
	padding-left: 7px;
}
.sideBanner  {
	padding-top: 5px;
	padding-left: 10px;
}
.grandPrix  {
	padding-top: 5px;
	padding-left: 10px;
}
.award {
	padding-top: 5px;
	padding-left: 10px;
}

.tajitajibanner {
	padding-top: 5px;
	padding-left: 10px;
}
.faqbanner {
	padding-top: 5px;
	padding-left: 10px;
}
.bookGraffiti {
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.bookValiant {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.bookValiant p {
	padding-top: 10px;
}
.samplePrint {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}
.abrin  {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.abrin p {
	text-align: center;
}



/*----------------------------------
 footer styles
----------------------------------*/

#footer {
	clear: both;
	background-color: #FFCC33;
	border-top: 3px solid #FF9900;
	border-bottom: 3px solid #FF9900;
	padding-top: 5px;
	width: 948px;
}
.copyRights {
	background-color: #FF9900;
	text-align: right;
	padding-right: 10px;
}
.copyRights a:link {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.copyRights a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.copyRights a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.rtnTop  {
	float: right;
}

