/* CSS Document */
body	{font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:#CCCCCC;
		margin:0px;}
#border	{
		width:770px;
		height:100%;
		background-color:#FFFFFF;
		border: .1em solid #000000;
		border-top:none;
		}

#header	{padding-top:0px; text-align:right;}
		
#nav	{width:770px;}

.navtxt	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		}

.clr	{clear:both;}
		
td a:link {color: #0044BB; text-decoration:none;}     /* unvisited link */
td a:visited {color: #0044BB; text-decoration:none;}  /* visited link */
td a:hover {color: #006600; text-decoration:none;}   /* mouse over link */
td a:active {color: #006600; text-decoration:none;}   /* selected link */

a:link          {color: #CC6600; text-decoration: none}
a:visited       {color: #CC6600; text-decoration: none}
a:active        {color: #003300; text-decoration: none}
a:visited:hover {color: #9999CC; text-decoration: none}
a:hover         {color: #9999CC; text-decoration: none}


.bullet	{
		padding-left:5px;
		padding-right:5px;
		}

.heading	{
			font-size:14px;
            font-weight:bold;
            color:#666666;
			display:block;
			margin-bottom:10px;
			 }

/* Main box styles */
#maincontent	{
				float:right;
				width:480px;
				padding:30px 20px 10px 20px; /* top, right, bottom, left */		
				margin:15px 10px 40px 0px; /* top, right, bottom, left */
				border: .08em solid #000000;
				background-color:#F9F9F9;
				text-align:left;
				font-size:12px;
				color:#666666;
				line-height:16px;
				}

#mainexperience	{
				float:right;
				width:720px;
				padding:30px 5px 10px 5px; /* top, right, bottom, left */		
				margin:15px 10px 40px 0px; /* top, right, bottom, left */
				border: .08em solid #000000;
				background-color:#F9F9F9;
				text-align:left;
				font-size:12px;
				color:#666666;
				line-height:16px;
				}		

/* Left box styles */
#leftcontent	{
				float:left;
				width:200px;
				text-align:left;
				font-size:12px;
				line-height:16px;
				margin:25px 0px 0px 15px; /* top, right, bottom, left */	
				padding-top:20px; /* top, right, bottom, left */
				color:#666666;
				}

/* Artist List Styles */
.headpic	{
			padding-bottom:10px;
			}

.profile {font-size:9px;}
.subheading { color:#0044BB;}
.blurb {font-style:italic;}
.specialty {font-style:bold; font-size:18px;}

/* Corporate Page */
.imgtitleright {margin-left:30px;}