html,body
{
/*
	background-color:#96cff1;
*/
	background-color:#f0f4fb;
	color:black;
	text-align:center;
	margin:0px;
	font-family:arial;
	font-size:12pt;
}

img
{
	border:none;
}

#main
{
	width:100%;
	background-color:#f0f4fb;
}

#header
{
	width:100%;
	height:100px;
	background-color:#f0f4fb;
	color:white;
}

#header_page
{
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position: relative;
	background-image: url('./img/the_super_mom_workout_header_background.png')
}

#logo
{

}

#ad
{
	width:728px;
	height:90px;
	position: absolute;
	top:15px;
	right:0px;
}

#page
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	min-height:440px;
}

#nav
{
	width:100%;
	height:40px;
	background-color:#96cff1;
	color:white;
	line-height:40px;
	font-size:16pt;
	border-bottom-left-radius: 40px;
/*
	border-bottom-right-radius: 40px;
*/
	-moz-border-radius-bottomleft: 40px;
/*
	-moz-border-radius-bottomright: 40px;
*/
	border-top: 1px dashed white;

	-webkit-box-shadow: 0px 2px 5px #888;
	-moz-box-shadow: 0px 2px 5px #888;
	box-shadow: 0px 2px 5px #888;
	
	position: relative;	
}

#footer
{
	height:24px;
	width:100%;
	background-color:#f0f4fb;
	color:#96cff1;
	font-size:10pt;
	line-height:24px;
	padding:10px 0px;
}

a,a:visited,a:active
{
	color:#808080;
	text-decoration:none;
}

a.white,a.white:visited,a.white:active
{
	color:white;
	text-decoration:none;
}

a:hover,a.white:hover
{
	text-decoration: underline;
}

a.black
{
	color: black;
}

a.black:hover
{
	text-decoration: none;
	color: #888;
}

ul
{
	padding-left:15px;
}

table
{
	border-collapse: collapse;
}

table.commands td
{
	border: 1px solid black;
	padding: 5px;
}