* {
    padding: 0;
    margin: 0;
} 

body {
background: #d9e1e4 url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #2E4A55; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }


img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

ol, ul {
  list-style: none;
}

#bullets{
	width: 530px;
	margin-right: 42px;
}

#bullets ul li{
	padding:0 0 14px 18px;
	background: url(../images/bullet_lite2.jpg) no-repeat top left;
}

#bullets2{
	width: 530px;
	margin-right: 42px;
}

#bullets2 ul li{
	padding:0 0 14px 18px;
	background: url(../images/bullet_lite2.jpg) no-repeat top left;
}

#bullets3{
	width: 530px;
	margin-right: 42px;
}

#bullets3 ul li{
	padding:0 0 14px 18px;
	background: url(../images/bullet_lite2.jpg) no-repeat top left;
}

#bullets4{
	width: 530px;
	margin-right: 42px;
}

#bullets4 ul li{
	padding:0 0 14px 18px;
	background: url(../images/bullet_lite2.jpg) no-repeat top left;
}


#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 150px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -2px;
padding: 55px 0 5px 0;
}
#header h1 a {
color: #334436;
text-decoration: none;
}
#header h1 a:hover {
color: #555;
text-decoration: none;
}
#header h2 {
color: #555;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
line-height: 24px;
}

#content {
padding: 10px 0;
}

.left {
width: 568px;
float: left;
}
.left h2 {
color: #FF4800;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}

.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 14px;
font-weight: 600;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 10px;
}