body
{
background-color:#3D5074;
color:#FFFFFF;
}

#titlebar
{
background-color:#6685C2;
text-align:center;
width:98%;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

#menu
{
background-color:#526A9B;
min-height:200px;
margin-bottom:20px;
width:8%;
float:left;
padding:1%;
}

#content
{
background-image:url('math.png');
min-height:450px;
margin-bottom:20px;
width:86%;
float:right;
padding:1%;
background-repeat:no-repeat;
background-attachment:fixed;
}

#mainbody
{
margin-left:auto;
margin-right:auto;
width:98%;
}

#footer
{
background-color:#6685C2;
text-align:center;
width:98%;
margin-left:auto;
margin-right:auto;
clear:both;
}

.round
{
border-radius:10px;
}

.center
{
text-align:center;
}

a:link
{
text-decoration:none;
color:#C2CEE6;
text-shadow: 3px 3px 3px #31405D;
}

a:visited
{
text-decoration:none;
color:#99AED6;
}

a:hover
{
text-decoration:underline;
color:#FFFFFF;
font-size:110%;
}

a:active
{
text-decoration:none;
color:#59599C;
}

img
{
box-shadow: 10px 10px 5px #647390;
margin-right:20px;
margin-bottom:10px;
margin-top:15px;
float:left;
}

p.shadow
{
text-shadow: 3px 3px 3px #31405D;
}

p
{
line-height:125%
}

.shadow
{
text-shadow: 6px 4px 5px #31405D;
}

.bigger
{
font-size:108%;
}
