body, div, span, a, ul, li, h1, img {
	margin: 0px auto;
	padding: 0px;
	border: none;
}
a , a:visited{
	color: #00F;
	text-decoration: underline;
}
a:hover{
	color: #00F;
	text-decoration: none;
}


body {
	background-color: #E2F9FE;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #600;
	font-weight: normal;
	line-height: 1.5em;
}
#container {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 100%;
	min-height: 500px;
}
#header {
	width: 1000px;
	position: relative;
	height: 300px;
}
#friends {
	background-image: url(img/friends_table.gif);
	height: 153px;
	width: 412px;
	position: relative;
	top: 22px;
	left: 305px;
	padding: 30px 10px 10px;
	background-repeat: no-repeat;
}
#friends ul {
	list-style-type: none;
	text-align: left;
	padding: 6px 0 4px 15px;
}
#friends ul li {
	width: 110px;
	color: #6F0E0B;
	white-space: nowrap;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 1px 5px;
	line-height: 1.2em;
}
#friends ul li a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
#friends ul li a:hover {
	color: #AD4E4A;
	font-weight: bold;
	text-decoration: none;
}




#logo {
	height: 95px;
	width: 476px;
	position: relative;
	left: 195px;
	top: 16px;
}
#wrapper {
	padding-top: 30px;
}



.top {
	background-image: url(img/block_top.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 999px;
	position: relative;
}
.title {
	background-image: url(img/moms.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	width: 150px;
	position: absolute;
	left: 135px;
	top: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #330000;
}

.pics {
	background-image: url(img/block_bg.png);
	background-repeat: repeat-y;
	width: 999px;
}
.pics img {
	border: 2px solid #392919;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bottom {
	background-image: url(img/block_bottom.jpg);
	background-repeat: no-repeat;
	width: 999px;
	background-position: left bottom;
	padding: 3px 0px 50px;
	position: relative;
	text-align: left;
	padding-left: 15px;
}
.bookmark {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D1250E;
	position: absolute;
	right: 155px;
	bottom: 12px;
}
.bookmark:hover {
	font-size: 15px;
	bottom: 11px;
	text-decoration: none;
	right: 151px;
}
@media screen {
 div#preloader {
  position: absolute;
  left: -9999px;
  top:  -9999px;
  }
 div#preloader img {
  display: block;
  }
 }
@media print {
 div#preloader, 
 div#preloader img {
  visibility: hidden;
  display: none;
  }
 }