* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(WhiteLovebg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
/*line-height: auto;*/
text-align: left;
color: #333333;;
}

img { border: none; }
a { color: #0A6380; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 150px;
width: 800px;
float:left;
}
#header h1 {
width: 800px;
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 20px 0 0 0;
float:left
}
#header h1 a {
color: #0A6380;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}
#header h2 {
color: #3692AF;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
/*line-height: 19px;*/
margin-left: 0px;
padding-left: 0px;
//float:left;
}

#header h3 {
color: #3692AF;
font-size: 14px;
font-weight: 50;
padding: 2px 0 0 0;
margin: 0;
letter-spacing: 1px;
line-height: 14px;
}

#content {
padding: 10px 0;
}

.right {
width: 628px;
float: right;
text-align: left;
padding: 10px;
border-left: 1px solid #bbb;
}
.right h1 {
color: #FF4800;
font-size: 22px;
/*letter-spacing: 1px;*/
text-align: left;
font-weight: 100;
padding : 15px 0 15px 0;
}
.right h2 {
color: #FF4800;
font-size: 22px;
/*letter-spacing: 1px;*/
text-align: left;
font-weight: 100;
padding : 15px 0 15px 0;
}
.entry {
text-align: left;
}

.left {
width: 100px;
float: left;
padding: 10px;
font-size: 12px;
}
.left ul {
list-style-type: none;
line-height: 150%;
padding: 15px 10px 15px 2px;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
}
.left a { text-decoration: none }

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}
#footerpara .copyright, #footerpara .copyright a {
	font-weight: normal;
	text-decoration: none;
	color: #333
}
