* {
    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: #5b675e;
	;
}

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

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

#header { 
margin-top: 5px;
height: 60px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
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;
letter-spacing: -1px;
line-height: 12px;
}

#content {
padding: 10px 0;
margin-top: 20px;
}

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


#footer {
background:  url(images/ropeUC1.png);
height: 100px;
width: 905px;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
}
#footer2 {
background:  url(images/ropeUC2.png);
height: 45px;
width: 905px;
margin-top: 0px;
text-align: center;
color: #333;
font-size: 11px;
}
