/* CSS Document */

/* CSS Document */
/* */
/*contains everything, used to center the page */

html {
	overflow-y: scroll;
}


body
{
	text-align: center;
	background:#F3F2EB;
}

/*surrounds everything, centers the site*/
#containter{
width:800px;
margin-left:auto;
margin-right:auto;	
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;



}



/*the whole header block */
#header{
	padding-left:20px;
	color:#D1C414;
	text-shadow:2px 2px 2px #333;
	font-size:16px;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	border-top: solid 5px white;
	border-left:solid 5px white;
	border-right:solid 5px white;
	width:810px;
	height:85px;
	background-color: #39C;
	box-shadow: 7px 7px 3px #BBB;
	margin-bottom:0px;

	
}

#header img{
	margin-top:7px;
	margin-left:5px;
    margin-right:5px;
	
}

#header h1 {
	font-size:36px;
	
}


.title {
	float:right;
	font-size:42px;
	margin-bottom:5px;	
	margin-top:15px;
	margin-left:45px;
	width:220px;
	font-family:Georgia, "Times New Roman", Times, serif;

}



/*the top half*/
#top
{
	background-image:url(bg.gif);
	background-repeat:repeat-y;
	display:inline-block;	
	width:830;
	border-left:solid 5px white;
	border-right:solid 5px white;
	border-bottom:solid 5px white;
	box-shadow: 7px 7px 3px #BBB;
	background:FFF;
	padding-bottom:10px;
	padding-top:20px;
}

#top img{
	box-shadow: 7px 7px 3px #BBB;
	max-height:400px;
	max-width:400px;
	border: solid 5px #EEE;
}

#top p{
	font-size:18px;
	text-align:justify;
	padding-top:10px;
	
	
}

#top td {
	padding:8px;
	vertical-align:top;	
	
}






/*the bottom section*/
#bottom{
		margin-left:auto;
	margin-right:auto;
	width:750px;
	min-height:500px;
	
}

#bottom strong{
	font-family:
	
	
}

#bottom img{
	border:0px;
	box-shadow: 0px 0px 0px #FFF;
}

#main-image img{
	max-width:700px;
	max-height:400px;
	border: solid 3px #FFF;
	box-shadow: 7px 7px 3px #BBB;
	border: solid 5px #EEE;
	margin-left:auto;
	margin-right:auto;
	
}

#bottom td{
	padding:auto;
	text-align:center;
	
}

#bottom table{
	margin:auto;

}


#caption {
	border:solid 3px #DDD;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	width:425px;
	background-color:#FFF;
	border: solid 3px #FFF;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:8px;
	box-shadow: 3px 3px 2px #444;	
	text-align: justify;
}


#submit {
	font-size:16px;
	text-align:center;
	
	
}


