body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px; 
	background-color: #ffffff; 
	overflow: hidden;
}

img {
	border: none;
	outline: none;
} 

div#thumbs {       
	margin-top: -5px;
	margin-bottom: 20px;
	clear: both;
}   

div.thumb {             
	width: 80px;
	height: 80px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background-image: url('/images/thumb_bg.jpg');
	float: left;
}  

div.clear {
	clear: both;
}          

a {
	border: none;
	outline: none;
}

a.email {
	font-size: 12px;
}

#login {
	background-color: white;
	padding: 30px;
}                

#login h1 {
	font-size: 16px;
}                   

#login p {
	font-size: 16px;
	padding: 10px 0 0 0;
} 


#left-side {
	position: absolute;
	width: 50%;
	height: 100%;
	font-size: 18px;
	line-height: 24px;  
	float: left; 
	color: #ffffff;
}  

#left-inner {    
	top: 45px;
	right: 5px;       
	position: absolute;
	width: 460px;
	height: 585px;
	background-color: white;
	background-image: url('/images/isengart_ysl_sepia_glow.jpg');
}

#left-side h1 { 
	margin: 175px 0 10px 265px; 
	font-size: 32px;
	font-weight: normal; 
	text-transform: uppercase;
	padding: 0 20px 0 0;
	text-shadow: #EBD336 0px 0px 40px;
}   

#left-side h2 {
	margin: 0 0 20px 265px; 
	font-size: 16px;
	font-weight: normal;
	padding: 0 20px 0 0;
}  

ul.menu {
	margin: 50px 0 10px 265px;
	padding: 0;	
	text-indent: 0;
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
}

ul.menu li {  
	margin: 0;
	padding: 0;
	line-height: 18px;
} 

ul.menu li a {
	color: #EBD336;
}

#right-side {
	position: absolute;
	left: 50%;   
	background-color: #ffffff;
	width: 50%;
	height: 100%;
	font-size: 18px;
	line-height: 24px;
	float: left;
	color: #000000;
	overflow: auto;
}   

#right-inner {
	margin-top: 50px;
	padding: 0 40px 0 20px;
}    

#right-side a {
	color: #857C07
}

p {           
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #cb410b;
	text-decoration: none;
} 
                         
a:hover {
	text-decoration: underline;
}

.arrow-over {
	cursor: pointer;
}

input {            
	border: 1px solid #cccccc;
	color: #888888;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	
} 


