/* DEEP LOUNGE PAGE */


body{
	margin: 0;
	padding: 0;	
	height: 100%;
}

#page{
	width: 666px;
	margin: 0 auto;
}

#main{
	float: right;
	width: 506px;
}
	
#content{
	clear: both;
	padding-top: 0px;
}

#highliner{
	clear: both;
	padding-top: 0px;
	background-color: #F60;
	min-width: 293px;
	max-width: 293px;
}

#left{
	float: left;
	width: 152x;	
}
	
#logo{
	width: 152px;
	height: 520px;	
}

#footer {
	clear: both;
	width: 300px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 170px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#footer * {
	color: #666;
}

	
/* DEEP LOUNGE MENU */
	
#header{
	height: 152px;
	border-left: 1px solid #E7E7E7;
    margin: 0;	
}

#header a {	
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #009;
}
   
#header a:hover {
	color: #009;
}

#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
}

#menu li {
	float: left;
	width: 100px;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;	
}

#menu a {
	display: block;
	height: 50px;
	width: 100px;
	line-height: 20px;
	padding: 87px 0 0;
	text-align: center;
	border-bottom: 15px solid #FFF;
}

#menu a:hover{
	border-bottom: 15px solid #00CCFF;
	color: #00CCFF;
	background-color: #FAFDFF;		
}

#menu .current_page_item {
	color: #00CCFF;
	border-bottom: 15px solid #00CCFF;
	background-color: #FAFDFF;	
}

/* DEEP LOUNGE AREA
----------------------------------------------- */	
body{
	color: #666;
	background-color: white;
	font-family: verdana, arial, sans-serif;
  	font-size: 75%;	
  	line-height: 1.4;
}

p {
	margin: 10px 0;	
}

a {	
	text-decoration: none;	
	color: #009;
}

a:link {color: #339900; text-decoration: none}
a:visited {color: #339900; text-decoration: none}
a:active {color: #339900; text-decoration: none}
a:hover {color: #00CCFF}


h1 {
	font-size: 26px;
	margin: 14px 0 10px 0;
}

h2 {
	font-size: 18px;	
	margin: 14px 0 10px 0;
	color: #00CCFF;
}

.highline{
	color: #00CCFF;
}

.higherline{
	color: #FFF;
}

.post{	
	border-bottom: 1px dotted #999;
	overflow: hidden;
	padding-bottom: 8px;
	text-align: justify;
}

.thumb{
	float: right;
	padding: 4px 0px 4px 8px;
	margin: 15px 5px 0 0;
	border: 0;
}
