* {
	padding: 0;
	margin: 0;
	padding-left: 3px;
} 

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

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

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

#header { 
height: 90px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 55px 0 5px 0;
}
#header h1 a {
	color: #000000;
	text-decoration: none;
}
#header h1 a:hover {
color: #555;
text-decoration: none;
}	
#header h2 {
	color: #000000;
	font-size: 19px;
	font-weight: 100;
	padding: 0 0 0 0;
	letter-spacing: -1px;
	line-height: 12px;
}

#content {
padding: 0px 0;
}

.left {
	width: 568px;
	float: left;
	text-align: justify;
	margin-top: 20px;
	padding-left: 5px;
}
.left h2 {
	color: #000000;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: 100;
	padding : 0px 0 0px 0;
}

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

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