/*
    www.WiseRiddles.com
    Copyright (C) 2005-08, Wise Riddles Software
*/

body
{
    color: black;
    background-color: white;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
    scrollbar-base-color: #FF9934;
}

#Canvas
{
    position: relative;
}

#Canvas a:link
{
}

#Canvas a:visited
{
}

#Canvas a:hover
{
    color: #FF9934;
    text-decoration: underline;
}

#Header
{
    background: white url(http://www.WiseRiddles.com/Images/HeaderMiddle.jpg) repeat-x;
    height: 110px;
}

#Header a:link
{
    color: White;
}

#Header a:visited
{
    color: White;
}

#CompanyBrand
{
    background: white url(http://www.WiseRiddles.com/Images/HeaderLeft.jpg) no-repeat;
    height: 110px;
    width: 310px;
    left: 0px;
}

#ProductBrand
{
    height: 0px;
}

#HeaderLinks
{
    background: white url(http://www.WiseRiddles.com/Images/HeaderBottom.jpg) repeat-x;
    height: 38px;
    margin: -38px 0px 0px 48px;
    padding-right: 10px;
    text-align: right;
    font-size: 15px; 
    font-weight: bold;
}

#Header * :link
{
    color: White;
    text-decoration: none;
}

#Header * :visited
{
	color: white;
	text-decoration: none;
}

#Content
{
    position: relative;
    margin-left: 40px;
    font-size: 14px;
    margin-right: 10px;
}

#Content table /* I don't really know why this is necessary: shouldn't the styles be inherited from the defn above? */
{
	font-size: 14px;
}

#Content h1
{
	/*position: relative;*/
	background: white url(http://www.WiseRiddles.com/Images/H1.jpg) repeat-x;
	height: 36px;
	font-size: 17px;
	padding: 3px 5px 0px 5px;
}

#Content h2
{
	/*position: relative;*/
	font-size: 16px;
	border: 2px solid #9E9E9E;
	padding: 2px 5px 2px 5px;
}

#Content h3
{
	/*position: relative;*/
	font-size: 15px;
}

*.Highlight
{
	border: 2px solid #FF9934;
	background-color: #C0C0C0; 
	padding: 4px;
}

*.IEBug
{
	width: 100%;
}	

#Footer
{
    text-align: center;
    margin: 30px 10px 10px 10px;
    background: white url(http://www.WiseRiddles.com/Images/WiseRiddles.jpg) no-repeat scroll right;
    height: 65px;
    font-size: .60em;
}
