div#weather {
	border: 2px solid #DD2735;
    padding: 5px;
    width: 410px;
    margin: 5px;
    
	
}
* { border: 0;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a {
	color: #DD2735;
    border: 0;
}
p,td {
	padding: 5px 0 2px 0;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
    line-height: 1.2;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.container {
	width: 860px;
	margin-left: -430px;
	position: absolute;
	left: 50%;
}
div.header {
	height: 210px;
	width: 860px;
}
div.content {
	width: 860px;
    min-height: 500px;
}

b.name {
	font-size: 16px;
	margin: 3px 0;
}
h1 {
	font-size: 24px;
	font-weight: 700;
}
h1.pagetitle {
	display: block;
	margin: 0px 0 10px 0;
    padding: 10px 0 0px 0;
}
h2 {
	font-size: 22px;
	font-weight: 700;
}
b {
	color: #DD2735;
}
h1,h2,h4 {
	color: #DD2735;
	margin: 5px 0 0 0;
}

div.navigation {
	width: 860px;
	display: block;

}
div.navigation a {
	display: block;
    float: left;
    margin: 0 0px 0 0;
    padding: 5px 0;
    text-align: center;
    width: 138px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #DD2735;
    border: 1px solid #DD2735;
}
div.navigation a#last {
	margin: 0;
}
div.navigation a:hover {
	background-color: #FFFFFF;
    color: #DD2735;
    border: 1px solid #DD2735;
}


div.footer {
    background-color: #DD2735;
    color: #FFFFFF;
}
div.footer p {
	color: #FFFFFF;
    text-align: center;
    text-size: 16px;
}


p.openinghours {
	font-size: 26px;
    color: #DD2735;
    font-weight: bold;
    padding: 10px 0 0 0;
    text-align: center;
}
p.callus {
	font-size: 18px;
    color: #DD2735;
    font-weight: bold;
    padding: 0 0 10px 0;
    text-align: bold;
    text-align: center;
}
p.callus b {
	font-size: 38px;
}


td#middle {
	background-image: url(/images/home/vline.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
h3 {
			margin: -5px 0 0 0;	
			padding: 10px;
			font-size: 16px;
			text-transform: uppercase;
            display: block;
            text-align: center;
            color: #FFF;
            background-color: #DD2735;
		}
        h4 {
        	font-size: 18px;
            text-align: center;
        }

h1.pagetitle {
	margin: 0px 0 0px 0;
}




