* {
	padding: 0;
	margin: 0;
    border: 0;
}

body {
    background:url(../img/back.png) #a0a0a0 repeat-x top left;
    width:100%;
    height:100%;
    font: 12px Times New Roman, Helvetica, sans-serif;
    color: #000;
}

#container {
    width:796px;
    text-align:left;
    position:relative;
    padding:14px;
}

#text-left {
    width:220px;
    height:104px;
    text-align:right;
    float:left;
}

#text-right {
    width:220px;
    height:104px;
    text-align:left;
    float:left;
}

.italic {
    font-size: 1.2em;
}

.red {
    color:#9e0000;
}

h1 {
    font-size:36px;
}

h2 {
    font-size:24px;
}

h3 {
    font-size:18px;
}

p {
    margin: 15px 0 0 0;
}

a {
    color:#000;
}

a:hover {
    color:#777777;
}


img {
    border: none;
}


.photo {
    margin: 0 15px 15px 0;
    border: 1px #a0a0a0 solid;
}

ul {
    margin-left:15px;
}


#logo {
    width:325px;
    height:83px;
    background:url(../img/logo.jpg) #a0a0a0 no-repeat top left;
    float:left;
    margin:0 15px 0 15px;
}

#top {
    width:796px;
    height:15px;
    background:url(../img/top.png) no-repeat top left;
    clear:left;
}

#content {
    width:796px;
    background:url(../img/bg.png) repeat-y top left;
    clear:left;
    text-align:left;

}

#main {
    width:465px;
    padding:10px 15px 25px 20px;
    text-align:justify;
    float:left;
}

#rightcol {
    margin-top:20px;
    width:275px;
    float:left;
}

.clearfloats{
	clear:both;
    height:0px;
    overflow:hidden;
}

#related {
    width:275px;
    clear:left;
}

#before-after {
    margin-top:20px;
    width:275px;
    clear:left;
}

#video {
    margin-top:10px;
    width:263px;
    clear:left;
    background:#dbdbdb;
    padding:15px 0 15px 12px;
}

#weather {
    width:263px;
    clear:left;
    padding:15px 0 0 12px;
    }

#weather a {
    color:#2f6483;
    text-decoration:none;
    font-size: 1.2em;
}

#weather a:hover {
    color:#4fa7db;
    text-decoration:none;
    font-size: 1.2em;
}

#bottom {
    width:796px;
    height:15px;
    background:url(../img/bottom.png) no-repeat top left;
    clear:left;
    margin-bottom:40px;
}