/* page styles */

html, body 
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
  	color: #5b5b5b;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

body	{
	width: 830px;
	border-top: 5px solid #5b5b5b;
/*	background-image: url('../images/grid.gif');*/
	background-repeat: repeat-y;
	background-position: 15px 0px;
	margin-left: 0px;
	}
	
img
	{
	border:none;
	}

h2
	{margin-left:0px;margin-top:20px;margin-bottom:10px;}


a:link
	{
	color:#ff0084;
	text-decoration:none;
	}
	
a:visited
	{
	color:#ff0084;
	text-decoration:none;
	}
	
a:hover
	{
	color:#eb96c4;
	text-decoration:underline;
	}	

#logo
	{
	position:absolute;
	top:3px;
	left:5px;
	}
	

#container
	{
	height:550px;
	background: url('../images/molly-main.jpg');
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;	
	}

#twitter
	{margin-left:425px;}
	
#twitter ul	{
	width: 410px;
	margin: 0px 0px;
	padding: 0px;
	list-style: square;
}

#twitter ul	li	{
	margin: 0px 0px 4px 15px;
	padding: 0px;
}

#content-flickr	{margin-left:425px;margin-top:35px;width:415px;height:220px;}

.flickr_badge {float:left;}
.flickr_badge a img { width: 75px; height: 75px; padding: 0px; margin: 0 5px 5px 0;border:1px solid #5b5b5b;border-bottom: 3px solid #ff0084;background:#fff;float:left;}
.flickr_badge_image {text-align:center !important;float:left;margin:0px 7px 7px 0px;width:75px;height:75px;}


#footer	{width:795px;height:28px;margin-bottom:10px;color:#fff;padding: 15px 0px 0px 35px;background: #3b3b3a url('../images/squares.gif') no-repeat;}
