* {
    margin                      :0px;
    padding                     :0px;
}

body {
	color						: #000;
	background-color			: #424141;	/* #50463e; */
}

#container {
	position                    : absolute;
	top                         : 50%;
	left                        : 50%;
	width                       : 1250px; 
	margin-left                 : -625px;
	height                      : 820px;
	margin-top                  : -410px;
/* background-image            : url(../images/background_motive.gif);  */
    overflow                    : hidden;
}
#child_container {
	position                    : absolute;
	float                       : left;
	top                         : 50%;
	left                        : 50%;
	width                       : 946px; 
	height                      : 596px;
	margin					    : -298px auto auto -473px;
	background-color	        : #fff;
}

div#wrapper { 
    position                    : absolute;
    left                        : 0px;
    top                         : 0px;
    overflow                    : hidden;
}
* > div#wrapper { /* good browsers see this */
	min-width                   : 946px;
	width                       : 100%;
	min-height                  : 596px;
	height                      : 100%;
} 

#header_l 
{
    float		                : left;
	background-image            : url(../images/header_l.jpg);
	background-color            : #766b62;
	width		                : 525px;
	min-height	                : 120px;
	margin-bottom               : 3px;
}

#slideshow 
{
    float		                : left;
	background	                : #000;
	width		                : 525px;
	min-height	                : 350px;
    margin-bottom               : 3px;
    height                      : 350px;
}
#slideshow_content 
{
}	

#footer_l 
{
    float		                : left;
	background-image            : url(../images/footer_l.jpg);
	background-color            : #766b62;
	width		                : 525px;
	min-height	                : 120px;
}

#menu 
{
	float		                : left;
	background-image            : url(../images/logo_wit.gif);
	background-position         : 50% 2%;
	background-repeat           : no-repeat;
	background-color            : #a3978d;
	width		                : 175px;
	min-height	                : 596px;
	margin-left	                : 528px;
	margin-top	                : -596px;
}

#logo a
{
    outline: none;
    position: absolute;
    top: 0;
    width: 175px;
    height: 120px;
}

#header_r 
{
    float		                : right;
	background-color            : #766b62;
	width		                : 240px;
	min-height	                : 120px;
	margin-left	                : 706px;
	margin-top	                : -596px;
}
#content 
{
    float               		: right;
	background	                : #b8aca2;
	width		                : 240px;
	min-height	                : 350px;
	margin-left	                : 706px;
	margin-top	                : -473px;
	font-family	                : "Trebuchet MS", Helvetica, sans-serif;
	line-height	                : 130%;
	font-size	                : 8pt;
	font-weight	                : normal;
	color                       : #fff;
	background-image            : url(../images/content.jpg);
	background-repeat           : no-repeat;
}

h1.font
{
	display						: inline !important;
	font-family	                : "Trebuchet MS", Helvetica, sans-serif;
	font-size	                : 8pt;
	font-weight	                : normal;
	padding:0px;
}

#content_child {
    margin                     : 8px;
}

#content_child p 
{
    padding:5px;
}

#content_child ul 
{
    margin: 0px;
    padding: 5px;
}

#content_child a:link { color: #336699; text-decoration: none; }
#content_child a:visited { color: #336699; text-decoration: none; }
#content_child a:hover { color: #3399FF; text-decoration: none; }

#footer_r 
{
    float		                : right;
	background	                : #766b62;
	width		                : 240px;
	min-height	                : 120px;
	margin-left             	: 706px;
	margin-top	                : -120px;
}

#contact_picture 
{
    display                     : none;
    background-image            : url(../images/contact.jpg);
    background-repeat           : no-repeat;
    height                      : 100%;
    width                       : 100%;
}

#copyright 
{
    margin                      : 100px 10px 0px 0px;                
    font-family	                : "Trebuchet MS", Helvetica, sans-serif;
	color                       : #cdc7b2;
	font-size	                : 7pt;
	text-align                  : right; 
}

a.link, a.link:hover, a.link:visited
{
	color			: #766b62;
	cursor: default;
}
