DIV.container
{
	width:700px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:center;
	border: 0px solid #000000;
	 box-sizing: content-box;
	-moz-box-sizing: content-box;
}

DIV.header
{
	height: 60px;
	width: 672px;
	text-align: left;
}

.HeaderStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 26px;
 color: #0074BD;
}

.SubHeaderStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 12px;
 font-weight: bold;
  color: #007FCF;
}

.TitleStyle { 
 font-family: Zapfino, Lucida Grande, LucidaGrande, Lucida, PakTypeNaqsh, Arial, Helvetica, sans serif;
 font-size: 20px;
 color: #009CFF;
}

div.nav-menu
{
width:672px;
height: 50px;
text-align: center;
}

div.nav-menu ul
{
list-style: none;
padding:0;
margin: 0px;
}

div.nav-menu ul li
{
float:left;
margin: 0 0;
height:45px;
}

div.nav-menu ul li a
{
background: url(./images/bg.gif) #fff top left repeat-x;
height: 36px;
line-height: 2em;
float: left;
width: 132px;
display: block;
border: 0;
color: #000000;
text-decoration: none;
font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
font-size:14px;
text-align: center;
}

div.nav-menu ul li a:hover
{
background: url(./images/bg1.gif) #fff top left repeat-x;
}

div.nav-menu ul li ul
{
	margin:0;
	padding:0;
	display:none;
	background-color:#999;
	width: 90px;
	left:0px;
	top:-4px;
}


div.nav-menu ul li:hover ul
{
display:block;
position:relative;
height:0px;
width:115px;
float:top;
}

div.nav-menu ul li ul li
{
list-style:none;
display:list-item;
width: 115px;
height:25px;
padding:0;
border-width: 1px;
border-style: none solid solid solid ;
border-color: #BABABA;
text-align: center;
}

div.nav-menu ul li:hover ul li a
{
	color:#000; 
	text-decoration: none;
	font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
	font-size:10px;
	width: 115px;
	height: 25px;
	text-align:center;
	background: none;
	background-color:#E6E5E6;
}

div.nav-menu ul li:hover ul li a:hover
{
	color:#000; 
	text-decoration:underline;
	background: none;
	background-color:#BABABA;
}

DIV.content
{
	width: 650px;
	text-align:left;
	border: 0px solid #BABABA;
	padding: 10px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.TextStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 12px;
 color: #000000;
}

.SubTextStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 10px;
 color: #222222;
}

a
{
	color: #004A78;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #0878B8;
}

li
{
 font-family: Lucida Grande, Arial, Helvetica, sans serif;
 font-size: 12px;
 color: #000000;
}

table td
{
	padding: 0;
	margin: 0;
}


DIV.album_frame
{
	background-image: url(images/album_background.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	width: 194px;
	height: 194px;
	padding-top: 16px;
	display: block;
}

DIV.album_frame img
{
width: 160px;
height: 160px;
border: none;
border-bottom-style: none;
border-left-style: none;
border-right-style: none;
border-top-style: none;
display: inline;
}

img#me 
{ 
	border: 1px solid gray; 
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
}

DIV.footer
{
	background: url(images/footer.jpg) #fff top left repeat-x;
	width: 672px;
	height: 22px;
}

.FooterStyle { 
 font-family: Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
 font-size: 10px;
 color: #000000;
 position: relative;
 top: 4px;
}

