/* CSS Document */
body
{
	text-align:center;
	justify:auto;
	font-family:arial;
	font-size:12px;
	color:#e0e0e0;
	background:#000000;
}

img
{
	border:none;
}
div.main_body
{
	width:880px;
	border:1px solid #F4F4F4;
	text-align:left;
	background:#000000;
}
div.header
{
	background:url(images/main_logo.jpg) left #ffffff;
	text-align:right;
	margin-bottom:5px;	
        border-bottom: 1px solid #000000;
}

div.header img
{
	text
	border:1px solid red;	
}

a.menu
{
	height:20px;
	line-height:20px;
	width:174px;
	display:block;
	text-align:center;
	font-size:14px;
	color:#797979;
	text-decoration:none;
	float:left;
	border:1px solid #797979;
	background-image: url('../images/btn_bg.jpg') repeat-x;
}
a.menu:hover
{
	color:#B3B3B3;
}
a.selected
{
	color:#B3B3B3;
}

div.mainContent
{
	padding-top:30px;
	text-align:center;
	margin-left:50px;
	margin-right:45px;
	line-height:17px;
}

div.gallery
{
	padding-top:10px;
	border: 1px solid #E6E6E6;
	width:677px;
	margin:0 auto;

}

div.thumbnails 
{
	margin-top:10px;
	margin-bottom:5px;
	
	margin-left:10px;
}
div.thumbnails div
{
	float:left;
	width:80px;
}
div.thumbnails div img
{
	cursor:pointer;
	border:1px solid #D4D4D4;
	text-align:center;
	justify:auto;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:4px;

}

div.gallery_header
{
	text-align:center;
	float:left;
	width:180px;
}
img.gallery_header
{
	border:solid 1px #B4C6D9;
}
 div.gallery_nav a
 {
	padding-left:10px;
	padding-right:10px;
	color:#013364;
	margin-bottom:10px;	
 }
 a.gallery_nav_selected
 {
 	text-decoration:none;
	color:red;
 }
div.mainContentLeft
{
	margin-top:40px;
	width:370;
	float:left;
	border-right:1px solid #DFDFDF;
}

div.mainContentRight
{
	margin-top:30px;
	width:380;
	float:left;
}

div.package
{
	text-align:center;
	width:380;
	margin-bottom:30px;
	color:#E0E0E0;
}

div.packageName
{
	font-weight:bold;
        font-size:18px;
	margin-bottom:10px;
}

div.packagePrice
{
	margin-top:10px;
	color:#768FA6;
}

div.bio
{
	margin-top:50px;
	margin-bottom:20px;
	margin-right:30px;
}
div.bio img
{
	float:left;
	padding-right:50px;
	padding-left:20px;
}

div.bio div
{
	padding-left:10px;
}

div.name
{
	font-weight:bold;
}

div.title
{
	color:#8CAAC7;
	padding-bottom:15px;	
}



