@charset "utf-8";
.contain_text {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #603913;
	text-align: justify;
	font-weight: bold;
}

.contain_title_text {
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #603913;
	text-align: justify;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
margin-left:12px;
font-weight: bold;
font-size: 90%;
/* width: 100%; */
width: 990px;
}

.wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: black;
background: transparent url(media/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}

