body {
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #306c80;
	background-image: url(images/background.png);
	background-repeat: repeat;	
	z-index: 0;
}

/*
* html body {
	background-image: url(images/background.png);
	background-repeat: repeat;
}

*/
h1, h2, h3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
}

h1 {
	font-size: 200%;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 150%;
}

img {
	border: 0px;
}

a:link, a:visited {
	text-decoration: none;	
	color: #67d7ff;
}

a:hover {
	background-color: #eeeeee;	
}





/* ----------------------------------------- # CONTAINER  */

/*
body>div#bg-fixed {
	width: 1200px;
	height: 2000px;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	position: fixed;
	z-index: -10;	
	margin: 0 auto;
}

*/

body>div#background-swash {
	width: 1150px;
	height: 800px;
	background-image: url(images/background-swash.png);
	background-repeat: no-repeat;
	position: fixed;
	z-index: -1;
	margin-top: 50px;
}


#container {
	width: 858px;
	margin: 0 auto;
}





/* ----------------------------------------- # NAVIGATION  */

#navigation {
	height: 47px;
	background-image: url(images/navbar.png)
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	padding-left: 16px;
}

#navigation ul li {
	display: inline;
	font-size: 120%;
	font-weight: bold;
	color: #c3eeff;
	padding-right: 16px;
}

#navigation a {
	color: #c3eeff;
	text-decoration: none;
}

#navigation a:hover {
	color: #306c80;
	background-color: transparent;
}

.nav-right {
	float: right;
	display: inline;
}




/* ----------------------------------------- #LOGO  */

#logo {
	height: 103px;
	background-color: transparent;
	padding-left: 4px;
	margin-top: 6px;
}

#logo a:hover {
	background-color: transparent;
}





/* ----------------------------------------- #MASTHEAD  */

#masthead {
	background-color: transparent;	
	width: 858px;
}

#masthead img {
	display: block;
}

.mast-title {
	height: 38px;
	padding-top: 9px;	
	font-size: 180%;
	color: white;
}

.mast-description {
	font-size: 135%;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0px;
}

#masthead a {
	color: #ffffff;
	text-decoration: none;
}

#masthead a:hover {
	color: #c3eeff;
	background-color: transparent;
}



/* #PODCASTING-SERVICES  */

#podcasting-services {
	width: 404px;
	float: left;
	display: inline;
}

#podcasting-services object {
	margin-left: 4px;}

#podcasting-services-title {
	background-image: url(images/masthead-podcasting-off.png);
	padding-left: 16px; 	
}

#mast-description-podcast {
	margin-left: 16px;
	width: 375px; 
}



/* #CLIENTS  */

#clients {
	width: 225px;
	float: left;
	display: inline;
	
}

#clients-title {
	background-image: url(images/masthead-clients-off.png);
	padding-left: 12px; 	
}

#mast-description-clients {
	margin-left: 12px;
	width: 200px;
}



/* #THEINVISIBLEHAND  */

#theinvisiblehand {
	width: 229px;
	float: left;
	display: inline;	
}

#tih-title {
	background-image: url(images/masthead-tih-off.png);
	padding-left: 12px; 	
}

#tih-title img {
	display: inline;
}

#mast-description-tih {
	margin-left: 12px;
	width: 200px;
}





/* ----------------------------------------- #UPCOMING  */

#upcoming {
	margin: 12px;
	margin-top: 36px;
	margin-left: 16px;
	width: 386px;
	float: left;
	border-right: #bbbbbb;
	border-right-width: 1px;
	border-right-style: dotted;
	padding-bottom: 16px;	
	display: inline;
}

#upcoming div {
	list-style-type: disc;
	text-decoration: none;
	padding: 12px;
	border-width: 1px;
	border-style: dotted;
	border-color: #bbbbbb;
	padding-right: 24px;
	margin-right: 25px;
}

#upcoming {
	background-image: url(images/transparent50.png);
	background-repeat: repeat;
}

#upcoming div ul {
	margin-bottom: 16px;
	margin-left: -12px;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 1.5em;
}




/* ----------------------------------------- #BLOG  */

#blog {
	width: 415px;
	margin: 12px;
	margin-top: 36px;
	margin-right: 16px;
	float: left;
	display: inline;
}

#blog div {
	padding: 12px;
	border-width: 1px;
	border-style: dotted;
	border-color: #bbbbbb;
	background-color: transparent;
	background-image: url(images/transparent-yellow.png);
	background-repeat: repeat;
}

#blog p {
	margin-top: 0px;
	line-height: 1.5em;
}

#subscribe {
	border-top: dotted #bbbbbb 1px;
	padding-top: 6px;
}

#blog a:hover {
	background-color: #e1e1e1;	
}





/* ----------------------------------------- #FOOTER  */

#footer {
	width: 858px;
	clear: both;
	height: 55px;
	margin-left: 16px;
	margin-right: 0px;
	padding-top: 6px;
	color: #dddddd;
}

#eggfoo-link {
	float: right;
	margin-right: 20px;
}

#eggfoo-link a:hover {
	background-color: transparent;
}





/* ----------------------------------------- .TITLE  */

.title {
	font-weight: bold;
}