/* Global Styles */
body {
	margin:0px;
	padding: 0px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background: #cccccc;
	color:#333333;
	}
	
a:link, a:visited { color: #333333; font-weight: bold; }
a:hover, a:active { color: #CC0000; }
	
	
h1 {
	text-transform: lowercase;
	letter-spacing:0.1em;
	color: #000000;
	padding: 0 0 0 50px;
	background: url(images/star.gif) left no-repeat;
	}	
	
h2 {
	color: #660000;
	text-transform:lowercase;
	padding: 0 0 0 30px;
	}

h3 {
	text-transform: lowercase;
	letter-spacing:0.1em;
	color: #000000;
	margin: 0 0 10px 0;
	}

hr { margin: 10px 0 20px 20px; }
	
	
/*************************** =PAGE IDs  *******************************/
#header {
	padding: 0px;
	margin: 0 0 15px 0;
	height: 225px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-inner {
	height: 250px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	background: url(images/top.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	}

#sidebar {
	margin: 0px;
	padding: 0px;
	height: 1800px;
	width: 250px;
	float:left;
	background: url(images/side.jpg) repeat-y;
	position: absolute;
	top: 194px;
	left: 0px;
	z-index: 2;
	}

/*************************** =NAVIGATION   *******************************/
#nav {
	width: 125px;
	float: left;
	position: absolute;
	left: 20px;
	top: 215px;
	z-index:7;
	}

#nav a { text-decoration: none; border: none;}
#nav img { margin: 5px 0 10px 0; }

/*************************** =CONTENT AREA   *******************************/
#content {
	margin: 0px;
	padding: 0px;
	height: 1000px;
	width: 650px;
	float: right;
	position: absolute;
	left: 190px;
	top: 200px;
	color: #333333;
	text-align:left;
	z-index:5;
	}
	
#content img { border: 3px solid #000; margin-left: 25px; }
#content a { text-decoration: none; color:#660000; }
#content span { font-weight:bold; }
	
#content p {
	margin: 0 0 10px 0;
	padding: 0 0 15px 30px;
	text-align:left;
	}

#content ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 75px;
	list-style: none;
	text-align: left;
	}

/*************************** =ARTWALK PAGE   *******************************/
#artwalk, #artists {
	clear: both;
	}

#artwalk p, #artists p { text-align: left;  }
#artwalk ul, #artists ul	{ padding-left: 50px; }
#artwalk ul li a, #artists ul li a { color:#333333; }

#artwalk img, #artists img {
	border: 3px solid #000;
	float: left;
	margin: 10px 10px 10px 30px;
	}
	
.clear {
	clear: both;
	}
/*************************** =FRIENDS PAGE   *******************************/
#friends ul { margin: 0 0 0 50px; padding: 0; }
#friends li { padding: 0; margin: 0 0 25px 0; }
#friends li a { border: none; text-decoration: none; }

/*************************** =FOOTER AREA   *******************************/
#footer {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 760px;
	clear: both;
	}
		
#dreamingfish {
	padding-top: 50px;
	font-size: 12px;
	text-align: center;
	color:#000000;
	}
	
#dreamingfish a { color:#660000; }
