/* 
CSS Stylesheet for Reasonable Desires - Trick or Treat - Costume Fair 2008
Created by:  Thomas Shanahan of Blue Walrus Media
Website:  http://www.bluewalrusmedia.com
Email:  IAmThaWlrs@bluewalrusmedia.com
*/

html {
	margin:  			0;
	padding:			0;
	font-family:		Arial, Helvetica, Georgia, Sans-serif;
	font-size:			16px;
	background:			url(http://www.reasonabledesires.com/images/costume_bg.png) repeat-y top center;
	background-color:	#30003D;
	color:				#DDDDDD;
	text-align:			center;
}

body {
	width:				850px;
	margin:				auto;
	text-align:			left;
}

table {
	text-align:			center;
}

p {
	text-indent:				15px;
}

#header {
	width:				800px;
	text-align:			center;
	padding:			15px;
	margin:				auto;
}

a img {
	border:				none;
}

#content {
	margin:				0 50px 50px 50px;
	float:				left;
	line-height:		24px;
	width:				750px;
}

#sidebar {
	width:				225px;
	float:				left;
}

#sidebar h4 {
	border:				none;
}

#notecard {
	margin-left:		35px;
}

#notecard p {
	text-indent:		0px;
}

h1 {
	font-size:			21px;
}

h1, h2 {
	text-align:			center;
}

h1, h2, h3, h4, h5 {
	font-family:		Georgia, Sans-serif;
	color:				#FFFFFF;
}

h3, h4 {
	border-top:			1px solid #EEEEEE;
	padding-top:		18px;
	width:				100%;
}

li {
	list-style-type:	square;
}

#sidebar li {
	list-style-type:	none;
	text-indent:		-18px;
}

#sidebar a {
	text-decoration:	none;
	color:				#EEEEEE;
	font-weight:		bold;
}

#sidebar a:hover {
	text-decoration:	underline;
}

#sponsor {
	text-align:			center;
}

#sponsor li{
	list-style-type:	none;
}

#sponsor ul li img {
	height:				128px;
	border:				none;
}

#unicef {
	width:				90%;
	margin:				auto;
}	

img {
	float:				left;
	margin:				0, 0, 10px, 10px;
}