* { margin: 0; padding: 0; }
body {
	background-color: #8054A1;
	text-align: center;
	line-height: 18px;
	color: #333;
	font-family: Helvetica, Arial;
	font-size: 12px;
}
.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 959px;
	overflow: auto;
}
#main { background: transparent url(../images/main_bg.gif) repeat-y 0 0; }
	
/* LEFT COLUMN /////////////////////////////////////////////*/

#left_column {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 7px;
}
a#logo {
	float: left;
	display: inline;
	outline: none;
	width: 200px;
	height: 182px;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
}
#left_nav {
	float: left;
	display: inline;
	width: 200px;
	padding-bottom: 6px;
	background-color: #8054A1;
}
#left_nav a {
	float: left;
	display: inline;
	width: 200px;
	outline: none;
	margin-bottom: 1px;
}
#organize {
	height: 61px;
	background: transparent url(../images/nav_left_organize.gif) no-repeat 0 0;
}
#tell { 
	height: 53px;
	background: transparent url(../images/nav_left_tell.gif) no-repeat 0 0;
}
#contribute { 
	height: 54px;
	background: transparent url(../images/nav_left_contribute.gif) no-repeat 0 0;
}
#find { 
	height: 47px;
	background: transparent url(../images/nav_left_find.gif) no-repeat 0 0;
}
#featured_question {
	float: left;
	display: inline;
	width: 200px;
	color: #333;
	padding-top: 70px;
	background: #DBF4FB url(../images/featured_question.gif) no-repeat 0 0;
}
#featured_question span {
	float: left;
	display: inline;
	width: 170px;
	margin: 0 15px;
	padding-bottom: 15px;
}

/* RIGHT COLUMN ////////////////////////////////////////////*/

#right_column {
	float: left;
	display: inline;
	width: 752px;
}
#parents_play_kids_win {
	float: left;
	display: inline;
	width: 752px;
	height: 100px;
	background: #8054A1 url(../images/parents_play_kids_win.gif) no-repeat 0 0;
}
#top_nav {
	float: left;
	display: inline;
	width: 752px;
	height: 45px;
	background: #8054A1 url(../images/nav_top_bg.gif) no-repeat 0 0;
}
#top_nav a {
	float: left;
	display: inline;
	height: 45px;
	width: 126px;
	outline: none;
}
a#home { width: 122px; }
a#home.selected { background: transparent url(../images/nav_top_home.gif) no-repeat 0 0; }
a#about.selected { background: transparent url(../images/nav_top_about.gif) no-repeat 0 0; }
a#shop.selected { background: transparent url(../images/nav_top_shop.gif) no-repeat 0 0; }
a#workshops.selected { background: transparent url(../images/nav_top_workshops.gif) no-repeat 0 0; }
a#news.selected { background: transparent url(../images/nav_top_news.gif) no-repeat 0 0; }
a#wholesale.selected { background: transparent url(../images/nav_top_wholesale.gif) no-repeat 0 0; }
a#home_top {
	float: left;
	display: inline;
	width: 752px;
	height: 353px;
	outline: none;
	margin-bottom: 20px;
	background: transparent url(../images/home_top.gif) no-repeat 0 0;
}
a#home_top span { display: none; }
#content {
	float: left;
	display: inline;
	width: 702px;
	margin: 25px;
	padding-top: 20px;
}

/* FOOTER ///////////////////////////////////////////////////*/

#footer {
	float: left;
	width: 959px;
	color: #FFF;
	padding: 15px 0;
	line-height: 24px;
}
#footer p { 
	float: left;
	display: inline;
	width: 550px;
	margin-left: 15px;
}
#footer a, #footer a:active, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
a#zorebo {
	float: right;
	display: inline;
	outline: none;
	width: 45px;
	height: 63px;
	margin: 0 30px 0 0;
	background: transparent url(../images/zorebo.gif) no-repeat 0 0;
}

/* FORM STYLES ///////////////////////////////////////////////*/

.custom_form {
	font-family: Comic Sans MS;
	font-size: 14px;
}
.text_field {
	padding: 4px 6px;
	width: 500px;	
}
.button {
	padding: 4px 8px;;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
}

/* MISC STYLES ///////////////////////////////////////////////*/

a, a:active, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover { 
	color: #000;
	text-decoration: none;
}
a span { display: none; }
p { margin-bottom: 20px; }
img { padding: 10px; }
ul {
	padding-left: 15px;
	margin-bottom: 20px;
}
.title {
	font-size: 16px;
	font-family: Comic Sans MS;
	font-weight: bold;
}
.error { color: #F00; }
table .title { margin-bottom: 5px; }
.green { color: #3F3; }
.pink { color: #F3F; }
.blue { color: #4B33FF; }
.teal { color: #33DBFF; }
.purple { color: #A770A9; }