html, body
{ 
	margin:0px;
	width:100%;
	height:100%;
	background-color:#9BC3E6;
	font-family:tahoma,verdana,arial,helvetica,'trebuchet MS','urw grotesk t,geneva','bitstream vera sans',sans-serif;
	font-size:14px;
	text-align:center;
	color:#000000;
}

div { margin:0px;padding:0px; }

a:link { color:#777777;text-decoration:underline; }     /* unvisited link */
a:visited { color:#777777;text-decoration:underline; }  /* visited link */
a:hover { color:#777777;text-decoration:none; }   /* mouse over link */
a:active { color:#777777;text-decoration:none; }   /* selected link */ 

a img { border:none; }


h6 { display:inline;margin:0px;padding:0px;font-size:16px;font-weight:normal; }
h5 { display:inline;margin:0px;padding:0px;font-size:16px;font-weight:bold; }
h4 { display:inline;margin:0px;padding:0px;font-size:18px;font-weight:normal; }
h3 { display:inline;margin:0px;padding:0px;font-size:18px;font-weight:bold; }
h2 { display:inline;margin:0px;padding:0px;font-size:20px;font-weight:normal; }
h1 { display:inline;margin:0px;padding:0px;font-size:20px;font-weight:bold; }

p { margin:0px 0px 10px 0px;padding:0px; }

div#container
{
	width:980px;
	margin:0px auto;
}

div#top {}
div#top table { width:100%;height:140px;text-align:center; }
div#top table tr td { vertical-align:middle; }

div#leftside
{
	float:left;
	width:120px;
	padding-top:10px;
	text-align:center;
}

div#content_area
{
	float:left;
	width:730px;
	padding:5px;
	background-color:#ffffcc;
	text-align:left;
}

div#content
{
	clear:both;
	width:730px;
}

div#rightside
{
	float:left;
	width:120px;
	padding-top:10px;
	text-align:center;
}

div#copyright
{
	clear:both;
	text-align:center;
	color:#666666;
	font-size:10px;
	padding:50px 0px 20px 0px;
}

/**************/
/*MENU BUTTONS*/
/**************/

img#menu_pastels { margin-top:38px; }
img#menu_pricing { margin-top:38px; }
img#menu_artist { margin-top:38px; }
img#menu_contact { margin-top:38px; }

/*****************/
/*SUBSECTION MENU*/
/*****************/

table.subsection { width:100%; }
table.subsection tr td { text-align:center;border:1px solid #999999;background-color:#aaaaaa;width:33%; }
table.subsection tr td.chosen { background-color:#cccccc; }
table.subsection tr td a:link { color:#333333;text-decoration:underline; }     /* unvisited link */
table.subsection tr td a:visited { color:#333333;text-decoration:underline; }  /* visited link */
table.subsection tr td a:hover { color:#333333;text-decoration:none; }   /* mouse over link */
table.subsection tr td a:active { color:#333333;text-decoration:none; }   /* selected link */ 

