body
{
	background-image: url("img/bg.gif");
	background-repeat: repeat-x;
	background-color: #ccc;
	font-family: arial, sans-serif;
	font-size: 0.75em;
}

header
{
	color: #fff;
	margin: 1em auto;
	max-width: 1000px;
	padding: 0 1em;

}

header h1
{
	float: left;
	font-family: 'Englebert', sans-serif;
	font-size: 3.5em;
	font-smooth: always;
	font-weight:normal;
	line-height:50px;
	margin: 15px 0px;
}

header h2
{
	float:right;
	font-family: 'Arial Narrow', sans-serif;
	font-size: 1.5em;
	font-weight:normal;
	margin-top: 2em;
}

.cb
{
	clear: both;
}

#main 
{
	background-color:#fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin: 40px auto;
	padding:10px;
	max-width:1000px;
}

#main h1, #main h2
{
	display:none;
}

#welcome
{
	background-color: #d7dff2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	clear: both;
	padding: 1.5em;
	max-width: 975px;
}

#welcome h3
{
	color: #07256f;
	display: block;
	font-family: 'Arial Narrow', sans-serif;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 10px;
}

#welcome br
{
	line-height: 24px;
}

#welcomeimage
{
	background-image: url("img/homeschool-kids.jpg");
	background-size:100%;
    background-repeat: no-repeat;
	border: solid 8px #3454a3;
	float: left;
	height: 190px;
	margin-right: 20px;
	overflow: hidden;
    width: 275px;
}

#welcometext
{
	width: 350px;
	float: left;
}

#welcome .cb
{
	clear: both;
}

#mobg .cb
{
	clear: both;
}

#content
{
	clear: both;
	float: left;
	max-width: 700px;
}

#content h3
{
	font-family: 'Arial Narrow', sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 25px;
	text-decoration: underline;
}

#content #links, #content #lessons
{
	margin: auto 15px;
	margin-bottom: 20px;
	max-width: 300px;
	text-align: left;
	width: 300px;
}

#content #lessons a, #content #links a
{
	display: block;
	line-height: 25px;
}

#content #prefoot
{
	text-align: center;
}

#featured
{
	margin-left: 15px;
	overflow: hidden;
}

#featured .cb
{
	clear: both;
}

#featured .item 
{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 310px;
}

#featured .item img
{
	border: solid 5px #3454a3;
	float: left;
	margin-right: 15px;
}

#featured .item a
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#featured .item div a
{
	display: inline;
	font-weight: normal;
	margin-bottom: 0px;
}

#lessons
{
	float: left;
	width: 50%;
}

#links
{
	float: left;
	width: 50%;
}

#side
{
	background-color: #efefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	float: right;
	margin: 10px 0;
	max-width: 285px;
	padding: 5px;
	text-align: center;
}

#side header
{
	color: black;
	margin: 0px auto;
	max-width: 225px;
}

#side header h3
{
	color: #07256f;
	font-family: 'Arial Narrow', sans-serif;
	font-size: 22px;
	margin: 0px;
	text-decoration: underline;
}

#side header h4
{
	color: #07256f;
	font-family: 'Arial Narrow', sans-serif;
	font-size: 20px;
	margin: 10px;
}

#side .elem
{
	margin-top: 20px;
	padding: 5px;
	text-align: left;
}

#side .elem img
{
	float: left;
	margin-right: 10px;
}

#articles
{
	color: #333;
	font: 16px "Georgia Pro", georgia, serif;
}

#articles h4
{
	font: 22px "Arial Narrow", sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding-top:50px;
}

#articles byline
{
	color: #999;
}

#articles .foot
{
	color: #666;
	font: 12px sans-serif;
	padding: 10px 0;
}

footer
{
	background-color: #cccccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	color: #333333;
	padding: 10px 20px;
}

footer #left
{
	float: left;
	text-align: left;
}

footer #right
{
	float: right;
	text-align: right;
}
