/*<!-- a javascript or expression could be used for IE6 and below for min-width -->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout */
/*</style>
<![endif]-->
<style type="text/css" media="screen">*/
/*colors to use
737688
738885
857388
738088
7b7388
808873
887b73
 */
 
 /*.my1 { 	color: #737688; }
 .my2 { 	color: #738885; }
 .my3 { 	color: #857388; }
 .my4 { 	color: #738088; }
 .my5 { 	color: #7b7388; }
 .my6 { 	color: #808873; }
 .my7 { 	color: #887b73; }
*/


 
* {margin: 0; padding: 0; border: 0;}

body {
text-align: center; 
background: #f8faf7;
color: #877b73;
min-width: 700px;
}

body {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 100%;
line-height: 1.5;
}

a {color: #737688; padding: 0 2px;
background-color: inherit;}
a:visited {
	color: #808873;
	background-color: inherit;
	text-decoration: none;
}
a:hover {background-color: inherit;
text-decoration: underline; color: #887b73;}

.alignleft {
float: left;
}
.alignright {
	float: right;
	padding-left: 10px;
}

.italics {
	font: small-caption;
}



#center a {color: #946d84;
background-color: inherit;}
#center a:hover {background: #f8faf7; color: #000;}

h1, h2, h3, h4, p {margin: 1em 0;}
ul {margin: 1em 2em;}

/***************************************************************/
/**************** Layout CSS begins ****************************/

#wrapper { /* also holds the left "sliding" tab */
background: #fff url(images/sidebar-l.gif) repeat-y 0 0;
text-align: left;
width: 90%; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
font-size: 80%;
border: 1px solid #877b73;
color: Black;
}

#header, #subnav, #footer {
clear: both; 
width: 100%;
}

#header {
background: #738088; 
color: #fff; 
text-align: right;
padding: 1px 0;
}

#subnav {
background: #808873; 
color: #fff; 
border-width: 1px 0; 
border-style: solid; 
border-color: #887b73;
text-align: center;
font-size: 95%;
}

#footer {
text-align: center;
color: #fff;
background: #737688 none no-repeat 0 0px;
}
#footer div {
padding: 1px 0;
background: url(images/brfoot.gif) no-repeat 100% 0px;
}

#contentfloatholder {/* also makes the right "sliding" tab */
background: White none repeat-y 100% 0;
float: left;
width: 100%;
position: relative;
color: Black;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad {
margin: 0 185px;
background: url(images/quarter.png) no-repeat 100% 0;
}

#center {
  color: #000;
  background-color: inherit;
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

#left {
  float:left;
  width: 170px;
  background-color: White;
  color: Black;
  margin-left: -5%; /* the difference to make the left colum appear flush left */
}

#lc {
	background-color: White;
	color: Black;
}
#lc a {
	font-size: 85%;
	padding-left: 5px;
}

#right {
  float:right;
  width: 170px;
  background-color: White;
  color: Black;
}

#rc {
	background-color: White;
	color: Black;
}

#rc a {
	font-size: 85%;
	padding-left: 5px;
}


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

#left h3, #left p,
#right h3, #right p
{
padding: 0 20px; 
}

/***** General formatting ****/
 /* logo/link */
#pagetop {
position: relative;
width: 100%;
padding-top: 1em;
height: 7em;
color: #000;
background-color: inherit;
}

#pagetop h1, #pagetop h2, #pagetop h3 {
margin: 0.3em 220px;
font-family: georgia, serif;
padding: 0;
}

#pagetop h1 {font-size: 1.4em;}
#pagetop h2 {font-size: 1.2em;}
#pagetop h3 {font-size: 1em;}

a#toplink {
width: 200px;
height: 8em;
background: #f8faf7 url(images/pc-arts-logo.png) no-repeat 0px -326px;
position: absolute;
top: 0;
right: 5px;
color: #887b73;
}

a#toplink:hover {
background-position: 0 0;
}

#wrapper {
position: relative;
z-index: 500;
}	
#cc {	
width: 90%;
margin: auto;
	border: 1px dashed #737688;
} 
#cc p {
	padding: 5px;
	font-size: 95%;
	font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
}  
#random {
	background-color: #ebebe9;
	color: #3f4338;
	padding: 5px;
	width: 90%;
	margin: auto;
}