@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	border:0;
	margin:0;
}
html{
	font-size:125%;
}
body{
	font-size:50%;
}
#back_top_bar {
	width:720px;
	height:41px;
	background-image:url(../images/top-background.jpg);
	background-repeat:no-repeat;
}
#content {
	width:720px;
	text-align:left;
	background-image:url(../images/middle-background.jpg);
	background-repeat:repeat-y;
}
#main_content {
	width:650px;
	padding:0 35px;
}
#back_bottom_bar {
	width:720px;
	height:41px;
	background-image:url(../images/bottom-background.jpg);
	background-repeat:no-repeat;
}

p, a, textarea{
color:#1b3f95;
font-size:1.2em;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:10px;
}
a {color:#1b3f95; text-decoration:none;}
a:hover { color:#1b3f95; text-decoration:underline;}
.small_text {
	font-size:1em;
}

textarea{color:#666666; width:638px; border:#999999 1px solid; padding:5px;}
#bookmarks p, #bookmarks ul{ }
.strapline {margin-top:15px;}
ul {
	
	padding:0;
	margin:0;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#999999 1px solid;
}
li {
	line-height:20px;
	display:inline;
	margin-right:10px;
	list-style-image:none;
}
li a{line-height:20px;}

#delicious a{background-image:url(../images/bullet1.jpg); background-repeat:no-repeat; padding-left:22px}
#digg a{background-image:url(../images/bullet2.jpg); background-repeat:no-repeat; padding-left:22px}
#reddit a{background-image:url(../images/bullet3.jpg); background-repeat:no-repeat; padding-left:22px}
#facebook a{background-image:url(../images/bullet4.jpg); background-repeat:no-repeat; padding-left:22px}
#stumbleupon a{background-image:url(../images/bullet5.jpg); background-repeat:no-repeat; padding-left:22px}
#furl a{background-image:url(../images/furl.jpg); background-repeat:no-repeat; padding-left:22px}
#google a{background-image:url(../images/google.jpg); background-repeat:no-repeat; padding-left:22px}
#yahoo a{background-image:url(../images/yahoo.gif); background-repeat:no-repeat; padding-left:22px}

/******************************************************************
Clear Floats
*****************************************************************/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
* html .clearfix{height:1%;}
.clearfix{display:block; margin:0;}

