* { padding: 0; margin: 0; outline: none; font-size: 13px; font-family: Arial,Helvetica,Verdana; border: none;}
body { background: #eaeaea; }
.all { margin: 10px auto; width: 760px; border: 2px solid #ccc; padding: 20px; background: #fff;}
.header { height: 200px; width: 760px; background-image: url(../images/topbg.jpg); position: relative;}
.header h1 { position: absolute; left: 20px; bottom: 10px ; font-size: 50px; color: #333; background: white; padding: 2px 10px; border: 2px solid #ccc;}
.header .contact { width: 140px; position: absolute; right: 10px; bottom: 10px; padding: 10px; border: 1px solid #ccc; background: white;}

.sidebar {float: right; width: 150px; margin-top: 20px;}
.sidebar img { margin-bottom: 15px; }

.content { margin-top: 20px; width: 590px; }

.content p {text-indent: 1em; margin-bottom: 15px; text-align: justify; }

.clear { clear: both; }