body { 
	/* background-color: #fbf5e0; */
	text-align: center;
	margin: 0 auto;
	background-color: #555;
	font-family: "Georgia", "MS Serif", "Times", serif;
/* 	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial; */
}

/* centered column into which all content goes */
#main { 
	margin: 0px auto;
	margin-top: 15px;
	text-align: left;
	width: 800px;
	background-color: #fbf5e0;
	padding: 30px; padding-top: 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

/*
div {
	border: dashed 1px black;
}
*/

#anim {
	float: left;
	position:absolute;
	margin-left: 100px;
	margin-top: 350px;
	color:black; 
	font-size: 30px;
	width: 500px;
	height: 100px;
	font-style: italic;
}

#splash {
	background: url(m_images/bg-country-sm.jpg) no-repeat; 
	height: 480px;
	margin-top: 10px;
	/* border: 1px dashed #333; */
}

#logo {
	float:left;
	display: block;
	position: absolute;
	width: 250px;
	margin-top: 75px;
	margin-left: 100px;
}

#menu {
	display: block;
	position:absolute;
	width: 300px;
	padding-top: 50px;
	margin-left: 500px;
	font-size: 25px;
}

/*
#menu {
	float:left;
	display: block;
	position:absolute;
	width: 250px;
	margin-top: 400px;
	margin-left: 100px;
	font-size: 24px;
}
*/

#botspacer {
	margin-bottom: 50px;
}

a:link {
	color: #990000;
	text-decoration: none;
}

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

a:hover {
	color: #ff0000;
	text-decoration: none;
	border-bottom:1px dotted; 
}

#footer {
	margin: 50px;
	margin-top: 0px;
	padding-top: 20px;
}

#footer-menu {
	margin: 0px auto;
	width: 800px;
}

#footer-menu a:link { color:white }
#footer-menu a:visited { color:white }
#footer-menu a:hover { color:white }


ul#nav-bar {
	margin-left: 0px;
	padding: 0;
}

li.nav {
	display:block;
	list-style: none;	
	margin-bottom: .25em;
	margin-left: 0px;
}

li.foot-nav {
	display:inline;
	list-style: none;	
	margin-right: 18px;
}

img.lefter {
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
}

img.righter {
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
}

h1.leader {
	display: inline;
	font-weight: bold;
	font-size:larger;
}

tr.subscribe td {
	border-bottom: none;
	height: 50px;
}

tr.NIL td {
	border-bottom: none;
	height: auto;
}


td.ppbut td {
	width: 80px;
	height: 50px;
}

.sub-qual {
	font-style:italic;
	font-size:smaller;
}

p.slogan { font-size: 24px; color:black}
p.copyright { font-size: 12px; color:black}

/*
#buyButton{
    width: 188px; height: 52px;
    background: url(images/topButtonsDolla.png) left top;
}

#buyButton:hover{
    cursor: pointer;
    background: url(images/topButtonsDolla.png) left center;
}

#buyButton:active{
    background: url(images/topButtonsDolla.png) left bottom;
}

#buyButton a{
    display: block;
    width: 188px; height: 52px;
    text-indent: -3000px;
}
*/