@charset "UTF-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	font-size: 15px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 0px;
}
#content2 {
	width: 622px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#galleries_container {
	width: 780px;
}
#galleries1 {
	text-align: center;
	width: 195px;
	float: left;
	background-color: #000000;
}
#galleries2 {
	text-align: center;
	width: 195px;
	float: left;
	background-color: #000000;
}
#galleries3 {
	text-align: center;
	width: 195px;
	float: left;
	background-color: #000000;
}
#galleries4 {
	text-align: center;
	width: 195px;
	float: left;
	background-color: #000000;
}
#photo1 {
	width: 380px;
	float: left;
	background-color: #003399;
	margin: 10px;
	padding: 5px;
}
#photo2 {
	width: 350px;
	float: left;
	background-color: #000000;
	text-align: left;
	margin: 10px;
}
.gallery_link {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.photo_link {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.title {
	font-size: 18px;
	color: #FFCC33;
}
.gallery_linktext a:link,.gallery_linktext a:active,.gallery_linktext a:visited {
	font-size: 18px;
	color: #FFCC33;
}
.gallery_linktext a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
#nav {
	background-color: #003399;
	width: 780px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#footer {
	width: 230px;
	text-align: right;
	margin: 0px;
	padding-right: 20px;
	padding-left: 530px;
	clear: both;
}
#header {
	width: 250px;
	float: right;
}
#logo {
	float: left;
}
