/*
	Cascading Style Sheet (CSS) for BADinTO.com
	Paul Henman (www.henman.ca); updated November 2008
*/


* {
	padding: 0;
	margin: 0;
}

body {
	min-width: 1024px;
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	background-image: url("http://www.badinto.com/badinto-bkgd.jpg");
	font-family: eurostyle, verdana, helvetica, arial, sans-serif;
	line-height: 150%;
	font-size: 16pt;
	text-align: left;
	color: black;
}

a img {
	border: none;
}

#page {
	background-color: transparent;
	color: #1773B2;
}

#logo {
	margin: 30px;
	padding: 0;
	top: 10px;
	left: 10px;
}

#navbar {
	font-size: small;
	margin: 10px 10px 10px 40px;
	background-color: transparent;
}
#navbar a {
	/* match the text color in #page */
	color: #1773B2;
	background-color: white;
}

#page-content {
	margin: 10px 10px 10px 40px;
	width: 850px;
	background-color: transparent;
	color: black;
}

#content {
	margin: 10px 10px 10px 10px;
	/* invisible border forces top/bottom margins! */
	border: solid 1px transparent;
}
#content p {
	margin: 15px;
	border: solid 1px transparent;
	background-color: transparent;
	clear: both;
}
#content p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

div.clear {
	clear: both;
}

#footer {
	margin: 10px;
	font-size: xx-small;
	background-color: transparent;
	color: #B4CFEC;
	bottom: 30px;
}
#footer a {
	background-color: white;
	color: #B4CFEC;
}

/* -- the end -- */

