body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/int-bg-page.jpg);
	background-repeat: repeat-x;
	background-color: #8A6DBF;
	padding: 10px 0px;
	margin: 0px;
	line-height: 20px;
}
h1
{
	background-image: url(images/int-header.jpg);
	height: 148px;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span
{
	display: none;
}
h2
{
	background-image: url(images/int-bg-footer.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #7F9A4B;
	margin: 0px;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
}
h2 a
{
	color:#fff;
	text-decoration:none;
}
h3
{
	font-size: 14px;
	clear: both;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: .5em;
}
h3 a {
	text-decoration: none;
	color: #fff;
}
h4
{
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-size: 16px;
	border-bottom: 1px solid;
	margin-top: 1em;
}

p
{
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}


a
{
	color: #920C0B;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	color: #B04E49;
}



div#mainMenu
{
	background-image: url(images/int-bg-mainMenu.gif);
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
}

div#mainMenu  ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#mainMenu  ul  li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
div#mainMenu  ul   li a
{
	text-decoration: none;
	border-right: 1px solid #ffffff;
	padding: 0px 17px;
	color: #ffffff;
	display: block;
}
div#mainMenu ul li a:hover
{
	background-image: url(images/int-bg-mainMenu-Over.gif);
}




div#wrapper
{
	background-image: url(images/int-bg-wrapper.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
	background-position: top center;
}
div#contentArea
{
	background-color: #ffffff;
	padding: 10px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	line-height: 1.5em;
}
div#introHome
{
	background-image: url(images/istock-kids-birthdayCake.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-left: 220px;
	margin-bottom: 20px;
}
div#cakeHome .third {
	width: 210px;
}
div#cakeHome .half {
	width: 320px;
}
div#footer
{
	clear: both;
	background-image: url(images/int-bg-footer.gif);
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #7F9A4B;
	margin-bottom: 1em;
	position: relative;
}
div#footer  ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#footer  ul  li
{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	font-size: 11px;
}
div#footer  ul   li a
{
	display: block;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	padding: 0px 27px;
	color: #ffffff;
}
div#footer ul li a:hover
{
	background-color: #667C3D;

}
div#copyright
{
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}
div#copyright a
{
	color: #FFFFFF;
}



.third
{
	width: 320px;
}
.twoThirds
{
	width: 660px;
}
.half
{
	width: 490px;
}
.left
{
	float: left;
	margin-bottom: 10px;
}
.left.margin {
	margin-left: 20px;
}
.right
{
	float: right;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.redBG, .greenBG
{
	color:#fff;
	line-height:30px;
	padding:0px 5px;
}
.redBG a:hover, .greenBG a:hover
{
	color:#fff;
	text-decoration:underline;
}
.redBG a:visited, .greenBG a:visited
{
	color:#fff;
}
.redBG
{
	background-color: #AA4145;
}
.greenBG
{
	background-color: #7F9A4B;
}
.stats
{
	margin: 0px;
	font-size: 11px;
	padding-left: 15px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.tout {
	position: relative;
	margin-bottom: 1em;
}
.tout img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}
.tout .title {
	font-size: 1.5em;
	margin-bottom: .25em;
}
.tout .content {
}
.tout.md {
	padding-left: 210px;
	height: 150px;
}
.tout.md img{
	width: 200px;
	height: 150px;
}
a.button:link , a.button:visited, input.button{
	display: block;
	background-color: #FFB93C;
	padding: .25em 1em;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 0.5em;
	color: #333;
	border: 1px solid #333;
}
input.button {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 1em;
}
a.button:hover {
	background-color: #FFD73C;
}

