html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,li,ol,dl {
	list-style-type: none;
}

fieldset,img {
	border: 0;
}

fieldset legend {
	display: none;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit; 
	font-weight: inherit;
	outline-style:none;
	outline-width:0pt;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	vertical-align: top;
}

p {
	margin: 0 0 10px 0;
	line-height: 17px;
}

p.spaced {
	margin: 0 0 10px 0;
}

a {
	cursor: pointer;
}

a:focus {
	border: 0 none;
	outline-style: none;
}

.clear {
	clear: both;
}

/**********************/

body {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #705d45;
	background: #f9f6ee url(/img/bg/bg_site.gif) repeat-x 0 0;
}

#container {
	margin: 20px auto 0;
	width: 980px;
}

#main {
	padding: 0 10px;
	width: 960px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url(/img/bg/bg_main.png) repeat-y 0 0;
}

/**********************/

.box {
	min-height: 400px;
	/*background: #3a352e url(/img/sets/set_home_1.jpg) no-repeat 0 0;*/
	background-color: #3a352e;
	background-repeat: no-repeat;
}

/**********************/

#header {
	padding: 165px 20px 0 20px;
	height: 104px;
	overflow: hidden;
	background: url(/img/bg/bg_header.png) no-repeat 0 0;
}

h1 span {
	display: block;
	text-indent: -9999px;
}

h1#logo {
	margin: 20px 0 0 20px;
	float: left;
	background: url(/img/img_logo_cja.gif) no-repeat 0 0;
}

h1#logo a {
	width: 156px;
	height: 65px;
	display: block;
}

#header fieldset {
	float: right;
}

/**********************/

h3 {
	height: 30px;
}

h3 span {
	display: block;
	text-indent: -9999px;
}

/**********************/

.data-table td {
	padding: 5px 5px 5px 5px;
	border: 1px solid #f6e9d9;
}

.data-table th {
	padding: 0 0 5px 0;
	font-weight: bold;
	text-align: left;
}

.sub-headline {
	margin: 0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	color: #0071b9;
}


/**********************/

#content {
	margin: 0 20px;
	padding: 40px 20px 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background-color: #fff;
}

/**********************/

#footer {
	height: 100px;
	background: url(/img/bg/bg_footer.gif) no-repeat 0 0;
}

#footer span {
	margin: 45px 30px 0 0;
	font: 9px Arial, Helvetica, Verdana, sans-serif;
	color: #ceecff;
	float: right;
	display: block;
}




.odd,
.odd a {
	color: #b2a173 !important;
}


.lastelm {
	margin: 0 !important;
	padding: 0 !important;
	background: 0 !important;
	border: 0 !important;
}







/**********************
PAGINATION
/**********************/


.pagination {
	margin: 10px 0  !important;
	padding: 0 0 10px 0  !important;
	border-bottom: 1px solid #cae5f6 !important;
}

.pagination span {
	padding: 0 10px 0 0;
	font-weight: bold;
}

.pagination a {
	margin: 0 5px 0 0;
	text-decoration: none;
}

.pagination a:hover {
	color: #4ca7e1;
}

.pagination a.current {
	color: #4ca7e1;
	border-bottom: 1px solid #4ca7e1;
}
