/*
 *	Body
 */

body {
background:#000;
color:#fff;
font-family:arial, sans-serif;
}

/********* helpers *********/
.floatRight { float: right; }
.floatLeft  { float: left; }
.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }
.clear, .clearer { clear: both; }
.block  { display: block; }


/* Generic IE-only Hack */
* html body {
	
}

/*
 *	Links
 */

a {
	color					: #fff;
	text-decoration			: none;
}

a:hover {
	color					: #fff;
	text-decoration			: underline;
}

/*
 *	Paragraph, Code, Blockquote
 */

p {
	
}

code {
	white-space				: pre;
}

blockquote {
	
}

/*
 *	Headings
 */

h1	{
	
}

h2	{
	
}

h3	{
	
}

h4	{
	
}

h5	{
	
}

h6	{
	
}

/*
 *	Lists
 */
 
ul {
	
}

ol {
	
}

li {
	
}

ul li {
	
}

ol li {
	
}

#wrapper{
margin:80px auto;
width:730px;
}

#header{

}

#header h1{
width:400px;
height:23px;
background:url(../images/little-black-gallery-logo.gif) no-repeat;
text-indent:-999em;
padding-bottom:4em;
}

#header h1 a{
width:400px;
height:23px;
display:block;
text-indent:-999em;
}

#content{
width:500px;
xheight:135px;
padding-top:5em;
xbackground:url(../images/bg.gif);
}

#content h2{
font-size:4em;
line-height:1.2em;
font-family:"Georgia", "Times New Roman", serif;
font-weight:normal;
text-transform:uppercase;
letter-spacing:1px;
padding:0 4px 0 4px;
display:none;
}

#content h3{
font-size:1.2em;
line-height:1.2em;
xfont-weight:normal;
padding:0 4px 4px 4px;
display:none;
}

#content, #footer{
font-size:1.2em;
line-height:1.2em;
}

#content p, #footer p{
padding-top:1.5em;
}

#content p.yellow, #footer p.yellow{
padding-bottom:5em;
color:#ffcb08;
text-transform:uppercase;
}

#content p.yellow a, #footer p.yellow a{
color:#ffcb08;
text-decoration:none;
}

#content p.yellow a:hover, #footer p.yellow a:hover{
color:#ffcb08;
text-decoration:underline;
}

#footer a{
color:#ffcb08;
text-decoration:none;
}

#footer a:hover{
color:#ffcb08;
text-decoration:underline;
}

.slideshow{
width:720px;
height:359px;
overflow:hidden;
margin-bottom:20px;
}