body {
    text-align:center;
}
a {
    text-decoration:none;
}
a:hover{
text-decoration:underline}

#wrap {
    width:800px;
    text-align:left;
    margin:0 auto;
}
#header {
    height:100px;
}
#header h1#logo {
    font-size:30px;
    padding:35px 0 35px 60px;
}
#header h1#logo span {
    font-size:13px;
    color:#599cad;
}
#content {
    background:url(images/content_bg.jpg) no-repeat;
    height:418px;
}
#footer {
    margin-top:45px;
    padding-left:210px;
}
#ftlink, #copyright {
    padding-bottom:8px;
}
ul#nav {
    float:right;
    padding-right:100px;
    padding-top:15px;
}
ul#nav li {
    display:inline;
    padding:0 16px;
}
#content #inner {
    padding-top:20px;
}
#content h2 {
    font-size:24px;
}
#content #left {
    width:170px;
    float:left;
}
#content #right {
    width:540px;
    float:right;
    padding-right:33px;
    padding-top:50px;
}
.blog {
    width:400px;
    float:left;
}
#content .blog h2 {
    color:#f5c715;
}
#content .blog {
    float:left;
    width:239px;
    padding-bottom:50px;
}
#content .qoute {
    background:url(images/quote.gif) no-repeat;
    height:62px;
    width:200px;
    padding-left:35px;
    padding-top:10px;
}
#content .article {
    color:#FFF;
    width:500px;
    padding-left:0px;
}
#content_h {
    background:url(images/content_h_bg.jpg) no-repeat;
    height:418px;
}

#content_h #inner {
    padding-top:20px;
}
#content_h h2 {
    font-size:24px;
}
#content_h #left {
    width:170px;
    float:left;
}
#content_h #right {
    width:540px;
    float:right;
    padding-right:33px;
    padding-top:108px;
}

#left {
    padding-left:35px;
}
#section ul li {
    list-style-image:url(images/icon.gif);
    list-style-position:inside;
    line-height:16px;
    padding-bottom:5px;
}
#section a {
    color:#f5c715;
    text-decoration:underline;
}
#section a:hover {
    color:#fff;
    text-decoration:none;
}
#left h2 {
    color:#fff;
}
#search {
    padding-top:70px;
}
#footer a, ul#nav a {
    color:#000;
}
#copyright,  #copyright a{
    color:#cecece;
}
#copyright a:hover{
    color:#000;
    text-decoration:underline
}