body
{
	background: #dbd8ef url(../images/backgroundFade.jpeg) repeat-x top left;
	text-align: center;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #333;
	line-height: 15.39pt;
}
#page
{
	background-color: White;
	color: #333;
	border: 1px solid black;
	width: 55em;
	text-align: left;
	margin: auto;
}
#header
{
	background: white url(../images/CodeStudioLogo.jpeg) no-repeat bottom left;
	color: Blue;
	height: 94px;
}
#header span 
{
	visibility: hidden;
}
#menu 
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	background: blue url(../images/MenuBackground.jpeg) repeat-x top left;
	color: White;
}
#menu li
{
	float: left;
	margin: 0;
	padding: 0;
}
#menu a
{
	float: left;
	display: block;
	margin: 3px 5px 0 5px;
	text-decoration: none;
	color: White;	
	border: none 1px;
}
#menu a:hover
{
	background-color: inherit;
	color: Navy;
}
#footer
{
	height: 25px;
	background: blue url(../images/MenuBackground.jpeg) repeat-x top left;
	color: White;
}
#footer span
{
	margin: 6px 5px 0 5px;
	font-size: 0.75em;
}
#footer #terms
{
    float: left;
}
#footer #copyright
{
	float: right;
}
#footer a
{
	float: left;
	display: block;
	
	text-decoration: none;
	color: White;	
	border: none 1px;
}
#footer a:hover
{
	background-color: inherit;
	color: Navy;
}
#version, #rendered
{
    margin: 6px 5px 0 5px;
	font-size: 0.75em;
}
h1, h2, h3
{
    font-family: Georgia, "Times New Roman", Serif;
	color: #333;
	background: White;
}
h2
{
    font-size: 1.5em;
}
hr
{
    color: #333;
    background: White;
    width: 90%;
    height: 1px;
}
p
{
    margin-top: 0.5em;
    margin-bottom: 1.3em;
}