﻿body {
	background-color: black;
	text-align:center;
}

#top_left_swirl {
	margin-top:40px;
	position:absolute;
}

#top_right_logo {
	margin-left:360px;
	position: absolute;
	z-index:10;
}

#main_layout {
	text-align: left;
	width: 820px;
	max-width:820px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#inner_layout {
	text-align: left;
	width: 741px;
	height: 670px;
	margin-left: auto;	
	position:relative;
}

#navigation {
	background-color: #00C2F3;
	width: 664px;
	height: 20px;
	vertical-align: middle;
	position: absolute;
	margin-top: 205px;
}

#navigation_content {
	margin-top: 205px;
	position:absolute;
	z-index:11;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 664px;
	height: 20px;
	vertical-align: bottom;
}

#navigation_content a {
	color: #000000;
	text-decoration: none;
}

#navigation_content a:hover {
	text-decoration: underline;
}

#inner_content {
	position: absolute;
	margin-top: 225px;
	width:662px;
	height:447px;
	text-align:left;
}

#bottom_right_swirl {
	width:403px;
	margin-left:399px;
	position: absolute;
}

#bck_logo {
	margin-left:84px;
	margin-top:100px;
}

#about_content {	
	width: 620px;
	height:400px;
	margin-top:30px;
	margin-left: 20px;
  	position: absolute;	
  	background-image:url("images/profile_content.png");
  	background-repeat:no-repeat;
}

#about_text {
	width: 620px;
	color: #FFFFFF;
	font-family: "Myriad Web Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	letter-spacing: 1px;
	display:none;
}

#about_text_bold {
	font-size: 22px;
	letter-spacing: 2px;
}

#contact_content {	
	width: 620px;
	height:300px;
	margin-top:30px;
	margin-left: 20px;
  	position: absolute;
  	text-align:center;
 /* 	
  	background-position:center;
  	background-image:url("images/contact_content.jpg");
  	background-repeat:no-repeat;
*/
}

#contact_text {
	margin-top:60px;
	margin-left: auto;
	margin-right: auto;
	width:500px;
	color: #FFFFFF;
	font-family: "Myriad Web Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align:center;
	display:none;
}

#contact_text a {
	color: #FFFFFF;
	text-decoration: none;
}

#contact_text a:hover {
	text-decoration: underline;
}


#gallery_layout {
	text-align: left;
	width: 741px;
	height: 1000px;
	margin-left: auto;	
	position:relative;
}


#gallery_content {
	position: absolute;
	margin-top: 225px;
	width:662px;
	height:600px;
	text-align:left;
}


#gallery_text {
	margin-top:100px;
	margin-left: 180px;
	width:300px;
	color: #FFFFFF;
	font-family: "Myriad Web Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 20px;
	letter-spacing: 1px;
	position: absolute;
	text-align:center;
}

.gallery_row {
	margin-top:20px;
	width:662px;
	text-align:center;
}

#thumbnails {
	display:inline-block;
	width:125px;
}

a img {
	border: 0px;
}

#blank_line {
	line-height: 20px;
	height:20px;
}

