@charset "utf-8";
/* Layout */
a
{
	color:#000099;
	text-decoration: underline;
}

a:hover
{
	color:#006699;
	text-decoration: none;
}

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #177099;
	background-image: url("images/bg.png");
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#container
{
    position: relative;
    min-height: 100%;
	background-image: url("images/scroll.png");
	background-repeat: repeat-y;
	background-position: -25px 623px;
}

#page_title
{
	background-image: url("images/titlescreen.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 623px;
	width: 100%;
}

#page_content
{
	width: 630px;
	position: relative;
	left: 160px;
	bottom: 30px;
	padding-top: 470px;
	padding-bottom: 120px;
}

#page_footer
{
	width: 630px;
	position: absolute;
	bottom: 0px;
	left: 160px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

/* Navigation */

#nav_blog
{
	border: none;
	position: absolute;
	top: 370px;
	left: 162px;
	width: 98px;
	height: 68px;
}

#nav_tavvy
{
	border: none;
	position: absolute;
	top: 364px;
	left: 273px;
	width: 96px;
	height: 61px;
}

#nav_portfolio
{
	border: none;
	position: absolute;
	top: 351px;
	left: 382px;
	width: 132px;
	height: 61px;
}

#nav_gallery
{
	border: none;
	position: absolute;
	top: 354px;
	left: 530px;
	width: 110px;
	height: 69px;
}

#nav_domain
{
	border: none;
	position: absolute;
	top: 357px;
	left: 655px;
	width: 120px;
	height: 78px;
}

/* Classes */
.center_aligned
{
	text-align: center;
}

.left_aligned
{
	text-align: left;
}

.right_aligned
{
	text-align: right;
}

.object_centered
{
	margin: 0 auto;
}

.float_left
{
	float: left;
}

.font-14px
{
	font-size: 14px;
}

.font-18px
{
	font-size: 18px;
}

.no_border
{
	border: none;
}