* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 800px;
	height: 100%;
}

.intro {
	width: 440px;
	height: 200px;
	margin: 150px auto;
	margin-bottom: 0px;
	background-color: #636;
	padding: 10px;
}

/* common */
p {
	margin: 0px;
	padding: 0px;
}

/* form styles */
form {
	margin: 20px;
}

label {
	text-indent: 3px;
	color: #636;
	font-weight: bold;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.text {
	width: 300px;
	height: 19px;
	font-size: 11px;
	color: #666;
	border: 1px solid #ccc;
}

input.textHover {
	width: 300px;
	height: 19px;
	font-size: 11px;
	color: #666;
	border: 1px solid #636;
}

input.button {
	border: none;
	background-color: #906c98;
	color: #fff;
	font-size: 11px;
	padding: 2px 10px;
}

textarea {
	width: 350px;
	height: 150px;
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.textareaHover {
	width: 350px;
	height: 150px;
	border: 1px solid #636;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

/* layout */
#frame {
	width: 550px;
	height: auto;
	background-color: #906c98;
	text-align: left;
	margin: 50px 0 0 100px;
	float: left;
	position: relative;
}
#header {
	clear: both;
	background: url('/images/headerimg.gif') no-repeat;
	width: 100%;
	height: 154px;
}
#content {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
}
#content_home {
	width: 300px;
	margin: 50px 10px 50px 20px;
	float: left;
	color: #fff;
}
#content_sub {
	width: 175px;
	float: left;
	margin: 20px 5px;
	position: relative;
	background: url('/images/content_sub_bg.gif');
	
}
#content_sub .top {
	width: 175px;
	height: 9px;
	background: url('/images/content_sub_top.gif') no-repeat;
	overflow: hidden;
}
#content_sub .bottom {
	width: 175px;
	height: 9px;
	background: url('/images/content_sub_bottom.gif') no-repeat;
	overflow: hidden;
}

#content_sub p {
	margin: 5px;
	color: #fff;
}

#content_main {
	background-color: #fff;
	color: #000;
	margin: 20px 0;
	position: relative;
}
#content_main .top {
	width: 100%;
	height: 7px;
	background-color: #636;
	overflow: hidden;
}

#content_main .bottom {
	width: 100%;
	height: 7px;
	background-color: #636;
	overflow: hidden;
}

#content_main p {
	margin: 20px;
}

#content_main ul {
	margin: 40px;
}

#content_main ol {
	margin: 40px;
}


#footer_inner {
	width: 100%;
	clear: both;
}

#tagline {
	width: 17px;
	height: 477px;
	background: url('/images/tagline.gif') no-repeat;
	float: left;
	margin: 50px 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* navigation section */
ul#nav {
	display:block;
	list-style:none;
	margin: 0px;
	padding: 0 0 0 23px;
}
ul#nav li {
	float:left;
	padding: 5px 5px 10px 5px;
	font-size: 12px;
	color: #906c98;
	margin: 0 1px;
}
ul#nav li a {
	text-decoration: none;
	color: #fff;
}

ul#nav li a:hover {
	color: #333;
}
ul#nav li.selected {
	background: #fff url('/images/nav_refl.gif') repeat-x bottom;
}
ul#nav li.selected a {
	color: #906c98;
}


/* headers */
h1 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: -20px;
	left: 0px;
	text-indent: 15px;
}

h3 {
	font-size: 14px;
	position: absolute;
	top: -10px;
	right: 10px;
	color: #fff;
}
h4 {
	font-size: 14px;
	color: #663366;
	margin-left: 20px;	
}


/* link styles */
a {
	color: #660099;
	text-decoration: none;
}	

.donation {
	width: 116px;
	height: 36px;
	background: url('/images/donation.gif');
	display: block;
	text-indent: -999px;
	margin: 10px;
	cursor: pointer;
}

a.contact {
	width: 99px;
	height: 36px;
	background: url('/images/contact_off.gif');
	display: block;
	text-indent: -999px;
	margin: 10px;
	cursor: pointer;
}
a:hover.contact {
	width: 99px;
	height: 36px;
	background: url('/images/contact_on.gif');
	display: block;
	text-indent: -999px;
	margin: 10px;
	cursor: pointer;
}

/* homepage styles */
.signature {
	width: 177px;
	height: 52px;
	text-indent: -999px;
	background: url('/images/signature.gif') no-repeat;
}


/* shop for charity */
#shop_charity {
	width: 525px;
	margin: 30px 5px;
	float: left;
	clear: both;
	background: url('/images/shop_charity_bg.gif') repeat-y;
	position: relative;
}

#shop_charity .top {
	background: url('/images/shop_charity_top.gif') no-repeat;
	width: 525px;
	height: 9px;
	overflow: hidden;
}

#shop_charity .bottom {
	background: url('/images/shop_charity_bottom.gif') no-repeat;
	width: 525px;
	height: 9px;
	overflow: hidden;
}
#shop_charity p {
	margin-left: 75px;
}

#charity_logo {
	float: left;
	width: 67px;
	height: 75px;
	background: url('/images/shop_charity_logo.png') no-repeat;
	position: absolute;
	top: -25px;
	left: 0px;
}
* html #charity_logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shop_charity_logo.png', sizingMethod='crop');
}

/* music controls */
.musicControl {
	position: absolute;
	top: -30px;
	right: 0px;
	background: url('/images/music.gif') no-repeat;
	padding: 3px 0 3px 20px;
	margin: 0px;
	color: #fff;
}
/* footer styles */
#footer_outer {
	width: 540px;
	height: 130px;
	background: url('/images/frame_refl.gif') repeat-x;
	padding: 5px;
	color: #fff;
	float: left;
}

#footer_outer a {
	color: #fff;
}