/* author: Michal Wolinski */

* {
outline: none;
}

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a, cite, code, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
}


html {
	margin: 0;
	padding: 0;
	background: #fff url(/p/images/bg.png);
}

body {
	font-size: 12px;
	font-family: Georgia, Sans-serif;
	margin: 0px auto;
	line-height: 1;
	color: #372100;	
	background-color: transparent;
	width: 920px;
	text-align: left;
}

a {
	color: #2b598e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.rightFloat {
	float: right;
}

.leftFloat {
	float: left;
}

.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
}

#header img {
	float: left;
}

#header .digidong {
	margin-left: 435px;
}

#page {
	margin-top: 25px;
	width: 920px;
	clear: both;
	float: left;
}

#left {
	float: left;
	width: 283px;
}

#left .longbox {
	width: 283px;
	background: transparent url(/p/images/longbox.jpg) no-repeat scroll left top;
	height: 330px;
}

#left .longbox p {
	padding: 40px 15px 40px;
	text-align: justify;
	z-index: 20;
	line-height: 1.3;
}

#left .longbox .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 283px;
	height: 200px;
	background: transparent url(/p/images/longbox.jpg) no-repeat scroll left bottom;
	z-index: -1;
}

#left .shortbox {
	width: 283px;
	height: 199px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: transparent url(/p/images/shortbox.jpg) no-repeat scroll left top;
	position: relative;
}

#left .shortbox h2 {
	padding: 30px 0px 0px;
	text-align: center;
	font-weight: bold;
}

#left .shortbox p {
	padding: 15px 15px 40px;
	text-align: justify;
	z-index: 20;
}

#left .shortbox a {
	color: #372100;
	font-weight: bold;
}

#right {
	float: right;
	width: 593px;
}

#right #content {
	width: 593px;
	background: transparent url(/p/images/content-bg.png) repeat-y scroll 0 0;
	min-height: 370px;
}

#right #content .top {
	width: 593px;
	height: 30px;
	background: transparent url(/p/images/c-top.png) no-repeat scroll 0 0;
	left: 30px;
	z-index: 1;
	position: relative;
	top: -15px;
}

#right .bottom {
	width: 593px;
	height: 50px;
	background: transparent url(/p/images/c-bottom.png) no-repeat scroll left -3px;
	position: relative;
	left: 30px;
	z-index: 2;
}

#right #content .content {
	z-index: 3;
	padding: 10px;
	padding-top: 0px;
	top: 50px;
	color: #d59d48;
	line-height: 1.25;
}

#right #content .content p {
	line-height: 1.25;
}

#right #content .content a img {
	width: 100px;
	height: 75px;
	border: solid 2px #d59d48;
}



#footer {
	width: 418px;
	height: 82px;
	background: transparent url(/p/images/foot.png) no-repeat scroll 30px -10px;
	float: right;
	margin-top: 20px;
}

#footer a {
	color: #d59d48;
}

#footer p {
	text-align: center;
	color: #d59d48;
	margin-top: 20px;
	*margin-top: 30px;
	line-height: 1.4;
}

.padding {
	padding: 5px;
}

#rotator {
	height: 320px;
}