html, body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(http://www.quietplse.com/images/bg.png);
	background-repeat: no-repeat;
	margin:0;
}

#pagewidth{

	width:900px;
    min-width: 500px; 
	}
	
#header{ 
 height:90px; 
 width:100%; 
  } 
	
	
#content {
	width:850px;
	margin-top: 40px;
	margin-left: 50px;
	text-align: left;
	padding: 0;

 	
}

.clr{clear:both;}

#footer {
	width: 900px;
	clear: both;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;

}

#supercol {
	float:left;
    width:600px;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0;
    
}

#leftcol {
	float:left;
    width:300px;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0;
    
}


#maincol {
	margin-left: 20px;
	float: left;
	width:300px;
    text-align: left;
    padding: 0;
    
   
}
#rightcol {
	margin-left: 10px;
	float: right;
	width:220px;
    text-align: left;
    padding: 0px;
   

    
}
a
{
	color: #66214E;
	text-decoration: underline;

}

a:visited
{
	color: #999999;
}
a:hover
{
	color: #ffffff;
	background: #0E0E0E;
	text-decoration: none;
}

a:active
{
	color: #870809;
	background: black;
	text-decoration: none;
}

p
{
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0;
	color:#f8f8f8;
}	

h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	font-family: Cooper Black, Georgia, Lucida Grande, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	}

h1	{

	font-size: 21px;
	line-height: 28px;
	text-decoration: none;
	border: none;
	text-align: left;
	margin-bottom: 20px;
	}

h2	{
	font-size: 21px;
	}

h3	{
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
    }

h4	{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	}

li, dt, dd { margin-top: 1px; }
ol, ul, dl {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 3px;
	padding-left: 3px;
	line-height: 14px;
	list-style-type: disc;
    /*list-style-image: url(images/bullet1.gif);*/
    list-style-position: inside;
    content: "// ";
}

.nobullet {
	list-style-type: none; 
	margin-left: 10px; 
	padding-left: 5px;
	border-left: 1px solid #333333;}
	
.pres{
	margin-top: 12px;
	margin-left: 10px; 
	border-left: 1px solid #242424;
	padding-left: 5px;
	margin-right: 50px;}
	
.pres2{
	margin-top: 5px;
	margin-left: 10px; 
	border-left: 1px solid #242424;
	padding-left: 5px;
	margin-right: 0px;}
	
#inline-list {
       	margin: 0;
		padding: 0;
		display: inline;
        }

#inline-list p {
        display: inline;
        }

#inline-list ul, #inline-list li {
        display: inline;
        margin: 0;
        padding: 0;
        color: #476F8E;
        font-weight: normal;
        }
#inline-list ul li:before {
        content: "// "/*url(images/bullet1.gif)*/;
        }
                
#inline-list ul li.last:after {
        content: ". ";
        }

#prev, #next {

	padding:5px;
	margin:0 10px 10px;
}

#prev {
	float:left;
}
#next {
	float:right;
}
#image {
	text-align:center;	
}
.imgwrapper {
	float: left;
	margin: 0 0 0px 10px;
	padding: 0px;
	/*height:25px;*/
}
.imgwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;	
}
.imgwrapper img {
	background-color: #000;
	padding: 1px;
}
.imgwrapper a:visited img {
	background-color:#010;	
}
.imgwrapper a:hover img, .imgwrapper a:focus img {
	background-color: #ffffff;
}
.imgwrapper a:hover, .imgwrapper a:focus {
	color:#E6708B;
}
#single {
	padding:2px;
}
#desc {
	/*border-color:#ddd;
	border-style:solid;
	border-width:1px;*/
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
}


#directories, #breadcrumb {
	/*border-bottom:1px solid #ddd;*/
	/*margin:0;*/
}
#breadcrumb {
	padding:0px;
	margin-bottom:10px;
	font-weight: normal;
	font-size: 10px;
}
/*#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active {
	color:#000;*/
}
#dirdesc {
	padding:4px;
	
}
#gallery {
	margin:10px 5px 5px;
}
#directories ul {
	list-style-type: square;
	list-style-position: inside;
	margin-top: 10px; 
	margin-left: 10px; 
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
#directories li {
	margin:2px 0;
}