/*Standard Elements*/

* {
	margin:0;
	padding:0;
}

html {
	color:#000;
	font: .8em/1.5em "Trebuchet MS",Arial,Helvetica,sans-serif;
}

a {
	color:#F58F2A;
	text-decoration:underline;
}

h1, h2, h3 {
	margin-top:1em;
	line-height:150%;
}

h1 {
	color:#F58F2A;				
	font-size:2.5em;
	font-weight:normal;
	margin-bottom:0;
	margin-top:.5em;
}

h2 {
	color:#F58F2A;
	font-size:2em;
	margin-top:.75em;
	margin-bottom:.5em;
	font-weight:normal;
}

h3 {
	color:#000;
	font-size:1.5em;
	margin-top:1.25em;
	margin-bottom:.5em;
	font-weight:normal;
}

hr {
	border:none;
	height:1px;
	color:#F58F2A;
}

p {
	margin-top:0.25em;
	margin-bottom:1em;
}

ul {
	margin-left:1.75em;
	margin-bottom:1em;
	list-style-type:square;
}

p + ul {
	margin-top:-.5em;
}

/*Forms*/

sup.required {
	color:red;
	margin-left:1ex;
	font-size:85%;
}

fieldset {
	margin:0 0 .25em;
	padding:1em .7em;
}

textarea {
	width:97%;
	height:20em;
}

/*Divs*/

#navigation,#navigation2,#foot {
	display:none;
}

/*Page-specific settings*/

.pictureRight {
	float:right;
	margin:0 0 .5em 1em;
}

.pictureEnd {
	clear:right;
}

#myGallery
{
	width: 640px !important;
	height: 480px !important;
} 

#myGallery h3 {
	color:#fff;
}

#frmNewsletter label {
	display:block;
	float:left;
	width:8em;
}