@charset "UTF-8";

html {
 	height:100%;
 	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #121212;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing: 0.6px;
	line-height: 19px;
	color: White;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}

#content {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#page_margins {
	width: 700px;
	margin: 0px auto;
	text-align:left;
}

#logo {
	margin-top: 50px;
	margin-bottom: 50px;
}

#gallery_nav {
	font-size: 30px;	
	margin-top: 10px;
}

#footer {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: center;
	color: #808080;
	line-height: normal;
}
#footer a, a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #808080;
}
#footer a:hover {
	text-decoration: underline;
}

a:link{
	color:#55cdfd;
	font-weight: bold;
}
a:visited{
	color:#55cdfd;
	font-weight: bold;
}
a:hover{
	color:#55cdfd;
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	color:#55cdfd;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	height: 1px;
	background-color: #55cdfd;
	border: none;
	margin: 0px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 3px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;	
}

img {
	border: none;
}