/*
-------------------------
page layout CSS
-------------------------
*/

html {
	height:98%;
}

body {
	color:#EEE6B6;
	font-family:Garamond, "Times New Roman", Courier, serif, sans-serif;
	font-size:16px;
	line-height:1em;
	margin:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	padding:0pt;
	height:98%;
}

body {
background-color:#000000;
}

a:link {
color: #EEE6B6;
text-decoration: none;
}
a:visited {
color: #EEE6B6;
text-decoration: none;
}
a:hover {
color: #EEE6B6;
text-decoration:underline;
}
a:active {
color: #EEE6B6;
text-decoration: none;
}



/*
-------------------------
main page layout
-------------------------
*/

#bellyfeel {
text-align:left;
width:890px;
border:solid 1px #362E0E;
}

#mainArea {
background: url("../graphics/MD-main-area.jpg") no-repeat;
padding-top:30px;
}

#flashContent {
width:512;
height:303px;
}

#videoPlayer {
padding:0px;
margin:0px;
width:512;
height:303px;
overflow:hidden;
}

#bookArea {
background: url("../graphics/MD-compass.jpg") no-repeat;
padding-top:30px;
padding-left:60px;
padding-right:60px;
}

#contactLink 
{
position:relative;
top:20px;
left:220px;
width:290px;
height:20px;
}

/*
-------------------------
forms CSS
-------------------------
*/

form
{
margin:0px;
}

input
{
color: #545454;
font-size:12px;
background: #EFEFEF;
border: 1px solid #CCCCCC
}