body{
	background-color:#63391d;
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
	margin-top:50px;
	font-weight:normal;
	color:#863138;
}

#container{
	text-align:left;
	width:899px;
	margin:0 auto;
}

#header{
	/*background:url("../../layout/www.houseofporters.com/header.jpg") no-repeat;*/
	height:151px;
}

#lang_submenu_l{
	background:url("../../layout/www.houseofporters.com/submenu_bg_l.jpg") no-repeat;
	float:left;
	width:211px;
	height:33px;
	padding:15px 0px 0px 40px;
}

#submenu_r{
	background:url("../../layout/www.houseofporters.com/submenubg.gif") repeat-y;
	float:right;
	width:638px;
	height:33px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	letter-spacing:2px;
	padding:15px 0px 0px 10px;
}

#sidebar,#lang_submenu_l{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	letter-spacing:2px;
}

#sidebar{
	background:url("../../layout/www.houseofporters.com/sidebarbg.jpg") no-repeat;
	float:left;
	width:251px;
	height:420px;
	padding-top:10px;
}

#content{
	background:url("../../layout/www.houseofporters.com/contentbg.gif") repeat-y;
	float:right;
	width:593px;
	height:410px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#863138;
	padding:10px 40px 10px 15px;
	line-height:20px;
}

#content_txt{
	width:593px;
	height:410px;
	overflow-y:scroll;
}

#footer{
	background:url("../../layout/www.houseofporters.com/shadow_bottom.gif") repeat-x top;
	text-align:center;
	margin:0 auto;
	width:899px;
	min-height:50px;
	clear:both;
	font-size: 10px;
	color:#acacac;
}

/* ELEMENTS
-----------*/

#content p,#content ul,#content ol{
	margin:0 0 10px;
}
#content ul,#content ol{
	margin:0 0 10px;
	padding-left:15px;
	list-style:disc;
}
#content ol{
	list-style:decimal;
}
#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
}
/*-------------------------------------- */
#lang_submenu_l li,#submenu_r li{
	float:left;
	padding:0px 3px;
}

#submenu_r li{
	background-image:url("../../layout/www.houseofporters.com/stick.jpg");
	background-repeat:no-repeat;
	background-position: left 3px;
	padding-left: 4px;
	margin-left: 2px;
	margin-right:2px;
	padding-bottom:5px;
}

#submenu_r li.first{
	background-image:none;
	padding-left: 0px;
	margin-left:0px;
}

#sidebar li{
	padding:0px 0px 15px 0px;
}

#submenu_r a{
	color:#863138;
	text-decoration:none;
	margin-left:6px;
}

#sidebar a,#lang_submenu_l a{
	color:#863138;
	text-decoration:none;
}

#footer a{
	color:#CCCCCC;
	text-decoration:none;
}

/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0;
	padding:0;
	list-style:none;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:154px;
	width:154px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	border:2px solid #fff;
}
#module_photogallery li a:hover img{
	border:2px solid #ccc;
}

/*FORMS
-------*/
.module_form{
	background-color:#c4c493;
	border:1px solid #ad867e;
}
/*disclaimer box*/
.module_form p#disclaimer{
	padding:0px 5px 0px 5px;
	margin-top:20px;
}
/* verzenknop*/
.module_form input.submit{
	margin-top:20px;
	margin-left:5px;
}
/*input boxes*/
.module_form input.text{
}
/*kolom links van form*/
.module_form th{
	padding:5px 5px 10px 5px;
}

.error_message{
	border:1px solid #c00;
	background:#fdd;
	padding:15px;
	margin:10px 0;
	color:#c00;
}
tr.error {
	border:1px solid #000;
	background:#a2a27a;
}
#thanks{
	padding:15px;
	margin-bottom:30px;
	background:#cccc99;
	color:#944c4f;
}

