﻿html
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body
{
	background-color: #090F2E;
	color: #b0e3f6;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
.borders
{
	border-color: #b0e3f6;
	border-style: double;
	border-width: 1px;
	z-index:1;
}

.borderScreen
{
	min-height:94%;
	height:94%;
}

#bgflourish
{
	position: absolute;
	right: 0%;
	z-index: 0;
	margin-top: -10px;
}
.flourish
{
	position: absolute;
}
.carousel li
{
	padding-left: 5px;
	padding-right: 5px;
	height: 106px;
	width: 106px;
}

.thickbox
{
}

img
{
	border-style: none;
}
.hidden
{
	display: none;
}
.gallery
{
	position: absolute;
	top: 100px;
	left: 110px;
	height: 470px;
	width: 500px;
	background-image: url('images/light_framing_box.png');
	overflow: hidden;
}

.resume
{
	position:absolute;
	top: 100px;
	left: 110px;
	height: 900px;
	width: 500px;
	
}

.contact
{
	position:absolute;
	top: 100px;
	left: 110px;
	height: 300px;
	width: 500px;
	
}

.resume .title
{
	float:left;
	clear:both;
	font-size:larger;
	margin-top:20px;
}
.resume .header
{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	clear:both;
}

.resume .body
{
	padding-left:20px;
}