﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {background-color:black;}

#wrapper {width:900px;background-color:#FFFFCC; margin:0px auto;}

h1 	{font-size:36px;color:black;font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	text-align:center;padding:10px 0px 10px 0px;margin:10px;}
	
h2 	{font-size:20px;color:black;font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	text-align:center;padding:10px 0px 10px 0px;margin:10px;}

	
ul {list-style:circle;list-style-position:inside;list-style-image:none;} 

#logo {background-color:#FFFFCC; padding:0px 20px 0px 20px; margin:0px 20px 0px 20px;}
#logo img {display:block;margin-left:auto;margin-right:auto;}


#topnav				{ background-color:#333333; clear:both; overflow:hidden; padding:10px 0px 10px opx; margin:10px 0px 0px 0px;}
#topnav ul 			{ width:100%; float:left; margin:0px; background-color: #3333CC;}
#topnav ul li 		{ display:inline; font-size:12px; color:black;}
#topnav ul a 		{ float:left;padding:10px 10px;}
#topnav a:link 		{ color:white;}
#topnav a:visited 	{ color:fuchsia;}
#topnav a:active 	{ color:#ffffff;}
#topnav a:hover 	{ color:#ffffff; background-color:#CC3300;}
#topnav a:focus 	{ color:#ffffff;}
}

#heading h1 { padding:10px 0px 20px 0px;margin:10px;}

#content { width:700px; padding:10px 20px 40px 20px; margin-right:auto;margin-left:auto; text-align:justify;}
#content p { font-size:20px;height;}
#content ul	{text-indent:100px; font-size:20px; padding-top:10px;padding-bottom:10px;}

#gallery {width:900px;margin-left:auto;margin-right:auto;}
#gallery p {text-align:center; font-size:16px;}


#contact-form

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; padding:5px;
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; padding:5px;
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		}

#contact-form ol 
		{list-style-type:none;}



.clear	{ clear:both; }



#footer img { display:block; margin-left:auto;margin-right:auto; padding-top:10px;padding-bottom:30px;
}

