/* HTML settings. */
html {
   height               : 100%;
}

/* Website body. */
body {
   height               : 100%;
   margin               : 0px;
   padding              : 0px;
   font-family          : georgia;
   font-size			: 12px;  
   color				: #555555;
   text-align			: center;
   background			: #7f7f7f url(../images/website/website_02.jpg) top left repeat-x; 
}

/* Images. */
img {
   border               : 0px;
}

/* wrapper div. */
#divWrapper {
   width                : 990px;
   min-height           : 100%;
   height               : auto !important;
   height               : 100%;
   margin               : 0 auto;
   text-align           : left;
   position				: relative;
}

/* Main div. */
#main {
   position				: relative;
   background			: #7f7f7f url(../images/website/website_11.jpg) repeat-y center;
   width                : 850px;
   height				: 100%;
   min-height           : 100%;   
   height               : auto !important;
   float				: left; 
}

/* Add div. */
#addTop {
   position				: relative;
   width                : 140px;
   height				: 60;
   float				: right;
   top					: 15px;		   
}
/* Add div. */
#add {
   position				: relative;
   background			: #7f7f7f;   
   width                : 140px;
   height				: 100%;
   min-height           : 100%;   
   height               : auto !important;
   float				: right;
   top					: 65px;		   
}


/* top div. */
#top{
	position			: relative;
	background			: url(../images/website/website_02.jpg);
	width				: 100%;
	height				: 118px;
	z-index				: 1;
}

/* logo div. */
#logo{
	position			: relative;
	left				: 44px;
	background			: url(../images/website/website_03.jpg) no-repeat;
	width				: 585px;
	height				: 89px;
}

/* foto div. */
#foto {
	position			: absolute;
	left				: 596px;
	top					: 20px;
	background			: url(../images/website/website_05.jpg) no-repeat;
	width				: 233px;
	height				: 162px;
	z-index				: 3;
}

/* menu div. */
#divMenu{
	width				: 794px;
	height				: 22px;
	top					: 132px;
}

/* Menu list. */
#divMenu ul {
   margin               : 0px 0px 0px 15px;
   padding              : 0px;
   list-style           : none;
}

/* Let menu items float to the left in IE7. */
#divMenu ul li {
   float                : left;
}

/* Menu item links. */
#divMenu ul li a {
   display              : block;
   float                : left;
   font-family			: verdana,arial,sans-serif;   
   font-size            : 13px;
   font-weight          : 500;
   text-decoration      : none;
   padding              : 8px 24px 0px 0px;
   color                : rgb(255,255,255); 
}

/* Menu item links when hovered. */
#divMenu ul li a:hover, #divMenu ul li a.active {
   color				: #5f0619;
}

/* content left div. */
#divContentLeft {
   position				: relative;
   width                : 540px;
   float				: left;   
   padding				: 8px 8px 20px 24px;
   z-index				: 2; 
}

/* content left login div. */
#divContentLeftLogin {
   width                : 480px;
   float				: left;
   padding				: 8px 8px 20px 8px;
   z-index				: 2;
}

/* content right div. */
#divContentRight {
   position				: relative;
   float				: left;	
   left					: 18px;
   width                : 224px;
   padding				: 75px 0px 20px 10px;   
   z-index				: 2; 
}

/* clear div. */
#clearAll {
	clear 				: both;
}
/* footer div. */
#divFooter{
	width				: 850px;
	height				: 54px;
	position			: absolute;
	bottom				: 0;
	background			: #7f7f7f url(../images/website/website_15.jpg) no-repeat; 
	z-index				: 3;
}

#divFooter table {
    font-size			: 10px;
	width				: 98%;
	height				: 100%;
}