<!-- BEGIN CSS -->
* {
	margin:0;
	padding:0;
}

html {
	
	margin-bottom:1px;	

}

body {
	
	/* MSIE 5 doesn't center based on auto left/right margins, but 'text-align:center' does center top-level divs: */
	text-align: center;
	/* Specify a min-width for the body as wide as the 'wrapper' element itself. 
	   This prevents negative (i.e. inaccessible) left-margins in narrow user windows when using Navigator 6+/Mozilla on Win32: */
	min-width: 900px;
	/* background */
	background-color: #222222;
	margin:0;
	padding:0;
}


a {
	text-decoration:none;
	border: none;
}
a:link {
	text-decoration:none;
	border: none;
}
a:visited {color:#FFFFFF;}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.msgs {
	color: red;
}

/***************************** MAIN CONTAINERS *********************************************************************************/
/*
	MainFrame is used to keep all the content centered. Inside it, All other Divs Exists
*/

#MainFrame {
	/* Reset alignment to compensate for 'text-align:center': */
	text-align: left;
	/* Specify the width of the element. This should be the same as 'body min-width' */
	/* But...Padding Behaves Different From IE to any other broser: For IE The padding Will NOT increase the width of the div. All Others WILL */
	/* So let's do this turn arround */
	/* Everyone will read this: */
	width: 900px;
	/* But IE Will Reassign Here*/
	*width: 1040px;	
		
	/* Set left and right margins to auto, thus centering the element in the containing (body) tag: */
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 0;
	padding-top: 0;
	
	
	padding-left: 70;
	padding-right: 70;
	
	/* border:1px solid white; */
	line-height:17px;
	font-family: arial, helvetica, sans-serif;
	/* background */
	background-color: #000000;
	/* White text */
	color: #FFFFFF;
	overflow:hidden; 

}
		
/* Header contains the logo */
#Header {
	/* border:1px solid maroon; */
	line-height:17px;
	color:#771f7b;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 400;
	overflow:hidden; 
}

table.header{
	color:#771f7b;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 12px;
	/* Font Weight Only for IE */
	/*font-weight: bold;*/
}

table.header a{
	text-decoration:none;
	border: none;
	color:#771f7b;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 12px;
}


/* The line that will appear dividing some divs */
div.clearer {clear: left; line-height: 0; height: 0;}


/* Just Above the Header */
#ArtistNavigation {
	border:1px solid #848d8c;
	line-height:17px;
	border-left: none;
	border-top: none;
	border-right: none;
	/* border-bottom: none; */
	vertical-align: bottom;
	
}


/* Just Above the Header */
#ArtistNavigation_forMain {
	border:1px solid #848d8c;
	line-height:17px;
	border-top: none;
	border-left: none;
	border-right: none;
	/* border-bottom: none; */
	vertical-align: bottom;
}

table.ArtistNavigation {
	color:#ffffff;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: left;
	width:100%;
	
}
a.ArtistNavigation {
	color:#ffffff;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 13px;
	text-decoration:none;
	vertical-align: bottom;
	/* Font Weight Only for IE */
	*font-weight: bold;
}
/* Top Navigation Menu Selected */

.TopNavSel{ 
	color:#ffcb08;
	/* Font Weight Only for IE */
	*font-weight: bold;
}

a.emailbutton{ 
	color:#771f7b;
	/* Font Weight Only for IE */
	*font-weight: bold;
}

a.emailbutton:hover{ 
	text-decoration: none;
	color:#ffcb08;
}
/* This is The main body down the Navigation */
#MainContent {
	/* border:1px solid red; */
	line-height:17px;
	font-family: arial, helvetica, sans-serif;
	overflow:hidden; 
	
}


/* The footer of each page, goes below Main content */
#Footer {

	/* Set left and right margins to auto, thus centering the element in the containing (body) tag: */
	margin-left: auto;
	margin-right: auto;
	/* border:1px solid blue; */
	line-height:17px;
	color:#ffffff;
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 6px;
	text-align: center;
}

/****************** OTHER CONTAINERS ********************************************************************************************/

/* Right Navigation Option */
#ArtistMenu {
	/* border:1px solid #848d8c; */
	/* border-left: none; */
	/* border-right: none; */
	/* border-bottom: none; */
	line-height:17px;
	float: right;
	width: 240;
	text-align: right;
	/* border:1px solid green; */

}

img.artist_photo{
	padding-left: 10;
	padding-top: 5;
	padding-bottom: 5;
}

/* Each Work Of The Artist Goes In One Of this Blocks */
div.ArtistWork {
	border:1px solid #848d8c;
	border-left: none;
	border-bottom: none;
	line-height:17px;
	width: 600;	
	text-align: right;
	overflow:hidden; 
	padding-top: 40;
	padding-bottom: 40;
	padding-right: 40;
}
div.ArtistWorkFIRSTONLY {
	border:1px solid #848d8c;
	border-left: none;
	border-bottom: none;
	border-top: none;
	line-height:17px;
	width: 600;	
	text-align: right;
	overflow:hidden; 
	padding-top: 40;
	padding-bottom: 40;
	padding-right: 40;
}
table.ArtistWork{
	color:#ffffff;
	letter-spacing: 0px;
	line-height: 20px;
	font-size: 12px;
	font-family: Times;
	text-align: left;
	width: 400;
	float: right;
	/* Font Weight Only for IE */
	/*font-weight: bold; */
}

div.OtherWork {
	line-height:17px;
	width: 400;
	*width: 450;	
	text-align: right;
	overflow:hidden; 
	padding: 25;
}

table.OtherWork{
	color:#ffffff;
	letter-spacing: 0px;
	line-height: 20px;
	font-size: 12px;
	font-family: Times;
	text-align: left;
	width: 400;
	float: right;
	/* Font Weight Only for IE */
	/*font-weight: bold; */
}

td.OWL{
    border:1px solid #848d8c;
	border-left: none;
	border-top: none;
}

td.OWR{
    border:1px solid #848d8c;
	border-right: none;
	border-top: none;
}




table.MainPageFeature{
	color:#ffffff;
	letter-spacing: 0px;
	line-height: 20px;
	font-size: 16px;
	font-family: Times;
	text-align: center;
	width: 200;
	float: left;
}


/* Resume, statement, etc. */
div.ArtistData {
	border:1px solid #848d8c;
	border-left: none;
	border-bottom: none;
	border-top: none;
	width: 600;	
	overflow:hidden; 
	padding-top: 20;
	padding-bottom: 60;
	padding-right: 40;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 15px;
	text-align:justify;
	line-height:17px;
}

div.ArtistData p{
text-indent: 30px;
}


/* Resume, statement, etc. */
div.Main_Page_Artists {
	border:1px solid #848d8c;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 600;	
	overflow:hidden; 
	padding-top: 20;
	padding-bottom: 60;
	padding-right: 40;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 15px;
	text-align:justify;
	line-height:17px;
}


/* Resume, statement, etc. */
div.Main_Page_Left {
	border:1px solid #848d8c;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 218;
	float: left;	
	overflow:hidden; 
	padding-top: 20;
	padding-bottom: 60;
	padding-right: 40;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 15px;
	text-align:right;
	line-height:17px;
}

div.Main_Page_Left p{
text-indent: 30px;
}

div.Main_Page_Artists p{
text-indent: 30px;
}


/**************************************************************************************************************/


/* Artist Name for Menu: .AIL = Initial letter / .ARL = The rest */
.OrangeTitle{ 
	color:#D95320;
	font-family: Arial;
	letter-spacing: 2px;
	font-size: 19px;
	text-decoration:none;

}

/* Artist Name for Menu: .AIL = Initial letter / .ARL = The rest */
.AIL{ 
	color:#ffffff;
	font-family: Times;
	letter-spacing: 2px;
	font-size: 19px;
	text-decoration:none;

}
.ARL{ 
	color:#ffffff;
	font-family: Times;
	letter-spacing: 2px;
	font-size: 13px;
	text-decoration:none;
	/* Font Weight Only for IE */
	*font-weight: bold;
}

a.AIL:hover { 
	text-decoration:none;

}

/* Artist Name Selected: .AIL = Initial letter / .ARL = The rest */
.AILS{ 
	color:#ffcb08;
	font-family: Times;
	letter-spacing: 2px;
	font-size: 19px;
}
.ARLS{ 
	color:#ffcb08;
	font-family: Times;
	letter-spacing: 2px;
	font-size: 13px;
	/* Font Weight Only for IE */
	*font-weight: bold;
}


/* Artist Name for Home Selection: .AILH = Initial letter / .ARLH = The rest */
.AILH{ 
	color:#ffffff;
	font-family: Times;
	letter-spacing: 2px;
	font-size: 14px;
	text-decoration:none;

}
.ARLH{ 
	color:#ffffff;
	font-family: Times;
	letter-spacing: 2px;
	font-size: 10px;
	text-decoration:none;
	/* Font Weight Only for IE */
	*font-weight: bold;
}



/**************************************************************************************************************/	

table.form {
	float: right;
}
table.form td{
	height: 25;
	vertical-align: top;
	color: #ffffff;
}


/* About Us */
div.AboutUs {
	border: none;
	padding-top: 20;
	padding-bottom: 60;
	font-family: Times;
	letter-spacing: 1px;
	font-size: 15px;
	text-align:justify;
	line-height:17px;
}

div.AboutUs p{
text-indent: 30px;
}

<!-- END CSS -->

