@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#394356;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 598px;
	min-width: 910px;
	width: 100%;
	position: absolute;
	cursor: default;
}

a:link { 
	color: #BDC1C1;
	text-decoration:none;
	}
a:visited {
	color: #BDC1C1;
	text-decoration:none;
	}
a:hover {
	color: #DB7D26;
	text-decoration: none;
	}
a:active {
	color: #BDC1C1;
	text-decoration:none;
	}

img { 
	border: none; 
	} 

/* Page Layout */

#layout
{
	width:910px;
	height:598px;
	border:0px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -455px;
	margin-top: -299px;
}

#logo
{
	width: 200px;
	height: 53px;
	left: 20px;
	top: 477px;
	position: absolute;
}

#shadow
{
	width: 910px;
	height: 570px;
	top: 20px;
	z-index: 1;
	position: absolute;
}

#menu
{
	width:82px;
	height:26px;
	background-color:#111111;
	color:#BDC1C1;
	top: 0px;
	left: 10px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	border:0px;
	position: absolute;
	z-index: 6;
}

#card
{
	width:890px;
	height:550px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	left: 10px;
	top: 29px;
	margin: 0px;
	padding: 0px;
	background-color: #222222;
	position: absolute;
	z-index: 3;
}

#left
{
	width:220px;
	height:500px;
	background-color:#3D4040;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0px;
	border: 0px;
	z-index: 5;
	left: 0px;
	top: 0px;
	position: absolute;
}

#right
{
	width:610px;
	height:500px;
	color:#BDC1C1;
	background-color:#202222;
	margin-left: 0px;
	border: 0px;
	z-index: 4;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: absolute;
	left: 240px;
	top: 0px;
}

#gtitle
{
	width:75px;
	height:25px;
	color:#BDC1C1;
	margin-left: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	top: 370px;
}

#gallery
{
	width:630px;
	height:126px;
	border: 1px;
	left: 0px;
	top: 404px;
	position: absolute;
	padding: 10px;
	border:0px;
	margin:0px;
	z-index: 10;
}

#gallery img {margin: 10px 10px 10px 10px;}

#profileimage
{
	width:610px;
	height:185px;
	border: 1px;
	left: 0px;
	top: 0px;
	position: absolute;
	padding: 20px;
	border:0px;
	margin:0px;
	z-index: 10;
}

#about
{
	width:585px;
	height:300px;
	color:#BDC1C1;
	margin-left: 0px;
	border: 0px;
	padding-right: 25px;
	position: absolute;
	left: 20px;
	top: 230px;
	overflow:scroll;
}

#map
{
	width:380px;
	height:380px;
	background-color:#3D4040;
	padding: 0px;
	margin: 0px;
	border: 0px;
	z-index: 5;
	left: 250px;
	top: 150px;
	position: absolute;
}

#footer
{
	width:890px;
	height:14px;
	position: absolute;
	left: 14px;
	top: 584px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}


/* Fonts */

.mainmenu
{
	color:#BDC1C1;
	margin-left: 10px;
	margin-top: 3px;
}

.t1
{
	font-size:18px;
	color:#BDC1C1;
}

.t2
{
	font-size:16px;
	color:#BDC1C1;
	margin-left: 15px;
	line-height: 30px;
}

.p
{
	font-size:13px;
	color:#BDC1C1;
	text-align:justify;
	line-height: 18px;
}

.f
{
	font-size:12px;
	color:#737A7A;
	text-align:right;
}

.c1
{
	font-size:16px;
	color:#BDC1C1;
}

.c2
{
	font-size:14px;
	color:#BDC1C1;
}

/* Menu Setup */

li.item1 ul {
	top:auto !important;
	margin-top:-80px !important;
}
