/*
Fifth Base, LLC
*/

body {
	margin: 0;
	padding: 30px 0px 0px 0px;
	background: #CC0000;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #7a2122 url('../Images/bodygradient2.gif') repeat-x top;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
}

a:link, a:visited {
	color: #333;
	background: #eee;
}

img {
	border-style: none;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}


/* Rounded-corner header */
#masthead {
	margin: 0 auto;
	margin-top: 10px;
	height: 60px;
	width: 780px;
	color: #fff;
	border: solid 0px black;
}

#masthead h1 {
	float: left;
}

#masthead a {
	background: white;

}

#nav {
	float: right;
	margin: 0 10px 0 0;
	padding: 35px 0 0 0;
	font-size: 1.5em;
	border: solid 0px yellow;
	color: black;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	color: #black;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background: #fff;
	border: 5px solid #5c0505;
}

/*
The main image is a background image so that we can
overlay the text that used to appear below the header/
*/
#header {
	height: 180px;
	background: url('../Images/header007bw1.jpg') no-repeat;
	border: 2px solid black;
}

#header h1 {
	font-size: 2em;
	line-height: 1.2em;
	padding: 20px;
	color: #eee;
	width: 200px;
	font-weight: normal;
}

#content {
	float: left;
	width: 500px;
	margin: 20px 0 20px 0;
	padding: 10px;
	border: solid 0px yellow;
	height: 180px;
}

#content h2 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#content p {
	margin: 0 0 10px 0;
}

#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
	border: solid 3px yellow;
}

#link-list li {
	margin: 0 0 10px 0;
}

#sidebar {
	float: right;
	margin: 20px 0 20px 0;
	padding: 10px;
	width: 240px;
	background: #eee;
	border-top: 2px solid #ddd;
}

#sidebar h2 {
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
}

#port li {
	margin: 10px 35px 0 35px;
}

#port li img {
	border: 5px solid #ddd;	
}

#footer {
	clear: both;
	background: #eee;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #777;
}
