html, body {
	margin: 0px;
	padding: 0px;
}

#outer-frame {
	position: absolute;
	top: 50%;
	margin-top: -303px;
	left: 0px;
	width: 100%;
	height: 607px;
}

html>body #outer-frame {
	height: auto;
	min-height: 607px;
}

#outer-frame-lbg {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../../includes/images/template/outer-frame-lbg.jpg') top left repeat-x;
	width: 50%;
	height: 607px;
}

html>body #outer-frame-lbg {
	height: auto;
	min-height: 607px;
}

#outer-frame-rbg {
	position: absolute;
	top: 0px;
	left: 50%;	
	background-repeat: repeat-x;
	width: 50%;
	height: 607px;
}

html>body #outer-frame-rbg {
	height: auto;
	min-height: 607px;
}

#main-frame {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 607px;
	background-repeat: no-repeat;
}

html>body #main-frame {
	height: auto;
	min-height: 607px;
}

#content {
	position: absolute;
	top: 208px;
	left: 531px;
	/*
	width: 486px;
	height: 282px;
	overflow: auto;
	*/
}

#content2 {
	position: absolute;
	top: 208px;
	left: 22px;
}



/*
html>body #content {
	height: auto;
	min-height: 282px;
}
*/

#content #content-frame {
	width: 486px;
	height: 282px;
	overflow: auto;
}

#content2 #content-frame2 {
	width: 980px;
	height: 365px;
	overflow: auto;
	/*background-color: dimgray;*/
}

html>body #content-frame {
	height: auto;
	min-height: 282px;
}

html>body #content-frame2 {
	height: auto;
	min-height: 365px;
}

#content-frame div.type_article,
#content-frame2 div.type_article {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#5c2a1f;
	font-size:12px;
	/*
	font-family: arial;
	font-size: 12px;
	*/
	line-height: 17px;
	margin: 5px;
	text-align: justify;
}

#content-frame div.type_article a,
#content-frame2 div.type_article a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#af1814;
	font-size:12px;
}

#content-frame div.type_article a:hover,
#content-frame2 div.type_article a:hover {
	color: #d51914 ;
}

#content-frame div.type_article h1,
#content-frame2 div.type_article h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#5c2a1f;
	font-size:18px;
	line-height: 23px;
	/*
	font-family: 'sans-serif';
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	*/
	margin: 8px 0px;
}

#catmenu {
	position: absolute;
	top: 109px;
	left: 41px;
	height: 50px;
	clear: both;
}

html>body #catmenu {	
	height: auto;
	min-height: 50px;
}

#catmenu div.category {
	position: relative;
	float: left;
}
		
#catmenu div.category img {
	border-width: 0px;
}

#catmenu div.category div.category_controls {
	position: absolute;
	top: 0px;
	left: 40px;
}

#catmenu div.catitem {
	position: relative;
	float: left;
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;	
	vertical-align: middle;
}

#catmenu div.catitem span.itemtxt {
	display: block;
	margin-left: 55px;
	clear: both;
	font-family: 'arial narrow';
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #5c2a1f;
	letter-spacing: 2px;
}

#main-frame #langs {
	position: absolute;
	top: 163px;
	left: 70px;
}

#main-frame #toplinks {
	position: absolute;
	top: 80px;
	left: 710px;
}

#historylink {
	position: absolute;
	top: 190px;
	left: 22px;
}

#langs span.link a,
#toplinks span.link a,
#historylink span.link a {
	text-decoration: none;
	color: white;
	font-family: 'arial narrow';
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

#langs span.link a:hover,
#toplinks span.link a:hover,
#historylink span.link a:hover {
	text-decoration: underline;
}

/* --- form --- */

fieldset.div {
	display: block;
	border-width: 0px;
	border-top: 1px solid gray;
	width: 400px;
}

legend {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#5c2a1f;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
}

div.datarow {
	margin: 5px 0px;
	font-family: 'arial';
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
}

div.datarow label {
	float: left;
	width: 120px;			
	padding: 2px 4px;
	text-align: right;
}

div.datarow label.onerow {
	display: block;
	width: 100%;
	text-align: left;
	font-style: italic;
	margin-top: 5px;
}

div.datarow input,
div.datarow select,
div.datarow textarea{
	clear: right;
}		