/*
title attr {
	position:relative;
	top:0px;
	left:opx;
	height:100%;
	width:100%;
	font: 80% "Franklin Gothic Medium";
	z-index:1;
	background: transparent url(../images/);
}
*/
body {
	font: 100% "Trajan Pro";
	margin: 0;
	background: url('../../images/bcg.png') repeat-x;
}

a {
	color: black;
}

p{
	display:block;
	font: 100% "Arial";
	margin: 2px;
	padding: 0px 0px 0px 25px;
}

h1{
	padding: 0px 0px 5px 0px;
	border-bottom: 5px solid black;
	background: transparent;
}
h2{
	margin: 0px 0px 5px 5px;
	border-bottom: 4px double black;
	background: url('../../images/bg.png') repeat;
}
h3{
	margin: 0px 0px 5px 10px;
	border-bottom: 3px double black;
	background: url('../../images/bg.png') repeat;
}
h4{
	margin: 0px 0px 5px 15px;
	border-bottom: 1px dashed black;
	background: url('../images/bg.png') repeat;
}
h5{
	margin: 0px 0px 5px 20px;
	border-bottom: 1px dotted black;
	background: url('../images/bg.png') repeat;
}
h6{
	margin: 0px 0px 5px 25px;
	background: url('../images/bg.png') repeat;
}

#mediaMenu {
	position:absolute;
	top:10px;
	right:0px;
	width: 220px;
	z-index:5;
}

#mediaMenu table{ border: 1px solid transparent; }
#mediaMenu table:hover{ border: 1px solid grey; }
#mediaMenu td{ border: 1px solid transparent; }
#mediaMenu td:hover{ border: 1px solid black; }

#container {
	position: relative;
	margin: auto;
	width:900px;
	min-height:700px;
}

#contentContainer{
	position:relative;
	margin: auto;
	height:100%;	
	background: transparent url();
}

#cliker {
	position:absolute;
	top:0px;
	left:200px;
	width:484px;
	height:115px;
	background: transparent;
	cursor:pointer;
	z-index:5;
}
#logo{
	position:absolute;
	top:0px;
	left:200px;
	width:484px;
	height:490px;
	background: url('../images/main.png') no-repeat;
	z-index:0;
}

#menu{
	position:absolute;
	left:0px;
	top:110px;
	height:40px;
	width:900px;
	background:transparent;
}
#menuTable{
	width:100%;
	background:transparent;
}
#menuTable td{
	height:38px;
	background:transparent;
	text-align:center;
}
#menuTable td:hover{
}
#menuTable a{
	color:white;
	margin-left:10px;
	text-decoration:none;
}

#ulc{
	position:absolute;
	top:150px;
	left:10px;
	width:25px;
	height:25px;
	background: url('../images/ulc.png') no-repeat;
}
#urc{
	position:absolute;
	top:150px;
	right:10px;
	width:25px;
	height:25px;
	background: url('../images/urc.png') no-repeat;
}
#navigation{
	position:absolute;
	top:150px;
	left:35px;
	width:830px;
	height:50px;
	background: url('../images/bg.png') repeat;
}
#navigation ul{
	position:absolute;
	left:120px;
	width:500px;
	text-align:center;
}
#navigation li{
	display: inline;
	padding: 8px;
	z-index:2;
}
#navigation a{
	display: inline;
	padding: 8px;
}
#llc{
	position:absolute;
	top:175px;
	left:10px;
	width:25px;
	height:25px;
	background: url('../images/llc.png') no-repeat;
}
#lrc{
	position:absolute;
	top:175px;
	right:10px;
	width:25px;
	height:25px;
	background: url('../images/lrc.png') no-repeat;
}

#siteTitle{
	position:absolute;
	border-bottom:none;
	left: 10px;
	top:-75px;
}

#content{
	position:absolute;
	left:10px;
	top:210px;
	width:840px;
	height:540px;
	padding: 0px 20px 0px 20px;
	background:transparent;
	/*background: url('../images/bg.png') repeat;*/
}

#tooltip{
	position:absolute; 
	overflow:hidden; 
	visibility: hidden;
	padding:5px;
	z-index:999; 
	min-height:25px;
	min-width:200px;
	text-align:left;
	color:black;
	background: #ddd;
	border:1px solid black;
}

.newsInlay {
	width:520px;
	border-bottom:1px solid black;
	border-left:1px solid black;
}

.newsInlay h1{
	font-size: 90%;
	border-bottom:none;
}

.left {
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid black;
}

.center {
	position:relative;
	margin: auto;
	display:block;
	border:1px solid black;
	text-align:center;
}

.right {
	float:right;
	margin:5px;
	padding:5px;
	border:1px solid black;
}

.video {
	width:560px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid black;
}

.lyric {
	width:320px;
	float:right;
	margin:5px;
	padding:5px;
	border:1px solid black;
}

.lyric p {
	font-size: 90%;
	display: break;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.profileInfo{
	font: 100% Arial, "Times New Roman";
	
	width:580px;
	min-height: 400px;
	margin: 0px 0px 0px 0px;
}

.profileImage {
	position:relative;
	width:200px;
	float: right;
	display:inline;
}

.up{
	color:grey;
	font-size:60%;
	text-decoration:none;
}

.tool{
	cursor:pointer;
}

.margined {
	margin: 5px;
}

