@charset "UTF-8";
/* CSS Document */

/*tags*/

*{margin:0; padding:0;}

body {
	background-color: none;
	font-family:  "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #069;
	margin:auto;
}


img
{
	border:0 0 20px 0;
}

a
{
	text-decoration:none;
	color:#069;
}

a:link {
	color: #06C;
}
a:visited {
	color: #69F;
}

p {
  margin-bottom: 0 }
p + p {
  text-indent: 1em;
  margin-top: 0 }
p.stb { text-indent: 0; margin-top: 0.83em }
p.mtb { text-indent: 0; margin-top: 2.17em }
p.ltb { text-indent: 0; margin-top: 3.08em }


/*ids*/
#wrapper
{
	width:1100px;
	margin:0;
	padding:0;
	clear:none;
}

#container
{
	background-image: url(http://thebikinibandit.com/images/bg_body.png);
	background-repeat: no-repeat;
	width:980px;
	height:700px;
	background-color:#FFF;
	padding-top:2px;
	margin:auto;
}

#nav
{
	width:205px;
	list-style:none;
	padding-top: 100px;
	float:left;
}


#text_area
{
	margin-top: 200px;
	width:500px;
	padding-left: 275px;
	text-align: left;
	display:block;
	float:left;
}

#footer
{
	font-family:"Sackers Gothic STD","Century Gothic", Helvetica, Arial, sans-serif;
	font-size:x-small;
	background-color:#959ca1;
	width:925px;
}

#footer li
{
	list-style:none;
	white-space:nowrap;
	display:inline-block;
	padding:.5em 2em;
}

#footer li a
{
	text-decoration:none;
	color:#FFF;
}

#footer li a:hover
{
	color:#FCF;
}

#footer li a:active
{
	color:#FFF;
}

#home_banner
{
	width:875px;
	background-color:#f06d9a;
	font-family:"Sackers Gothic STD","Century Gothic", Helvetica, Arial, sans-serif;
	text-align:right;
	font-size:small;
	color:#FFF;
}

#collection_menu
{
	font-family:"Sackers Gothic STD","Century Gothic", Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size:.8em;
	background-color:#959CA1;
	width:0;
}

#collection_menu li
{
	list-style:none;
	text-align:left;
	padding-left:2.5em;
}

#collection_menu li a
{
	text-decoration:none;
	display:block;
	line-height:3em;
	color:#FFF;
}

#collection_menu li a:hover
{
	text-decoration:none;
	color:#FCF;
}

#collection_menu li a:active
{
	text-decoration:none;
}

#gallery
{
	margin-left:1em;
	margin-right:1em;
	float:right;
}

#gallery img
{
	padding-bottom:1em;
}
