@charset "utf-8";
/* CSS Document */

BODY{
	background: url(../images/tile.jpg);
}
UL{
	list-style-image: url(../images/bullet.gif);
}
UL LI{
	line-height: 1.6em;
	padding-bottom: 8px;
}
A{
	color: #736357;
}
A:hover{
	color: #b9b1ab;
}
IMG{
	border: 0;
	behavior: url(/style/iepngfix.htc);
}
IMG.border{
	padding: 5px;
	border: 1px solid #e0dddb;
	background-color: #f5f3f0;
		
}
IMG.left{
	float: left;
	margin: 0 10px 10px 0px;
}
IMG.right{
	float: right;
	margin: 0 0px 10px 10px;
}
BLOCKQUOTE{
	font-style: italic;
	font-size: 1.2em;
	color: #736357;
}
#container{
	width: 800px;
	position: relative;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	background-color: #fff;	
}
#container .leftside{
	position: absolute;
	left: -150px;
	top: 0px;
}
#container .rightside{
	position: absolute;
	right: -150px;
	top: 0px;
}
#container .header .paperbits{
	position: absolute;
	top: -30px;
	left: 25px;
}
#container .header .title{
	position: absolute;
	top: -30px;
	left: -35px;
}
#container .header .piccy{
	position: absolute;
	top: -15px;
	left: 290px;
}
#container .header .flag{
	position: absolute;
	top: 13px;
	left: 530px;
}
#container .header .address{
	position: absolute;
	top: 85px;
	left: 545px;
}
#container .header .menu{
	position: absolute;
	left: 10px;
	top: 86px;
	text-align: left;
}
#container .header .menu a{
	text-decoration: none;
	text-transform: uppercase;
	color: #665959;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}
#container .header .menu a:hover{
	text-decoration: underline;
}
#container .header .menu .link{
	text-decoration: underline;
	text-transform: uppercase;
	color: #665959;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}
#container .body{	
	text-align: left;
	position: relative;
	background-color: #fff;
	min-height: 560px;
}
#container .body .textblock{
	width: 480px;
	margin: 30px 0 0 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}
#container .body .textblock .title{
	color: #7c6d62;
	font-size: 1.4em;
	margin-bottom: 14px;
}
#container .body .textblock .subtitle{
	color: #dd4141;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 14px;
}
#container .body .textblock .subtitle .date{
	color: #b9b1ab;
	font-size: 0.85em;
	font-weight: bold;
}
#container .body .rightside{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 250px;
}
#container .body .block{
	border: 1px solid #e0dddb;
	background-color: #f5f3f0;
	padding: 10px;
	margin-bottom: 10px;
}
#container .body .block .item{
	width: 230px;
	background-color: #cdc6bc;
}
#container .body .block .item .image{
	border-bottom: 1px solid #f5f3f0;
}
#container .body .block .item .text{
	color: #464646;
	padding: 10px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}
#container .footer{
	width: 772px;
	height: 24px;
	background-color: #f5f4f0;
	text-align: left;
	padding-left: 28px;
	padding-top: 8px;
	color: #9e9c95;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.7em;
}
#container .footer a{
	color: #9e9c95;
	text-decoration: none;
	border-bottom: 1px dotted #9e9c95;
}

.clear{
	clear: both;
}
.padding{
	padding-top: 8px;
	padding-bottom: 16px;
}


FORM #errordiv{
	color: #cc0000;
}
FORM div {
	clear: left;
	margin-top: 12px;
	margin-bottom: 24px;
}
FORM div.float{
	float: left;
	clear: none;
	margin-right: 18px;
}
FORM div.floatright{
	float: right;
	clear: none;
	margin-right: 8px;
}
FORM label{
	display: block;
	color: #743737;
	font-size: 1.3em;
	padding-bottom: 4px;
}
FORM .text{
	width: 278px;
	background: #f5f3f0;
	border: 1px solid #e0dddb;
	height: 22px;
	vertical-align: middle;
	padding: 4px 0 0 4px;
}
FORM .text-long{
	width: 380px;
	background: #fddebe url(../images/form_inputback.jpg) repeat-x;
	border: 1px solid #cf9c6e;
	height: 22px;
	vertical-align: middle;
	padding: 4px 0 0 4px;
}
FORM .button{
	background-color: #f5f3f0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #e0dddb;
	border-bottom: 1px solid #e0dddb;
	width: 178px;
	height: 28px;
	color: #464646;
	font-size: 1.4em;
	margin: 4px 0px 0px 100px;
}
FORM .button2{
	background-color: #ecaa71;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	width: 184px;
	height: 28px;
	color: #fff;
	font-size: 1.4em;
}
FORM .checkbox{
	display: inline;
	vertical-align: middle;
	margin-left: 16px;
}
FORM TEXTAREA{
	background: #f5f3f0;
	border: 1px solid #e0dddb;
	width: 278px;
	height: 174px;
}
