* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #505050;
	background-color: #c0c0c0;
	font-family: sans-serif;
}

img {
	border-width: 0px;
}

a {
	color: #2243a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #3265fc;
}

p {
	font-size: small;
	margin-bottom: 1em;
}

p.strong {
	font-weight: bold;
}

h3 {
	color: #505050;
	background-color: #ffee66;
	font-weight: normal;
	font-size: medium;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/light.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

li {
	font-size: small;
}

div.networksBox {
	display: table;
	border-style: solid;
	border-color: #ffee66;
	border-width: 1px;
	padding: 10px;
	float: left;
}

ul.networks { list-style-type: none; }

ul li.facebook { background: url("../img/networks/facebook.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.delicious { background: url("../img/networks/delicious.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.digg { background: url("../img/networks/digg.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.furl { background: url("../img/networks/furl.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.magnolia { background: url("../img/networks/magnolia.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.simpy { background: url("../img/networks/simpy.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.myweb { background: url("../img/networks/yahoo_myweb.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.google { background: url("../img/networks/google.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.diigo { background: url("../img/networks/diigo.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.squidoo { background: url("../img/networks/squidoo.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.stumbleupon { background: url("../img/networks/stumbleupon.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }
ul li.technorati { background: url("../img/networks/technorati.gif") no-repeat; padding-left: 20px; float: left; margin-right: 1em; }

#topBar {
	background-color: #ffcc00;
	background-image: url(../img/topBarBg.png);
	height: 50px;
}

#topBarContent {
	color: #ffffff;
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
}

#pageMount {
	background-color: #ffffff;
	background-image: url(../img/shade.png);
	background-repeat: repeat-x;
	background-position: top;
}

#page {
	display: table;
	background-color: #ffffff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: url(../img/shade.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	background-color: #505050;
}

#footerContent {
	color: #ffffff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#footerContent p {
	color: #ffffff;
	margin-bottom: 0px;
}

#footerContent a {
	color: #ffffff;
}

#shade {
	height: 20px;
	background-image: url(../img/shade.png);
	background-repeat: repeat-x;
	background-position: top;
}

