* {padding:0; margin:0;}

body {
    background-color:#333333;
    text-align:center;
    margin:0;
    padding:0;
    font-family:sans-serif;
    font-size:small;
    color:#666;
}

a {
    border: none;
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 2px solid #CCC; /* add hidden border so hover border won't move picture */
}

a:hover img {
    border: 2px solid #333333;
}

h1, h2, h3, h4 {
    color: #C44323;
    margin-bottom: 10px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

p {
    line-height: 18px;
    margin:0px 0 10px 0;
}

ul.nav_list {
    margin: 0;
    padding: 0;
}

ul.nav_list li {
    list-style: none;
    display: inline;
}

ul.nav_list a {
    margin: 0 5px 0 5px;
    padding: 0 3px 0 3px;
}

/* Nitty Gritty */
#container {
    width: 925px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-top:25px;
}


/* Header / Nav */
#header {
    background-image:url("../images/header.png");
    height:140px;
}

#logo_bar {
    height:80px;
    padding:20px 0 0 270px;
}

#primary_logo {
    width:385px;
    height:75px;
    display:block;
}

#nav_bar {
    height:40px;
}

#nav_bar ul a {
    font-size: 14px;
    font-weight: bold;
    display:block;
    float:left;

}

#nav_bar ul a:hover {
    text-decoration:none;
    color:#333;
}

#primary_navigation {
    margin:10px 0 0 15px;
    float:left;
    text-align:left;
}

#secondary_navivation {
    float:right;
    margin: 10px 15px 0 0;
    text-align:right;
}

/* Content / Body */
#content_container {
    background-image: url("../images/content_back.png");
    padding:0 0 10px 0;
}

#content {
    background-image: url("../images/content_fluorishes.png");
    background-repeat:no-repeat;
    padding:0 50px 0 50px;
    min-height: 150px;
}

/* Footer */
#footer {
    background-image: url("../images/footer.png");
    background-repeat: no-repeat;
    height:50px;
    text-align:center;
    font-size:10px;
}

#footer_nav {
    margin-left:auto;
    margin-right:auto;
    padding-top:15px;
}

#footer_nav a {
    font-size:10px;
}

/* Classes / General */
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.float_right {
    float:right;
}

.float_left {
    float:left;
}

.pad_five {
    margin:5px;
    padding:5px;
}

.right_image {
    float: right;
    margin-left: 10px;
}

.portfolio {
    padding: 10px;
}

.port_images {
    text-align: center;
}

.home_decoration{
    font-size:45px;
}
