* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff 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: #3D4E6C; text-decoration: none; }
a:hover { text-decoration: underline; color : #FF7000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 150px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 55px 0 5px 0;
}
#header h1 a {
color: #3D4E6C;
text-decoration: none;
}
#header h1 a:hover {
color: #FF7000;
text-decoration: none;
}
#header h2 {
color: #FF7000;
font-size: 18px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#content {
padding: 10px 0;
}

.left {
width: 600px;
float: left;
text-align: justify;
}
.left h2 {
color: #3D4E6C;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 3px 0 3px 0;
border-bottom: 1px dotted #BBBBBB;
}
.left h3 {
color: #3D4E6C;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding: 0 0 0 0;
}
.left h4 {
color: #333333;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 3px 0 3px 0;
border-bottom: 1px solid #BBBBBB;
}
.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #BBBBBB;
font-size: 12px;
font-weight: 600;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #3D4E6C;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/bg_bottom.jpg) repeat-x left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a {
}