/*******************Style and programing done by Brian Kitching : Oregon Publishing, Release Your Business. http://www.oregonpublishing.com**********/

/********************************Main Container*******************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #f7d7e6;
	color: #822e0a;
	text-align: center;
	background-image: url(images/bg-main.gif);
}

.mainContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.ContentBox {
	width: 960px;
	float: left;
}

#preload { display: none; }
:focus { outline: 0; }
.CenterIt { margin: auto; text-align: center}
/********************************Header*******************/
#Logo { width: 960px; margin: 20px auto 0; float: left; }

/********************************Home********/
.HomeLeft {
	float: left;
	text-align: right;
	vertical-align: top;
	width: 535px;
	height: 300px;
	background-attachment: scroll;
	background-image: url(images/mic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.HomeRight {
	float:left;
	height:300px;
	text-align:left;
	vertical-align:top;
	width:400px;
}

#AudioPlayer  { float: left; padding: 50px 0 0 230px;}
.DLmp3 { float:left; padding:55px 50px 0 260px; width:80px; height:100px; }
.DLmp3image:hover {border: 6px solid #f7d7e6;}

.DLwma { float:left; padding-top: 55px; width:80px; height:100px; }
.DLwmaimage:hover {border: 6px solid #f7d7e6;}
/******************************Menu Bar********************/
ul#MenuNav {
	list-style: none;
	font-family:Verdana, sans-serif;
	font-size:24px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC7F91;
	border-bottom-color: #FC7F91;
	width: 920px;
}
	
#MenuNav li {
	display: inline;
	padding: 0 50px;
}

#MenuNav a, a:visited {
	color: #993300;
	text-decoration: none;
}

#MenuNav a:hover {
	color: #ff9999;
	text-decoration: none;
}

body#home #nav-home a,
body#about #nav-about a,
body#clients #nav-clients a {
	color: #ff9999;
	text-decoration: none;
}
	
/********************************Client list*******************/
.ClientLeft {
	float:left;
	height:auto;
	margin: 0px 10px;
	padding-left:320px;
	text-align:left;
	vertical-align:top;
	width:130px;
}

.ClientRight {
	float: right;
	height: auto;
	margin: 0px 10px;
	text-align: left;
	vertical-align: top;
	width: 450px;
}

/*******************************About Jamie*******************/
#JamiePhoto { padding: 10px 15px; float:left; }
#JamieText { float:left; text-align:left; padding-top: 8px; height: auto; width: 530px; font-size:14px; }

/*******************************Contact Form*******************/
#ContactArea {
	text-align:center;
	width:400px;
	height: 300px;
}

#ContactArea input, #ContactArea textarea {
	padding: 1px;
	width: 270px;
	font-family: Helvetica, sans-serif bold;
	font-size:14px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ff9999;
	background-color: #ff9999;
	color:#FFFFFF;
}

#ContactArea textarea {
	height: 90px;
	min-height:90px;
	max-height:90px;
	width:270px;
	min-width:270px;
	max-width:270px;
}

#ContactArea textarea:focus, #ContactArea  input:focus {
	border: 2px solid #993300;
}

/********************************Footer*******************/
.Footer {
	float: left;
	height:40px;
	padding:10px 0;
	width:960px;
	text-align: center;
	font: normal 12px Arial, sans-serif;
}

#copyright {
	margin: auto;
}

/********************************Links ***********************/
a.copyrightLink:link {color: #822e0a; font: normal 12px Arial, sans-serif; text-decoration: none;}
a.copyrightLink:visited {color: #822e0a; font: normal 12px Arial, sans-serif; text-decoration: none;}
a.copyrightLink:hover {color: #FFFFFF; font: normal 12px Arial, sans-serif; background-color:#ff9999; text-decoration: none;}

a.downloadLink:link {color: #822e0a; font: normal 12px Arial, sans-serif; text-decoration: none;}
a.downloadLink:visited {color: #822e0a; font: normal 12px Arial, sans-serif; text-decoration: none;}
a.downloadLink:hover {color: #FFFFFF; font: normal 12px Arial, sans-serif; background-color:#ff9999; text-decoration: underline;}



