/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #4C0203;
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	color:#CCC;
	padding:0px;
	margin:0px;
}
a {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color:#C00;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active { color:#000000;}

h1 {
	font-size: 1em;
	text-transform:capitalize;
	padding:5px 15px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #900;
}

h2 {
	font-size:1.8em;
	font-weight: normal;
	padding: 10px 10px;
	margin:0px;
	color: #FF9;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.8em;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	color: #900;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 960px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
	text-align: center;
	background-image: url(most-subscribed-images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #990000;
	margin: 0;
	padding: 0 0 60px 0;
	text-transform: capitalize;
}
#banner img {padding:10px 0px;} 

/* -----------------navigation--------------------- */

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navDiv {
margin: 0px auto;
width: 635px;
}



#nav li {
	padding: 0;
	margin: 0;
/* IE Hack */
	top: 0px;
	display: inline;
	height:44px;
}

#nav a {
	float: left;
	width: 127px;
	color: #d00;
	text-decoration: none;
	line-height: 44px;
	text-align: center;
	background-image: url(most-subscribed-images/tab.gif);
	background-repeat: no-repeat;
}

#nav #nav_con a {
border: none;
}

#nav a:hover {
	background-position: -127px 0;
	color: #fff;
}


/* -----------------content--------------------- */
#content {
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
	line-height: 1.5em;
	background-image: url(most-subscribed-images/red-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#content { 
min-height:600px;

}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	text-align: center;
	color: #F33;
	background-image: url(most-subscribed-images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	text-align: center;
	color: #900;
	background-color: #E4E4E4;
	background-image: url(most-subscribed-images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.video {
	background-image: url(most-subscribed-images/video-back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 376px;
	width: 659px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
