﻿html
{
	padding : 0px;
	margin : 0px;
	font-family : Arial;
	font-size : 80%;
}

body 
{
	background-color : white;
	text-align: center;
	background-image : url(./images/bgfade_disney.jpg);
	background-position : center top;
	background-repeat : repeat-y;
	padding: 0px;
	margin : 0px;
}

h1.page
{
    font-family : "Times New Roman";
	text-align : left;
	width : 715px;
	margin : 2px;
	margin-top : 20px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;
	color : #FFFFFF;
	font-weight : bold;
	font-style : italic;
	font-size : 200%;
	position: absolute;
	top : 30px;
	left : 30px;
	border-bottom : none;
}
	
#Page
{
	position : relative;
	padding : 0px;
	padding-top : 360px;
	margin : 0px;
	margin-left : auto;
	margin-right : auto;
	width : 727px;	
	text-align : left;
	background-image : url(./images/Palm.jpg);
	background-repeat : no-repeat;
}

#MainSection
{
	margin-left : 200px;	
	margin-right : 20px;
	margin-top : 162px;
}


#MenuSection 
{
	padding-left : 10px;
	margin-top : 168px;
	padding-bottom: 20px;
	width : 175px;
	float: left;
}

#MenuSection ul
{
	margin : 0px;
	padding : 0px;	
}


#MenuSection li
{
	border-bottom : dotted 1px #AAAAAA;	
	list-style : none;
}

#MenuSection li a:link,
#MenuSection li a:visited
{
	display : block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color : #5A87C2;
	text-decoration : none;
}

#MenuSection li a:hover
{
	color : Black;
}

.LinksSection
{
    border: dotted 1px #AAAAAA;
    color: #5A87C2;
    padding: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#MenuSection .LinksSection ul
{
    margin-top : 10px;
}
    
#MenuSection .LinksSection li
{
    margin-left: 20px;
	border-bottom : dotted 0px #AAAAAA;	
	list-style : none;
}

#MenuSection .LinksSection li a:link,
#MenuSection .LinksSection li a:visited
{
    font-size: 80%;
	display : inline;
	padding: 0px;
	color : #5A87C2;
	text-decoration : none;
}

#MenuSection .LinksSection li a:hover
{
	color : Black;
}


h1
{
	border-bottom : dotted 1px black;	
	font-size : 200%;
	padding-bottom : 10px;
}

h2 a:link,
h2 a:visited,
h2
{
	border-bottom : dotted 1px black;	
	font-size : 120%;
	padding-bottom : 10px;
    color: Black;
	text-decoration: none;
}

#Pics
{
}

#Pics img
{
    border: solid 1px black;
    margin: 10px;
}

#PhotoSection
{
	padding : 10px;
	width: 500px;
}

#PhotoSection ul
{
	margin : 0px;
	padding : 0px;	
}

#PhotoBig
{
	background-color : white;
	padding : 10px;
	border : solid 1px black;
}

#PhotoSection li
{
	float : left;
	width : 155px;
	height : 116px;
	margin : 5px;
	padding : 0px;
	margin-right : 10px;
	margin-left: 0px;	
	list-style : none;
	text-align : center;
}

#PhotoSection li img
{
border : solid 1px black;
}

.normalPicture
{
	position: relative;
	z-index: 0;
	left: 0px;
	top: 0px;
	border: 1px solid black;
}

.largePicture
{
	position: relative;
	z-index:20;
	left:-200px;
	top:-150px;
	border: 1px solid black;
}

.TextBox
{
	margin: 3px;
}

.TableHeader td
{
    border-bottom: solid 1px black;
    padding: 4px;
}

.Row td
{
    padding: 4px;
}

.AltRow td
{
    padding: 4px;
    background-color: #DDDDDD;
}

#FadeInDiv
{
    text-align: center;
    color: Black;
    font-size: 110%;
}