@charset "utf-8";
/* CSS Document */




/*--------------------------------------------------------------------*/
/* do no edit below this line unless  you know what you are doing ;-) */
/*--------------------------------------------------------------------*/

body, html {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;

}

#header{
width:1025px;
margin:50px auto;
text-align:left;
padding:0px;
}

#footer{
width:1025px;
margin:50px auto;
text-align:center;
padding:0px;
color: #666666;
font-size: 12px;

}

#title{
	font-size: 48px;
	color: #666666;
	margin: 10px 0px;
	clear:both;
	text-align:right;
	font-family: 'Dancing Script', arial, serif;
}

#titleintro{
	font-size: 32px;

}


#summary{
margin-top: 25px;

}




#imagewrapper{
	width:1025px;
	margin:50px auto;
	text-align:center;
	padding:10px;
	border:1px solid #ccc;
	background-color:#F0F0F0;
	height:auto;
}


#imagecounter{
	font-size: 32px;
	color: #999999;
	margin: 0px 5px 5px 0px;
	float:left;
	font-weight: bold;
		bborder:1px solid #cc99ff;

}


#imagecaption{
text-align:left;
	margin: 5px;
	padding: 5px;


}


a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}


/* menu */

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #999;
text-align:center;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

/*
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}
*/


#navlist a:hover { color: #000; }

#navlist a:link.current, #navlist a:visited.current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}





