body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: black;
	margin:0;
	padding:0;
}
#head {
	position:absolute; 
	top:0;
	left:-380px;
	margin-left:50%;
	width:760px; 
	height:160px;
	background-color: white;
}
#menu {
	position:absolute; 
	top:160px;
	left:-380px;
	margin-left:50%;
	width:740px; 
	height:37px;
	background-color: white;
	text-align:center;
	background-image: url(skin/menu.gif);
	padding: 10px;
}
#content {
	position:absolute; 
	top:197px;
	left:-380px;
	margin-left:50%;
	width:740px; 
	height:1700px;
	background-color: white;
	padding: 10px;
	border-bottom: 5px solid red;
}
#scontent {
	position:absolute;
	top:197px;
	left:-380px;
	margin-left:50%;
    width:740px;
	height:1020px;
	background-color: white;
	padding: 10px;
	border-bottom: 5px solid red;
}

#smframe {
	width:740px;
	height:1000px;
	margin:0;
	padding:0;
}

#mframe {
	width:740px;
	height:1690px;
	border: 0px none red;
	margin:0;
	padding:0;
}
html>body #content {
	height:1900px;
}

html>body #mframe {
	height:1890px;
}


html>body #scontent {
	height:1120px;
}

html>body #smframe {
	height:1100px;
}

html>body .short {
	height:1020px;
}

html>body .inshort {
	height:1000px;
}

#info {
    margin-left:120px;
    width:500px;
    height:40px;
    overflow:auto;
    border:1px solid silver;
}

#info h1, h2, h3, h4, strong, b, p {
    color: black;
    font-weight:normal;
	font-size: 11px;
	margin:0;
    padding:0;
}


a {
	font-weight:bold;
	color:white;
}
a:link {
	color:white;
}
a:visited {
	color:white;
}
a:hover {
	color:silver;
}
a:active {
	color:white;
}

