@font-face {
   font-family: 'KudasaiRegular';
   src: url('/pub/type/kudasai-webfont.eot');
   src: url('/pub/type/kudasai-webfont.eot?#iefix') format('embedded-opentype'),
   url('/pub/type/kudasai-webfont.woff') format('woff'),
   url('/pub/type/kudasai-webfont.ttf') format('truetype'),
   url('/pub/type/kudasai-webfont.svg#KudasaiRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}
#header_text h1 {
   font-family: 'KudasaiRegular';
   color:#886e2b;
   font-size:34px;
}
h1#subtitle {
   font-size:18px;
   text-transform:uppercase;
}
#header_text h2 {
   font-family: 'KudasaiRegular';
   font-size:30px;
}
#content_inner {
   font-size:13px;
   padding: 0 59px 0 59px;
}
#content_inner .error {
	background-color:#cc0000;
	color:#fff;
	font-weight:bold;
	padding:1em;
}
#content_inner em {
	font-style:italic;
}
#content_inner ul {
	list-style:square;
	margin-left:1em;
}
#content_inner a {
	text-decoration:underline;
	color:#886e2b;
}

html, body {
	background-image: url(../../images/designs/design14/theme3/page_bg.gif);
}
#page {
	width: 760px;
	margin:auto;
	background-image: url(../../images/designs/design14/theme3/bg_sides.gif);
	background-repeat: repeat-y;
	background-position:right;
}
#content {
	width: 746px;
	background-image: url(../../images/designs/design14/theme3/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#fff;
}
#content #header {
	background-image:url(../../images/designs/design14/theme3/header.jpg);
	height:144px;
	width:746px;
}
#text_content {
	font-family: Tahoma;
	font-size: 13px;
	color: #666;
	padding: 0;
}

#menu {
	background-image: url(../../images/designs/design14/theme3/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 244px;
	height:438px;
	float: left;
}
#text_content {
	width: 502px;
	float:right;
}
#menu li {
	height:30px;
}
#menu li a {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
}
#menu a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-top:21px;
	padding-left:57px;
	padding-bottom:7px;
	list-style-type:none;
}
#footer {
	clear: both;
	padding-top: 81px;
}
#footer_text {
	padding-top:40px;
	padding-bottom:5px;
	font-size:11px;
	color:#fff;
}
#footer_text a {
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
}

