/* Home Styles for Opus recording Studios by JW for Spherics MM 2009 */

BODY
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position: top center;
	background-image:url('/opus/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #042b52;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: normal;
}
#centerme
{
	border: 5px solid #ffffff;
	background-color: #b3d1eb;
	width: 790px;
	height: 490px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -395px;
	margin-top: -245px;
}
#content
{
	height: 490px;
	text-align: center;
	border: 0px solid green;
}

#header
{
	width: 790px;
	height: 100px;
	text-align: center;
	border-bottom: 5px solid #ffffff;
	background-color: #444444;
	background-image:url('/opus/images/header.jpg');
}

#header A
{
	width: 790px;
	height: 100px;
	text-align: center;
	border-bottom: 0px solid #ffffff;
	background-color: transparent;
	background-image: none;
}

#top-shadow
{
	width: 639px;
	height: 17px;
	position: absolute;
	top: 105px;
	left: 150px;
	background-image:url('/opus/images/top-shadow.jpg');
	background-color: #000000;
}

#menu
{
	width: 140px;
	height: 200px;
	position: absolute;
	top: 105px;
	left: 0px;
	border: 0px solid green;
	background-color: #01294f;
	padding: 0px;
}

#right-content
{
	width: 570px;
	height: 310px;
	border: 0px solid green;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 190px;
}

ul
{
	
	padding:0px;
	margin:0px;
	list-style-type: none;	
}

a
{
	float:left;
	width:145px;
	text-decoration:none;
	color:#B7C5F4;
	background-color:#01294F;
	padding:9px 0px 9px 0px;
	margin: 0px;
	border-bottom:1px solid white;
	border-right:5px solid white;
}
a:hover 
{
	background-color:#ffffff;
	color: #01294F;
	font-weight: bold;
}

li 
{
	display:inline
}
#lower-shadow
{
	display: block;
	width: 639px;
	height: 17px;
	position: absolute;
	bottom: 105px;
	left: 150px;
	background-image:url('/opus/images/low-shadow.jpg');
	background-color: #000000;
}
#footer
{
	width: 790px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 5px solid #ffffff;
	background-color: #444444;
	background-image:url('/opus/images/footer.jpg');
}
#content H1
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: medium;
	font-family: "Trebuchet MS",arial,sans-serif;
	color: #FFFFFF;
	text-align: left;
}
#left-content P
{

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: x-small;
	font-weight: normal;
	color: #ffffff;
	
	text-align: justify;
	
}

#right-content P
{
	
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
	color: #052c53;
	text-align: justify;
	
}

#spherics-mm A
{
	width: 790px;
	height: 10px;
	color: #b3d1eb;
	background-color: transparent;
	position: relative;
	top: 5px;
	border: 0px solid black;
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	padding-top: 10px;
}

#spherics-mm A:hover
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}
*/

