body	{background-color: #696969;
	background-image: url(shoop10.png);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;

	color: black;
	line-height: .9;
	font-family: sans-serif}

#header
	{margin: 10px 50% 10px 0px;
	width: 50%;
	padding: 10px;
	color: black;
	background-color: white;}

#footer
	{margin: 0px 20px;
	padding: 10px;
	color: black;
	background-color: white;
	clear: right;
	float: right}

#left
	{width: 100px;
	background-color: red;
	color: black;
	padding-left: 10px;
	height: 100%;
	float: left}

#right
	{float: right;
	width: 20%;
	background #F0F;
	border-left: 1px dashed white;
	padding: 0.75em}

#content
	{margin-right: 25%;
	padding-left: 10px;
	padding: 0.75em}

#title
	{color: #ff4500;
	font-size: medium;
	font-weight: bold}

div.ideas
	{margin-left: 360px;
	border-left: 1px dashed white;
	padding: 0.75em}

p,h1,h2,h3,h4 {line-height: 1}

h1
	{color: black}

h2
	{color: #ffdead}

h3
	{color: #ffa500}

h4
	{color: #ff4500}

p
	{color: white}

fieldset
	{border: 1px solid white;
	width: 250px;
	background: green}

fieldset.right
	{padding: 1em;
	text-align: right}

legend
	{color: black;
	background: white;
	border: 2px solid red;
	padding: 2px 6px}

a:link {color: #000080; text-decoration: none}
a:visited {color: #0000cd; text-decoration: none}
a:hover {color: #1e90ff; text-decoration: underline}
a:active {color: #6495ed; text-decoration: none}

