/* CSS Document */


/* CSS Reset */
*			{	padding:0; margin:0; border:0; font-size:12px; font-weight:normal;	}

body		{	font-family: Verdana, Geneva, sans-serif;  	}

#wrapper	{	width: 900px;	margin: 10px auto; background-image:url(../images/ww_background2.png); 
				background-position: top; background-repeat:no-repeat; background-attachment:fixed; 	}

#logo p		{	text-align:center; font-size:16px; font-weight:bold;	}

#sm			{	float:right;			}

#sm ul li	{	list-style-type:none; display:inline;	}

#nav		{	float:left; width:150px; margin:50px 0; padding:25px 0; border-right:1px solid #999;	}

#nav ul li 	{	list-style-type:none; padding:0 7px 7px 7px;	}

#nav a:link			{	 font-size:14px; font-weight:bold; text-decoration:none; color:#000; }
#nav a:visited		{	 font-size:14px; font-weight:bold; text-decoration:none; color:#000; }
#nav a:active		{	 font-size:14px; font-weight:bold; text-decoration:none; color:#000; }
#nav a:hover		{	 font-size:14px; font-weight:bold; text-decoration:none; color:#999; }
#nav a:focus		{	 font-size:14px; font-weight:bold; text-decoration:none; color:#999; }

#content	{	left-margin:150px; text-align:center; padding:50px 200px;	}

#content h1	{	font-size:36px; font-weight:bold; padding:13px;	}

#content h2	{	font-size:16px; font-weight:bold; padding:7px 7px 0 7px;	}

#content h3	{	font-size:24px; font-weight:bold; padding:7px 7px 0 7px;	}

#content p	{	font-size:14px; line-height:30px; padding:5px 5px 20px 5px;	}

#content a:link			{	 font-size:14px; font-weight:bold; color:#000;	}
#content a:visited		{	 font-size:14px; font-weight:bold; color:#000; 	}
#content a:active		{	 font-size:14px; font-weight:bold; color:#000; 	}
#content a:hover		{	 font-size:14px; font-weight:bold; color:#999; 	}
#content a:focus		{	 font-size:14px; font-weight:bold; color:#999; 	}

#foot				{	text-align:center; clear:both;	}

#foot a:link		{	 font-weight:bold; color:#000; }
#foot a:visited		{	 font-weight:bold; color:#000; }
#foot a:active		{	 font-weight:bold; color:#000; }
#foot a:hover		{	 font-weight:bold; color:#999; }
#foot a:focus		{	 font-weight:bold; color:#999; }

/* Submission page "terms" */

#terms ol li		{	text-align:left;	}

/* Terms and conditions page "site-terms" */

#site-terms p		{	text-align: left; font-size: 12px; text-height: opx;	}


/* Artist page "artist" */	

#artist-1			{	 }
#artist-2			{	 }
	
/* Artist page "individual artist left/right divs" */

#artist-left-1		{	float:left; 	}
#artist-right-1		{	 float:right	}


/*#artist-left-2		{	float:left;	}
#artist-right-2		{	float:right; 	}

