body{
	background-color: #f3f2e7;
	background-image: url(../../binary?id=1077);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	margin: auto;
	font-size: 0.7em;
}

body,
input,
textarea{
	font-family: 'Trebuchet MS', sans-serif;
}

input,
textarea{
	font-size: 100%;
}

a{
	text-decoration: none;
	color: #6d661e;
}

img{
	border: 0;
}

.spacer{
	height: 1em;
}

ul{
	line-height: 180%;
	list-style-type: square;
}

#framework{
	min-height: 600px;
	width: 847px;
	padding: 28px 32px 32px 39px;
	position: relative;
	text-align: left;
	float: right;
}

#main{
	width: 530px;
	margin-right: 32px;
	float: left;
}

#right{
	width: 285px;
	float: left;
}

#left{
	background-image: url(../../binary?id=160);
	height: 663px;
	width: 2000px;
	position: absolute;
	left: -1994px;
	top: 0;
}

#rightContent{
	padding-left: 25px;
}

#header,
#menuContent{
	margin-bottom: 3em;
}

#header,
#menu,
h1,
h2,
h3,
h4,
.article .date,
#worksList .date,
h5{
	font-family: georgia, serif;
}

#logo,
#url{
	font-size: 36px;
	color: #827b2f;
}

/* #menu #logo{
	color: #b4b4b4;
	border-left: 2px solid #b4b4b4;
	padding-left: 23px;
}*/

#header p{
	color: #b4b4b4;
	font-size: 17px;
	line-height: 120%;
	margin: 1em 0 1em 0;
}

#menu ul{
	line-height: 120%;
	font-size: 17px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 1em 0 1em 0;
}

#menu a{
	color: #b4b4b4;
	border-left: 2px solid #e5e5e5;
	padding-left: 23px;
	display: block;
}

#menu ul a:hover,
#menu ul a.active{
	color: #6d661e;
	border-left: 2px solid #827b2f;
}

#worksList .works{
	clear: both;
}

#worksList .works a{
	float: left;
	margin: 0 10px 10px 0;
	font-size: 0;
}

#worksList .works a.last{
	margin-right: 0;
}

#worksList h2{
	clear: both;
}

h1{
	color: #6d661e;
	font-weight: normal;
	margin: 0.8em 0 0.8em 0;
	padding-bottom: .2em;
	font-size: 180%;
	border-bottom: 2px solid #e5e5e5;
}

.article h1,
h2,
.frame h4{
	color: #6d661e;
	font-weight: normal;
	margin: 0.8em 0 0.8em 0;
	font-size: 17px;
	border: 0;
	padding-bottom: 0;
	clear: both;
}

h3{
	color: #333;
	font-weight: normal;
	font-size: 15px;
	margin: 1em 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #e5e5e5;
}

.article h1,
.article h2,
#worksList h2{
	float: left;
	margin-top: 0;
}

#articleList div{
	margin-bottom: 2.5em;
}

#articleList div.last{
	margin-bottom: 0;
}

.article p{
	margin: 0.6em 0 0 0;
}

.article .date,
#worksList .date{
	float: left;
	white-space: nowrap;
	overflow: hidden;
	border-left: 1px solid #b4b4b4;
	font-size: 15px;
	color: #b4b4b4;
	margin: 0 0 0 .8em !important;
	padding: 1px 0 0 .8em;
}

#worksList .date a{
	color: #b4b4b4;
}

#worksList .date a:hover{
	color: #6d661e;
}

.itemList span.date{
	color: #b4b4b4;
}

.article .heading{
	margin-bottom: 0;
}

.article .comments{
	float: right;
	padding-top: 4px;
}

.commentShow{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e5e5e5;
}

.commentShow.last{
	border: 0;
	margin: 0;
	padding: 0;
}

h5,
#articleShow h4{
	color: #6d661e;
	font-size: 14px;
	margin: 0 0 .2em 0;
	font-weight: normal;
}

#articleShow h4{
	font-size: 12px;
}

.itemList p{
	margin: 0 0 1em 0;
}

.itemList .last p{
	margin-bottom: .8em;
}

.byline{
	color: #b4b4b4;
}

input.text,
textarea{
	border: 1px solid #b4b4b4;
	color: #999;
	background-color: #f5f5f5;
}

#newsletterSubscribe input,
#main form input,
#main form textarea{
	display: block;
}

#newsletterSubscribe input.text,
#main form input.text,
#main form textarea{
	width: 248px;
	margin-bottom: 9px;
	padding: 2px 5px 2px 5px;
}

#main form input.text,
#main form textarea{
	width: 518px;
}

#newsletterSubscribe .button,
#newsletterSubscribe .button input,
#main form .button,
#main form .button input{
	width: 90px;
}

#formComment .button,
#formComment .button input{
	width: 130px !important;
}

.button{
	border: 1px solid #827b2f;
}

.button input{
	background-color: #827b2f;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #383409 #383409 #fff;
}

.assistant{
	padding: 2px 5px 2px 5px;
	background: #093;
	color: #FFF !important;
	width: 250px;
	margin-bottom: 9px;
}

.assistant a{
	color: #FFF;
}

#main .assistant{
	width: 520px;
}

.assistant.error{
	background: #c00;
}

.error{
	color: #c00;
}

input.error,
textarea.error{
	border: 1px solid #c00;
}

form{
	margin: 0;
}

#navigationHeader{
	padding: 2px 5px 2px 5px;
	background-color: #e5e5e5;
	margin-bottom: 1em;
}

ul#navigationMenu {
	margin: 0;
	line-height: normal;
	list-style-type: none;
	clear: both;
	padding: 2px 5px 2px 0;
	background-color: #e5e5e5;
}

ul#navigationMenu li {
	color: #999;
	display: inline;
	padding: 0 0 0 5px;
}

ul#navigationMenu li.numbers{
	padding-right: 5px;
}

ul#navigationMenu li.numbers.active {
	background-color: #fff;
	color: #000;
}

#workShow span{
	display: block;
	clear: both;
	margin: 1em 0 2em 0;
}

#workShow ul#navigationMenu{
	margin-bottom: 1em;
}

#workShow ul#navigationMenu li.next{
	float: right;
}

#workShow div.imageInfo{
	clear: both;
	margin: -1em 0 2em 0;
}

#workShow img{
	margin-bottom: 2em;
}

#workShow .heading{
	width: 530px;
}

#ie6message{
	display: none;
}