*				{ margin: 0; padding: 0; }
body 			{ background: url(/toys/images/body-bg.jpg) fixed top left no-repeat; line-height: 20px; color: #333; font-family: "Courier New", Courier, monospace; font-size: 15px; }
#everything		{ width: 946px; }

#leftside		{ float: left; width: 345px; }
#rightside		{ float: right; width: 600px; overflow: hidden; background: url(/toys/images/rightside-bg.jpg) repeat-y; }

#nav			{ display: block; position: fixed; margin: 125px 0 0 70px; width: 252px; height: 232px; }
* html #menu	{ position: absolute; }

#nav a:link 	{ text-decoration: none; color: #333; }
#nav a:visited 	{ text-decoration: none; color: #333; }
#nav a:hover	{ text-decoration: none; color: #333; background-color: #5196d9; }

#top			{ text-align: center; }

#middle				{ padding: 15px 15px 15px 75px; }
#middle a:link 		{ text-decoration: none; color: #0000ff; border-bottom: 1px dashed #0000ff; }
#middle a:visited 	{ text-decoration: none; color: #0000ff; border-bottom: 1px dashed #0000ff; }
#middle a:hover		{ text-decoration: none; color: #0000ff; border-bottom: 1px solid #0000ff; }

.left-middle		{ float: left; width: 230px; }
.right-middle		{ float: right; width: 230px; }

#middle ul			{ list-style-type: none; width: 100%; }					
#middle li			{ margin: 10px 0; padding: 5px 0 5px 5px; display: block; width: 100%; border: 1px dashed #333; }

#middle li p.green-highlight	{ font-style: italic; background-color: #baff57; }

h1 					{ padding: 7px 0 7px 7px; font-size: 24px; background-color: #fffc19; } 
h2  				{ padding: 3px 0 3px 3px; font-size: 20px; background-color: #baff57; }
h3					{ background-color: #5196d9; }
h4					{}
h5					{} 

h1, h2, h3,
h4, h5, h6			{ margin: 15px 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;  }

#bottom				{ margin-top: 70px; text-align: center; }

acronym 			{ cursor: help; }
img					{ border: 0; }
p					{ margin: 15px 0; }
strong				{ background-color: #baff57; font-weight: normal; }

a.no-hov			{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; }
.clear				{ clear: both; }
::-moz-selection	{ background-color: #ff4bd7; }
::selection			{ background-color: #ff4bd7; }
