html, body
{
	margin:0;
	border:0;
	padding:0;
	
	font-size:14px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#fff;
	background-color:#191919;
	background-image:url(images/page_background.jpg);
}
input
{
	color:#2d5d2c;
	border:1px solid #2d5d2c;
	background:#eeffee;
}
ul
{
	margin:0;
	border:0;
	padding:0;
	list-style-type:square;
	list-style-position:inside;
}
img
{
	border:0;
}
h1
{
	font-size:20px;
	width:100%;
	margin:0 auto;
	padding:5px 0px 10px 0px;
	text-align:left;
	color:#2d5d2c;
	clear:both;
}
h2
{
	font-size:15px;
	width:100%;
	margin:0 auto;
	padding:5px 0px 10px 0px;
	text-align:left;
	color:#2d5d2c;
	clear:both;
}
h3
{
	width:100%;
	margin:0 auto;
	padding:5px 0px 10px 0px;
	text-align:left;
	color:#2d5d2c;
	clear:both;
}
p
{
	margin:0px 0px 12px 0px;
	color:#494949;
	text-align:justify;
}
li
{
	text-align:left;
}
a
{
	color:#2d5d2c;
	font-weight:bold;
}
a:hover
{
	color:#20421f;
}
table
{
	width:100%;
	margin:10px 0px 10px 0px;
	padding:0;
}

tr
{
	background:#ebe0c2;
}
th
{
	margin:1px;
	color:#242424;
	border:1px solid #8F8367;
	background:#8F8367;
	
	text-align:left;
	font-weight:bold;
}
td
{
	margin:1px;
	border:1px solid #8F8367;
	padding:2px;
	color:#242424;
	text-align:left;
}
td a
{
	color:#242424;
}

#page
{
	width:812px;
	margin:0 auto;
	border:0;
	padding:0px;
}
#page1
{
	width:810px;
	margin:0 auto;
	border:0;
	padding:2px;
	background-image:url(images/border_background.jpg);
	
	display:inline;
	float:left;
}
#page2
{
	width:810px;
	margin:0 auto;
	background-color:#000000;
	
	display:inline;
	float:left;
}
#page3
{
	width:800px;
	margin:0 auto;
	border:5px solid white;
	padding:0px;
	background-color:#fff;
	
	display:inline;
	float:left;
}
#header
{
	width:814px;
	margin:0px auto;
	text-align:center;
	color:#947953;
	text-align:left;
}
#footer
{
	width:100%;
	margin:15px auto;
	padding:0px;
	text-align:center;
	color:#947953;
	
	display:inline;
	float:left;
}
#footer a
{
	color:#947953;
	font-weight:normal;
}


#content
{
	width:780px;
	margin:5px 0 0 0;
	border:0;
	padding:10px;
	
	color:#494949;
	background:#ece1c2 url(images/side_background.jpg) repeat-x;
	
	display:inline;
	float:left;
}
#content_side
{
	width:800px;
	margin:0;
	border:0;
	padding:0px;
	
	color:#494949;
	background:#fff;
	
	display:inline;
	float:left;
}
#left_side
{
	width:200px;
	margin:0;
	border:0;
	padding:10px;
	
	color:#494949;
	background-color:#fff;
	
	display:inline;
	float:left;
}
#right_side
{
	width:560px;
	margin:0;
	border:0;
	padding:10px;
	
	color:#494949;
	background:#ece1c2 url(images/side_background.jpg) repeat-x;
	
	display:inline;
	float:right;
}

.image_left
{
	margin:0px 4px 2px 0px;
	border:1px solid #aaaaaa;
	border-left:1px solid #cccccc;
	border-top:1px solid #dddddd;
	padding:3px;
	
	background:#fff;
	
	display:inline;
	float:left;
}
.image_right
{
	margin:2px 0px 0px 4px;
	border:1px solid #aaaaaa;
	border-left:1px solid #cccccc;
	border-top:1px solid #dddddd;
	padding:3px;

	background:#fff;
	
	display:inline;
	float:right;
}

/* ---[ DragResize ]--- */

/* Apply the element you want to drag/resize */
.drsElement {
 position: absolute;
 border:1px dotted #eee;
 background: url(artwork/transparent.gif);
}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
 height: 20px;
/* background-color: #CCC; */
 border-bottom: 1px solid #666;
 cursor: move;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: #EEE;
 border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}

/* ---[ News ]--- */
.news
{
	width:502px;
	margin:10px;
	color:#494949;
	background:#dbd0b4 url(images/news_background.jpg) bottom left;
	display:inline;
	float:left;
}
.news a
{
	margin:0 1px 0 0;
	padding:0px;
	display:inline;
	float:right;
}
.news p
{
	width:492px;
	padding:5px;
	text-align:justify;
	display:inline;
	float:left;
}
.news h1, .news h2, .news h3
{
	height:25px;
	border:0;
	font-size:16px;
	color:#fff;
	background:#58371b;
}
.news h1
{
	width:430px;
	padding:20px 2px 0px 70px;
	background:url(images/news_gbr.jpg);
}.news h2
{
	width:420px;
	padding:20px 2px 0px 80px;
	background:url(images/news_tdr.jpg);
}
.news h3
{
	width:410px;
	padding:20px 2px 0px 90px;
	background:url(images/news_tot.jpg);
}
/* ---[ Box ]--- */
.box
{
	width:252px;
	margin:10px;
	color:#494949;
	background:#dbd0b4 url(images/box_background.jpg) bottom left;
	display:inline;
	float:right;
}
.box p
{
	padding:5px;
	text-align:justify;
}
.box h1
{
	height:25px;
	width:180px;
	border:0;
	padding:20px 2px 0px 70px;
	font-size:16px;
	color:#fff;
	background:#58371b url(images/box_gbr.jpg);
}
/* ---[ Sitemap ]--- */
#sitemap
{
	width:780px;
	height:120px;
	margin:5px 0 0 0;
	border:0;
	padding:10px;
	color:#84827b;
	background:#000 url(images/sitemap_background.jpg);
	display:inline;
	float:left;
}
#sitemap div
{
	width:260px;
	text-align:center;
	display:inline;
	float:left;
}
#sitemap div a
{
	font-size:14px;
	color:#494949;
	text-decoration:none;
	text-align:left;
	display:inline;
	float:left;
}
#sitemap div ul
{
	margin:0;
	border:0;
	padding:0;
	list-style-type:square;
	list-style-position:inside;
	display:inline;
	float:left;
}
#sitemap div ul li
{
	width:130px;
	display:inline;
	float:left;
}
#sitemap div ul li a
{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#84827b;
	float:none;
}
#sitemap div ul li a:hover
{
	color:#55544e
}

/* ---[ Sitemap ]--- 
#sitemap
{
	width:780px;
	height:120px;
	margin:5px 0 0 0;
	border:0;
	padding:10px;
	color:#84827b;
	background:#000 url(images/sitemap_background.jpg);
	float:left;
}
#sitemap div
{
	width:260px;
	text-align:center;
	float:left;
}
#sitemap div h1
{
	font-size:12px;
	color:#494949;
}
#sitemap div li
{
	width:130px;
	float:left;
}
#sitemap div li a
{
	font-weight:normal;
	text-decoration:none;
	color:#84827b;
}
#sitemap div li a:hover
{
	color:#55544e
}
*/
/* ---[ CMS Menu ]--- */
#cms_menu
{
	width:790px;
	margin:5px 0 0 0;
	border:0;
	padding:5px;
	color:#84827b;
	background:#eee;
	text-align:left;
	display:inline;
	float:left;
}
#panorama
{
	width:790px;
	margin:0;
	border:0;
	padding:5px;
	background:url(images/bg_widescreen.jpg);
	display:inline;
	float:left;
}
#curl_link_left
{
	width:100px;
	height:100px;
	margin:0;
	border:0;
	padding:0;
	background:url(images/curl_tdr1.jpg);
	display:inline;
	float:left;
}
#curl_link_left:hover
{
	background:url(images/curl_tdr2.jpg);
}#curl_link_right
{
	width:100px;
	height:100px;
	margin:0;
	border:0;
	padding:0;
	background:url(images/curl_tot1.jpg);
	display:inline;
	float:right;
}
#curl_link_right:hover
{
	background:url(images/curl_tot2.jpg);
}