html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background:  #f2f1e9 url(../images/jastudio-bg.png) ;
	color: #000000;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #444;
	padding: 0;
	margin: 0;
}

#hk-wrapper {
	border: 0px solid red;
	margin-top: 0px;
	text-align: center;
}

#hk-box-outer {
	border: 0px solid blue;
	width:681px;
	margin: 0 auto;
	text-align: left;
}

#hk-box-bg1 {
	background: url(../images/jastudio-bg-middle.png) repeat-y left top;
	border: 0px solid red;
}
#hk-box-bg2 {
	background: url(../images/jastudio-bg-top.png) no-repeat left top;
	padding-top: 20px;
	border: 0px solid red;
}
#hk-box-bg3 {
	background: url(../images/jastudio-bg-bottom.png) no-repeat left bottom;
	border: 0px solid red;
	margin-top: 0px;
	padding-bottom: 140px;
}


#hk-box-inner {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 34px;
	border: 0px solid red;
}

#hk-header,
#hk-maincontent,
#hk-footer {
	width: 613px;
	border: 0px solid red;
	margin: 0 auto;

}

/* ***************************** */

#hk-headerwrap {
	width: 681px;
	background: none; /* url(../images/header-bg.jpg) repeat-x left bottom; */
}

#hk-header {
	line-height: normal;
	padding: 0;
	margin: 0;
}

#hk-maincontentwrap {
	width: 681px;
	background: none; /* url(../images/header-bg.jpg) repeat-x left bottom; */
}

#hk-maincontent {
	line-height: normal;
	padding: 0;
	margin: 20px 0 0 0;
}

#hk-footerwrap {
	width: 681px;
	background: none; /* url(../images/header-bg.jpg) repeat-x left bottom; */
}

#hk-footer {
	line-height: normal;
	padding: 0;
	margin: 40px 0 40px 0;
}

#hk-inline-logo {
	width: 500px;
	float: left;
	margin-top: 120px;
	margin-bottom: 80px;
	margin-left: 40px;
}

.hk-linkbox-left {
	float: left;
	margin-top: 10px;
	margin-left: 94px;
	border: 0px solid red;
}

.hk-linkbox-right {
	float: right;
	margin-right: 58px;
}

.hk-linktable {
	border-collapse: collapse;
	border: 0px solid red;
	margin-top: 15px;
}
.hk-linktable td{
	min-height: 300px;
}


/* ********* Clearfix ************* */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ***************************************************** */

a {
	color: #417197; /* #810C46; */
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #417197; /* #FFFFFF; */
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin:  10px 0 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 35px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #eee;
	height: 1px;
}

br {}

td, th, div {
	font-size: 100%;
}

/* ********************************** */

