/* Body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #704E71;
	padding: 0px;
	margin: 0px;
}
#mainTable {
	margin: 0 auto;
	width: 600px;
	/*/*/line-height: 1.5em; /* */
}

h1 { 
	font-size: 120%;
	color: #cc99ff;
}
h2 { 
	font-size: 115%;
	color: #cc99ff;
}
h3 { 
	font-size: 105%;
	color: #cc99ff;
	text-align: left;
}
h4 { 
	font-size: 100%;
	color: #cc99ff;
	text-align: left;
}
ul {
	line-height: 1.5em;
	list-style-type: square;
}
blockquote {
	margin: 0;
	font-size: 90%;
	color: #fff;
	padding-left: 20px;
	background: url(../images/quotemarks.gif) no-repeat 0 3px;
}

blockquote.praise {
	padding: 0 0 10px 20px;
	border-bottom: 1px dashed #cc99ff;
}

/* Header */
#header {
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #CCCCCC;
}

/* Tagline */
#tagline {	
	color: #CC99FF;
	font-size: 11px;
	line-height: 1.5;
	padding: 3px 3px 3px 10px;
}
#tagline a {
text-decoration: none;
color:#fff;
}
#tagline a:hover {
text-decoration: none;
color:#cc99ff;
}

/* Horizontal Navigation */
#navTable {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#nav { 
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 24px;
}
#nav li {
	list-style: none;
	float: left;
	margin: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	width: .1em;
	}
html>body #nav a {width: auto;} /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;} /* End IE5-Mac hack */
#nav a:hover {
	color: #CC99FF;
}
#nav a.active {
	color: #CC99FF;
	}
#n-home, #n-about,#n-portfolio, #n-services, #n-music, #n-testimonials, #n-blog, #n-contact {
	background-image:  url("../images/nav-back.gif");
	background-repeat: no-repeat;
	background-position: right;
}

/* Main Content */
#mainContent {
	margin: 0;
	padding: 12px 10px 20px 20px;
	color: #fff;
	text-align: justify;
	font-size: 95%;
	line-height: 1.75em;
	vertical-align: top;
	width: 395px;
}
html>body #mainContent {width: auto;} /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainContent a {
text-decoration: underline;
color:#fff;
}
#mainContent a:hover {
text-decoration: underline;
color:#cc99ff;
}

#music {
	text-align: left;
}
#music a {
text-decoration: none;
color:#fff;
}
#music a:hover {
text-decoration: underline;
color:#cc99ff;
}


/* Home Page Content */
#homeContent {
	margin: 0;
	padding: 10px 3px 20px 0px;
	color: #fff;
	text-align: justify;
	vertical-align: top;
	width: auto;
}
#homeContent a {
text-decoration: underline;
color:#fff;
}
#homeContent a:hover {
text-decoration: underline;
color:#cc99ff;
}
html>body #homeContent {width: auto;} /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/

/* Lists */
#list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}


/* Side Table */
#sideTable {
	padding-top: 15px;
	width: 180px;
	vertical-align: top;
}

#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}

/* Footer */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 20px;
	padding-left: 1px;
	color: #CC99FF;
	font-size: 11px;
	line-height: 1.5;
}
#footer a {
text-decoration: underline;
color:#cc99ff;
}
#footer a:hover {
text-decoration: underline;
color:#fff;
}

/* Main Content */
#tableContent {
	margin: 0;
	padding: 12px 10px 20px 20px;
	color: #fff;
	font-size: 95%;
	line-height: 1.75em;
	vertical-align: top;
	width: 395px;
}
html>body #tableContent {width: auto;} /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mtableContent a {
text-decoration: underline;
color:#fff;
}
#tableContent a:hover {
text-decoration: underline;
color:#cc99ff;
}


