* {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #575757;
}

body {
	text-align: center;
	background: #E25A00 url('html-bg.gif') repeat-y center;
}

h1, h2 {
	display: none;
}

ul {
	list-style: none;
}

/* ID: BODY */

#body {
	text-align: left;
	margin: 0 auto;
	width: 770px;
	background: #E25A00 url('body-bg.gif') repeat-y center;
}

/* ID: TOP */

#top {
	height: 27px;
	background: #626262;
}

#top a,
#foot a {
    color: #CDCDCD;
    font-size: 11px;
}

#top a:hover,
#foot a:hover {
	text-decoration: none;
	color: white;
}

#top ul {
	padding-top: 5px;
}

#top li {
	float: left;
	padding-left: 30px;
}

#top .top-writeme {
	float: right;
	padding: 0 30px 0 17px;
	background: url('ico-mail.gif') no-repeat left 4px;
}

/* ID: HEAD */

#head {
	background: url('head.jpg') no-repeat top left;
	width: 770px;
	height: 298px;
}

#head a {
	display: block;
	position: relative;
	width: 455px;
	height: 90px;
	top: 90px;
	left: 60px;
	text-decoration: none;
}

/* ID: LEFTCOL */

#leftcol {
	float: left;
	padding: 10px 44px;
}

#leftcol h3,
#leftcol h5,
#leftcol p {
	width: 440px;
}

#leftcol h3 {
	margin-bottom: 3px;
}

#leftcol h3,
#leftcol h3 a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #E35F17;
}

#leftcol h5 {
	font-size: 12px;
	font-weight: normal;
	color: #A08979;
	margin-bottom: 18px;
}

#leftcol a,
#rightcol a {
	color: #E35F17;
}

#leftcol a:hover,
#rightcol a:hover {
	color: black;
	text-decoration: none;
}

#leftcol p {
	line-height: 18px;
	margin-bottom: 18px;
}

#leftcol .article-foot {
	text-align: right;
	color: #A08979;
	padding-bottom: 24px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #D9D2CD;
}

#leftcol .article-foot-left {
	padding-bottom: 24px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #D9D2CD;
}

#leftcol .article-foot a {
	padding-left: 17px;
	background: url('arr-long.gif') no-repeat left 5px;
}

#leftcol a.go-back {
	padding-left: 17px;
	background: url('arr-rlong.gif') no-repeat left 5px;
}


/* ID: LEFTCOL (ARTICLE NAVIGATION) */

#leftcol .article-pager {
	margin-bottom: 0;
	padding-top: 3px;
	text-align: center;
}

#leftcol .page-left {
	background: url('arr-rlong.gif') no-repeat left 5px;
	padding-left: 17px;
}

#leftcol .page-right {
	background: url('arr-long.gif') no-repeat right 5px;
	padding-right: 17px;
}
	
/* ID: RIGHTCOL */

#rightcol {
	float: left;
	padding-left: 15px;
}

#rightcol h4,
#rightcol p,
#rightcol ul {
	width: 200px;
}

#rightcol h4 {
	color: #C0795D;
	font-size: 14px;
	margin: 25px 0 10px 0;
}

#rightcol p,
#rightcol li {
	line-height: 18px;
}

/* ID: RIGHTCOL SEARCH */

#rightcol .rbox-search {
	padding-bottom: 25px;
	border-bottom: 1px dashed #DBB9A2;
}

/* ID: RIGHTCOL ARCHIVE */

#rightcol .rbox-archive {
	padding-bottom: 25px;
	border-bottom: 1px dashed #DBB9A2;
	margin-bottom: 25px;
}

#rightcol .rbox-archive li {
	padding-left: 15px;
	background: url('arr-orange.gif') no-repeat 3px 6px;
}

/* ID: RIGHTCOL TECHNICAL INFO */

#rightcol .technical-info {
	padding-bottom: 25px;
}

/* ID: FOOT */

#foot {
	clear: both;
	background: #626262 url('foot-bg.gif') no-repeat top left;
	padding: 14px 30px 8px 30px;
	font-size: 11px;
	color: #A2A2A2;
}

#foot[id] {
	padding: 28px 30px 9px 30px;
}

/* CLASS: INPUTS */

input, textarea {
	border: 1px solid #7C7C7C;
	width: 155px;
	background: white url('input-bg.gif') repeat-x top;
	padding: 4px;
	height: 24px;
}

.input-text2 {
	width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
}

.input-submit,
.input-submit2 {
	height: 24px;
	background: #CFCFCF url('submit-bg.gif') repeat-x top;
	width: 40px;
}

.input-submit2 {
	width: 90px;
}

.input-submit[type=submit] {
	margin-bottom: -1px;
}

/* CLASS: COMMON */

.cleaner {
	height: 1px;
	overflow: hidden;
	clear: both;
}
