* {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif; }
body {
	background-color: #ffffff;}
body.leftPage {
 width: 290px; }
body.rightPage {
 width: 400px; }
a { color: #336699; }
a img { 
	vertical-align: top;
	border: 0px none; }
h1 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #000000; }
h2 {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #336699; }
p {
	margin-bottom: 20px;
	font-size: 12px;
	color: #333333;
	text-align: justify; }
	p.secondary { color: #999999;}
	
form { 
	width: 330px;
	height: 250px;}
form h1 {
	margin-bottom:5px; }
form p {
	margin-bottom: 2px;
	line-height: 20px;
	clear: both; }
form label {
	display: block;
	float: left;
	width: 150px;
	padding-right: 5px; 
	text-align: right;}
form input {
	width: 167px;
	font-size: 12px;
	padding-left: 3px;
	border: 1px solid #666666; }

form textarea {
	width: 170px;
	height: 60px;
	font-size: 12px;
	border: 1px solid #666666; }
	
form p.button {
	text-align: right; }
	form p.button input {
		width: auto;
		line-height: normal;
		height: auto;
		font-size: 12px;
		padding: 0px 0px; }
form p.error input { color: #cc0000; border-color: #cc0000;}
form p.error label { color: #cc0000;}
form p.message { line-height: normal; }	 
address {
	margin-left: 125px;
	font-size: 11px;
	font-style: normal; }
/* DEFAULT RIGHT */
#defaultRight {
	height: 400px;
	width: 430px;
	background: url("../images/defaultRight.jpg") no-repeat;}
	#defaultRight p {
		width: 200px;
		float: right;
		margin-top: 20px;}
/* NEWS */
	div.news {}
	div.news h2 {
	color: #336699;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px; }
	div.news p {
		font-size: 11px;
		margin-bottom: 10px; }
	div.news p a img { vertical-align: middle; }
	div.news p em { 
		font-style: normal;
		font-weight: bold; }
	div.news p a { text-decoration: underline; }
	div.news div.newsPict {
		width: 110px;
		float: left;
		padding-top: 4px; }
	div.news div.newsPict img { vertical-align: top; }
/* INSIDE MY HOUSE - PODCAST */
	div.inside ul {
		margin-top: 20px;
		list-style-type: none;
		font-size: 12px;
		color: #333333;
		padding-left: 70px;
		padding-bottom: 10px;
		background: url("../images/podcast_logo_blue.png") no-repeat left top; }
	#podCastPict {
		text-align: center;
		margin-top: 10px; }
	#podCastPict img { border: 1px solid #C1D4FC; }
/* MUSIC */
#musicList { margin-left: 10px; }
#musicList .music {
	height: 42px;
	margin-bottom: 3px; }
#musicList .cover {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 5px; }
	#musicList .cover img {
		width: 40px;
		height: 40px;
		border: 1px solid #cccccc; }
#musicList a { text-decoration: none; }
/* PRESS */	
	#press table {	
		margin-bottom: 20px;
		border-collapse: collapse; }
	#press table td { padding: 10px;}
	#press p { margin-left: 10px; }
	#press table p { margin-left: 0px; }

