﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/att-bg-wood.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	
}
#container {
	
	padding-left: 12px;
	padding-right: 12px;
	border: none;
	border-style: none;
	background-color: transparent;
	background-image: url('../images/bg-content-border.jpg');
	background-repeat:  repeat-y;
	}
	
#masthead {
	text-align: right;
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	background-image: none;
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	width: 800px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #500;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 490px;
	padding: 0 5px 15px 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 490px;
	padding: 0 5px 15px 15px;
	background-color: #fff;
	
}

#column_r {
	width: 280px;
	padding: 0 5px 15px 5px;
	background-color: #fff;
	float: left;
}

#content {
	background-color: #fff;
}

#column_photo {
	width: 767px;
	padding: 15px;
	background-color: #fff;
	margin: 0px;
}
html>body #column_photo {
	width: 770px;
	padding: 15px;
	background-color: #fff;
	margin: 0px;
}

#footer {
	text-align: center;
	height: 50px;
	overflow: hidden;
	background-color: transparent;
	padding-bottom: 10px;
	background-image: none;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #500;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #500;
	background-color: #fff;
}
/* Right Column */
#column_r img {
	border: 0px;
}
/* Site typography */

img {
	border: 0px;

}
h1 {
	font-size: xx-large;
	color: #000b38;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color:white;
	background-color:#500;
	padding: 3px;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}

#footer a {
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
