/*Template: rinseandrepeat
Theme Name: Rinse and Repeat
Description: The Album
Author: Amber Hansford
Author URI: http://www.speakinginvector.com/


Rinse and Repeat CSS Design by Amber Hansford http://www.speakinginvector.com/
Background image from www.squidfingers.com
Everything else copyright 2006 Noah Sanders
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #000 url(images/tile1.jpg) fixed;
	color: #CFF;
	line-height: 24px;
	}
a {
	color: #3C9;	
	}
a:hover {
	color: #6FF;	
	}
h1, h2, h3 span {
	display: none;
	}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}
ul {
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	}	
#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 50px 0 50px;
	width: 640px !important;
	width /**/: 750px;
	background: url(images/background_container.gif) repeat-y;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .75em;
	color: #CFF;
	}	
#intro {
	width: 460px;
	}
#pageHeader {
	width: 670px;
	height: 150px;
	background: url(images/page_header1.jpg) no-repeat;
	}
.beginning {
	padding: 0px 30px 10px;
	}
#content {
	width: 460px;
	padding: 30px;
	padding-bottom: 0;
	width: 408px !important;
	width /**/: 468px;
	background: url(images/background_content.gif) repeat-y;
	color: #CFF;
	line-height: 28px;
	}
#paragraphs {
	margin: -30px -30px 0 -30px ; 
	padding: 30px 30px 0 30px;
	background: url(images/content_header.gif) no-repeat;
	}
#footer {
	margin: 0 -30px; 
	padding: 60px 30px 10px;
	height: 50px !important;
	height /**/: 110px;
	background: #000 url(images/background_footer.gif) no-repeat;
	}
#footer a{
	color: #6FF;
	}
#links {
	position: absolute;
	top: 132px;
	left: 531px;
	width: 177px;
	}
#links2 {
	color: #6FF;
	}	
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.floatclear {
	clear: both;
	}