body {
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #333333;  
    background: #ffffff;   
} 

#wrapper {
    position: relative; 
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;   
    margin-bottom: 20px;    
    width: 800px;           
}

#innerWrapper {
    position: relative; 
}

/*---------- HEADER
--------------------------------------------------------------------------*/


#header {
    position: relative; 
    padding: 0 0 0 630px;
    height: 100px;	
	background: url(images/logo.png) no-repeat top left;  
}

#header div{
    position: absolute;
    right: 0;
    bottom: 0; 
    color: #999999;	    
    height: 30px;	
}

#design {
    position: relative; 
    height: 150px;  
	/*background: url(images/design.jpg) no-repeat top left;*/
	border: 1px solid #bbb;
}

#mainMenu {
    position: relative; 
	/*margin-top: 15px;*/
    height: 30px;   
	color: #65727f;	
	/*border: 1px solid black;*/
}

/*---------- MAINBODY
--------------------------------------------------------------------------*/

#mainBody {
    position: relative; 
    width: 800px;
    min-height: 400px;  
}

#leftDiv {
    float: left;
    padding: 15px 0 0 0;
    width: 180px;
    min-height: 400px;   
}

#subMenu {
    /*min-height: 120px;*/
}

#rightDiv {
    float: right; 
    width: 610px;
    min-height: 300px;   
}

div.clear {
    clear: both;
    position: relative;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}

/*---------- FOOTER
--------------------------------------------------------------------------*/

#footer {
    position: relative;    
    border-top: 1px dashed #cccccc; 
}

#footer div{
    padding: 0 10px 0 0;
    text-align: center;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;    
    color: #aaaaaa;
    height: 25px;  
    line-height: 25px;     	   
}

/* LOGIN BUTTONS */


.logins a, .logins button{
    display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	width: 140px;
}
.logins button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.logins button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.logins button img, .logins a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}





