@charset "utf-8";
/* CSS Document */

a:link {
	color:333333;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:333333;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
a:active {
	text-decoration:underline
	color:333333;
}

* {
	margin:0;
	padding:0;
}

html, body, #wrap {
	height:100%;
}

body > #wrap {
	height:auto;
	min-height:100%;
}

#wrap {
	width:955px;
	margin:0 auto;
	background-image:url(../images/white_shadow.png);
	background-repeat:repeat;
	clear:both;
}

#inside_main {
	width:900px;
	height:100%;
	min-height:800px;
	margin:0 auto;
	background-image:url(../images/main_background.jpg);
	clear:both;
}

#photo {
	float:left;
	width:350px;
	height:100%;
	min-height:768px;
}

#mbody {
	float:right;
	width:550px;
	height:100%;
	min-height:768px;
	text-align:right;
}

#mlogo {
	padding-top:70px;
}

#menu {
	width:550px;
	text-align:right;	
	padding-top:40px;
	margin-left:-30px;
}

#menu ul li {
	margin:0 0.15em;
	list-style:none;
	line-height:25pt;
}

/* Hide from IE5-Mac \*/
#menu ul li a {
	float:none;
}
/* End hide */

#quotes {
	width:500px;
	padding-top:50px;
	text-align:right;
	margin-left:10px;
}

#footer {
	position:relative;
	height:20px;
	margin-top:-30px; /* negative value of footer height */
	clear:both;
}

#footer_details {
	width:900px;
	height:20px;
	margin:0 auto;
	padding-right:50px;
	text-align:right;
}	

.quotes {
	font-family:helvetica;
	font-style:oblique;
	font-size:11pt;
	line-height:18pt;
	color:#333;
}

.menu {
	font-family:helvetica;
	font-style:italic;
	font-size:20pt;
	color:#333;
}

.footer {
	font-family:arial;
	font-size:8pt;
	color:#999;
	line-height:20px;
}

#musicplayer {
	float:left;
	margin-left:50px;
}
