/* Unchanged */
* {
margin:0;
padding:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#fff url(images/bg.jpg) top center repeat-y;
color:#333;
line-height:18px;
}

p {
margin-bottom:12px;
}

#contentbg {
background:#fff url(images/index_10.jpg) top left repeat-y;
}

#footer {
background:#131313;
padding:20px;
color:#bbb;
font-size:11px;
text-align:center;
}

#footer a {
text-decoration:none;
color:#bbb;
}

h1 {
margin-bottom:6px;
padding-bottom:12px;
background:url(images/h1bg.jpg) bottom left no-repeat;
font-weight:normal;
}

h2 {
margin-bottom:12px;
font-weight:normal;
font-size:16px;
}

h3 {
font-size:14px;
margin-bottom:5px;
}

h1 {
font-size:20px;
}

#content {
width:475px;
min-height:300px;
padding:20px;
float:left;
text-align:left;
}

#content-gallery {
width:740px;
min-height:300px;
background-color:white;
padding:20px;
float:left;
text-align:left;
}

#sidebar {
width:225px;
padding:20px;
float:right;
text-align:left;
}

#topaddressbar {
text-align:right;
padding:12px 30px;
color:#ccc;
}