/* Thundas Ink CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/logo_tile.jpg);
	text-align: center; /* centering hack for ieWin5.x */
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #9f6a24;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #9f6a24;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #9f6a24;
	text-align: center;
}

/*Wrappers*/
#wrapper {
	width: 760px;
	height: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resets alignment from ieWin5.x hack */
	border: solid 2.5px #020202;
	background-image: url(../images/josh_background.jpg);
}

#wrapper_about {
	width: 760px;
	height: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resets alignment from ieWin5.x hack */
	border: solid 2.5px #020202;
	background-image: url(../images/josh_background_about.jpg);
}

/*Header*/
#header {
	width: 760px;
	height: 180px;
	background-image:url(../images/josh_header.gif);
}
/*Content*/
#content {
	width: 720px;
	height: 385px;
	padding-left: 0px;
	color: #9f6a24;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#content_about {
	width: 720px;
	height: 835px;
	padding-left: 0px;
	color: #9f6a24;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#content_songs {
	width: 720px;
	height: 385px;
	padding-left: 50px;
	padding-right: 0px;
	color: #9f6a24;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	}

.float-right_contact {
	float: right;
	padding-right: 115px;
	margin-left: 15px;
	margin-bottom: 158px;
}

.float-left {
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-right: 5px;
}

#content a:link, #content a:active {
	padding: 1px 2px;
	text-decoration: none; 
	border-bottom: 1px dotted #9f6a24;
	color: #9f6a24;
}

#content a:visited {
	color: #FFF; 
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #FFF;
}

#content a:hover {
	color: #FFF;
	margin: 0 -3px;
	border: 3px double; 
	border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1; 
	background: #9f6a24; 
}
/*Navigation*/
#navigation {
	width: 500px;
	font-size: 1.5em;
	padding: 2px 15px 2px 15px;
	border-bottom: #9f6a24 double;
	border-top: #9f6a24 double;
/*	margin-left: auto;
	margin-right: auto;
*/	margin: 0px auto 0px auto;
}
#navigation ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding: 2px 8px 2px 8px;
	text-decoration: none;
}
#navigation a:link {
	color: #9f6a24;
}
#navigation a:visited {
	color: #FFF;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #9f6a24;
}
#navigation a:active {
	color: #FFFFFF;
	background-color: #9f6a24;
}

/*Flash Player*/

#flash {
	float: left;
	padding-left: 25px;
	padding-right: 60px;
	padding-top: 55px;
}

/*Footer*/
#footer {
	clear: both;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 760px;
	height: 15px;
}
#footer a:link, #footer a:active {
	color: #FFF;
}
#footer a:visited {
	color: #FFF; 
}

/*Footer Spacer*/
#spacer	{
	height: 120px;
	width: 760px;
}

#spacer_about {
	height: 100px;
	width: 760px;
}

