body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
	line-height:200%;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #777777;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #777777;
	scrollbar-track-color: #444444;
	scrollbar-arrow-color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006EA6;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}

h2 {
	font-size: 30px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 16px;
}

a:link {
	color: #0094E0;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #0094E0;
}


#wrapper { 
width:1020px;
background: url(images/background.jpg) top no-repeat;
margin: 0 auto;
}

/* Header */

#header {
	width: 940px;
	height: 150px;
	margin: 0 auto;
	padding-top: 10px;
	background:url(img/head-background.jpg)}


#logo {
	float: left;
	width: 607px;
	color: #FFFFFF;
	background:url(images/lovinghut-logo2.png) center no-repeat;
	height:105px;
	padding-top:20px;
}
#address {
	float: right;
	width: 211px;
	color:#cc3300;
	line-height:115%;
	font-size:14px;
	height:104px;
	padding-top:10px;
}
#address a {
	color: #cc3300;
	text-decoration: none;
}

#address a:hover {
	text-decoration: underline;
	color:#0066FF;
	
}
/* Menu */

#menu {
	width: 940px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	
}
#banner {
	width: 940px;
	height: 316px;
	margin: 0 auto;
	padding: 0;
	background: url(images/main_pic.jpg) left top;
}



/* Page */

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

/* Content */

#content {
	float: left;
	width: 440px;
	margin-top:20px;
	 
}
#content2 {
	float: left;
	width: 940px;
	margin-top:20px;
	 
}
/* Post */

.post {
}

.post .title {
	height: 52px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height:120%;
	font-weight:bold;
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



.post .entry {
color:#FFFFFF;
padding-left: 10px;
line-height:140%;
font-size:14px;
}
.post a {
	color: #3F9;
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
	color:#063;
	
}
/* right_content */

#right_content {
	float: right;
	width: 460px;
	height: 292px;
	margin-top:20px;
	background:url(images/left_menu.png) no-repeat left top;
	
}

#right_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right_content li {
	margin: 0;
	padding: 0;
}

#right_content li ul {
	padding-bottom: 30px;
}

#right_content li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#right_content li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#right_content h2 {
	letter-spacing: -.5px;
	color: #F93D00;
}

#right_content p {
	padding-bottom: 20px;
	text-align: justify;
}

#right_content a {
	color: #417FDA;
	border: none;
}

#right_content a:hover {
	text-decoration: underline;
	color: #787878;
}
/* Footer */

#footer {
    
    width:940px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-bottom:10px;
	}

