
/*-- Body 
--------------------------------------------------------*/

body {
	padding:0px;
	margin:0px;
	height:100%;
	background-image:url('/img/body_bg.jpg');
	background-repeat:repeat-x; 
	background-color:white;
	font-family:verdana;
	font-size:12px;
	color:#3E342B;
	line-height:18px;
}

td {
	vertical-align:top;
	font-family:verdana;
	font-size:12px;
	color:#3E342B;
	line-height:18px;
}

a {
	color:#BC0000;
}

a:hover {
	color:red;
}

.left_title {
	background-image:url('/img/h2_bg.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#3E342B;
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	width:201px;
	padding-left:7px;
	padding-bottom:4px;
	margin-bottom:3px;
}

.center_title {
	color:#BC0000;
	font-size:21px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

.menu_item {
	background-image:url('/img/li.gif');
	background-repeat:no-repeat;
	background-position:7px 10px;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	width:201px;
	padding-left:21px;
 	line-height:23px;
}

.menu_item_active {
	background-image:url('/img/li_active.gif');
	background-repeat:no-repeat;
	background-position:7px 10px;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	width:201px;
	padding-left:21px;
 	line-height:24px;
}

.menu_item a {
	color:#736050;
	text-decoration:none;
}

.menu_item a:hover {
	color:#BC0000;
	text-decoration:none;
}

.menu_item_active a{
	color:#BC0000;
	text-decoration:none;
}

.menu_sub_item {
	background-image:url('/img/li_2.gif');
	background-repeat:no-repeat;
	background-position:1px 11px;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	width:201px;
	padding-left:10px;
 	line-height:24px;
}

.menu_sub_item_active {
	background-image:url('/img/li_2_active.gif');
	background-repeat:no-repeat;
	background-position:1px 11px;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	width:201px;
	padding-left:10px;
 	line-height:24px;
}

.menu_sub_item a {
	color:#736050;
	text-decoration:none;
}

.menu_sub_item a:hover {
	color:#BC0000;
	text-decoration:none;
}

.menu_sub_item_active a{
	color:#BC0000;
	text-decoration:none;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-top:3px;
	text-align:justify;
}

h1 {
	color:#BC0000;
	font-size:21px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
	margin-top:25px;
}

p img {
	border:1px solid #552E26;
	margin:5x;
	margin-left:0px;
}

/*-- Top module 
--------------------------------------------------------*/

#top_module .top_left{
	background-image:url('/img/top_left.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	width:50%;
}

#top_module .top_right{
	background-image:url('/img/top_right.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	width:50%;
}

/*-- Container 
--------------------------------------------------------*/

#main_container {
	width:expression(document.body.clientWidth > 914? "914px": "100%");
	width:914px;
	background-color:#ffffff;
	background-image:url('/img/container_bg.gif');
	background-repeat:repeat-x;
	background-position:left top;
}                                 

.center_left{
	background-image:url('/img/center_left_bg.jpg');
	background-repeat:repeat-y;
	background-position:right top;
}

.center_left_2{
	background-image:url('/img/center_left.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	padding-left:40px;
}

.center_left_3{
	background-image:url('/img/center_left_2.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.center_right{
	background-image:url('/img/center_right_bg.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}

.center_right_2{
	background-image:url('/img/center_right.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
}

.center_right_3{
	background-image:url('/img/center_right_2.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.center_bg {
	background-image:url('/img/center_bg_2.gif');
	background-repeat:repeat-y;
	background-position:left top;
}

/*-- forms
--------------------------------------------------------*/

.form_title {
	padding-bottom:9px;
	font-size:11px;
}

.support_textarea {
	width:100%;
	border:1px solid #493C2B;
	height:78px;
}

.support {
	width:100%;
	border:1px solid #493C2B;
	height:21px;
	margin-bottom:9px;
}

.button {
	margin-top:10px;
	border:1px solid black;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
}


#guestbook textarea {
	width:100%;
	border:1px solid #493C2B;
	height:102px;
	background-color:#ffffff;
}

#guestbook input {
	width:100%;
	border:1px solid #493C2B;
	height:21px;
	margin-bottom:9px;
}

#guestbook .button {
	margin-top:10px;
	border:1px solid #493C2B;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	
}


/*-- Content left 
--------------------------------------------------------*/

.content_left {
	padding-right:26px;
	padding-top:26px;
}

.content_center {
	padding-left:23px;
	padding-right:2px;
	padding-top:26px;
}
