body {
	margin: 0px;
	background-image: url(/images/background.jpg);
	background-color: #140000;
	background-repeat: repeat-x;
}
#gallery {
	height: 40px;
	width: 500px;
	text-align: left;
	margin: 5px;
	border: 1px solid #330000;
	vertical-align: middle;
	padding: 5px;
}
.title-font {
	font-family: "Times New Roman", Times, serif;
	color: #EEC511;
	text-decoration: underline;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
}
.header-font {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #EEC511;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	
}
.topsite-font {

	font-family: "Times New Roman", Times, serif;
	color: #EEC511;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
}
.picborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEC511;
	border-right-color: #EEC511;
	border-bottom-color: #EEC511;
	border-left-color: #EEC511;
}
.footer-font {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEC511;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	margin-top: 150px;
}
.gallery-font {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EEC511;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}
a:link {
	color: #EEC511;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #D08F00;
	text-decoration: none;
}
