@charset "utf-8";
/* CSS Document */

body {
	background-color: #A35714;
}

 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 1em;
}

.container {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	color: #FFFFFF;
}
.mast {
	background-image: url(images/mast.jpg);
	height: 155px;
	width: 750px;
}
.content {
	width: 700px;
	border: 10px solid #A35714;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 10px;
color: #333333;
}
.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A35714;
	font-size: 24px;
	font-weight: normal;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 1em;
}

.content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A35714;
	font-size: 1em;
}

.rightsidebar h1, #BlogSidebar h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	color: #FFFFFF;
}
.rightsidebar, #BlogSidebar  {
	float: right;
	width: 170px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #A35714;
	background-color: #000000;
	background-image: url(images/side_tank.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 170px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-width: 10px;
	border-bottom-color: #A35714;
	border-bottom-style: solid;
	margin-left: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightsidebar h2 {
	font-family: "trebuchet MS", Arial, "ms sans Serif", sans-serif;
	color: #FFFFFF;
}s
.navbar, .navbar a {
	font-family: "trebuchet MS", Arial, "ms sans Serif", sans-serif;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

