/* Design Toy 1.0
	Stylesheet 
	
	Copyright 2009 Gryphon Solutions, Inc. */


body
{ background: #aaa; }

h1 {font-size: 16px; font-family: Arial; color: white; }
h2 {font-size: 14px; font-family: Arial; color: white; }
h3 {font-size: 12px; font-family: Arial; color: white; }

#nav
{position: absolute; background: #000; height: 550px; width: 150px; top: 0px; left: 0px; text-align:center; }

#left_stage
{position: absolute; background: #000; height: 500px; width: 350px; top: 50px; left: 200px; padding: 3px;}

#right_stage
{position: absolute; background: #000; height: 500px; width: 350px; top: 50px; left:600px; }

#title
{position: absolute; background: #000; height: 30px; width: 900px; top: 0px; left: 150px;}

#nav_button
{ background: #fff; color: #000; height: 20px; width: 100px; text-align:center; }

#color
{ height: 20px; width: 20px; border: solid 1px #999999;}

#currentEdit, #currentEdit h6
{ background: white; color: black; }