/* @override http://localhost:8888/mylife/css/mylife.css */

* {
	margin: 0;
	padding: 0;
}

p,h1,h2,h3,h4,h5,h6 {
	margin: 0em 0 1em 0;
}

h2 {
	font-size: 1.2em;
}

body {
	background-color:  white;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999;
	line-height: 1.9em;
}

a {
	color: #ff0019;
}

h2,h3,h4,h5,h6 {
	color: white;
}

li {
	margin-left: 2em;
}

ul {
	margin: 0 0 1em 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: url(../images/container_shadow.gif) repeat-y;
	padding: 0 5px;
}

#header {
	background-color: white;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

#header h1 {
	margin: 0;
	width: 263px;
	height: 61px;
	text-indent:  -9999px;
	background-image: url(../images/mylife_logo.jpg);
}

#head_contact {
	float: right;
	color: #666;
}

#head_contact a {
	color: #666;
	text-decoration: none;
}

#nav {
	padding:0;
	padding-left: 40px;
	padding-right: 40px;
	background: #ff0000 url(../images/nav_bg_tile.gif) repeat-x 0 0;
	/*height: 14px;*/
}

ul.nav {
	margin: 0;
}

ul.nav li {
	float: left;
	/*margin-right: 30px;*/
	margin:0;
	list-style-type: none;

}


ul.nav a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 3px 20px;
}

ul.nav a:hover {
	background: url(../images/nav_bg_tile.gif) 0 -100px;
}

ul.nav li.selected a {
	background: url(../images/nav_bg_tile.gif) 0 -100px;
}

#content {
	padding: 20px;
	background-color: black;
}

.clear {
	clear: both;
}

.col_x1 {
	float: left;
	width: 213px;
}

.col_x2 {
	float: left;
	width: 466px;
}

.col_x3 {
	margin-left: 20px;
	margin-right: 20px;
}

.column {
	margin-top: 2em;
	margin-left: 20px;
	margin-right: 20px;
	display:  block; /*for ie float margin bug */
}

.heading_replace {
	height: 25px;
	text-indent: -9999px;
}

.heading_rep_welcome {
	background: url(../images/heading_welcome.gif) no-repeat;
}

.heading_rep_news {
	background: url(../images/heading_news.gif) no-repeat;
}

.heading_rep_community {
	background: url(../images/heading_community.gif) no-repeat;
}

.heading_rep_corporate {
	background: url(../images/heading_corporate.gif) no-repeat;
}

.heading_rep_actors {
	background: url(../images/heading_actors_class.gif) no-repeat;
}

.heading_rep_contact {
	background: url(../images/heading_contact.gif) no-repeat;
}

.heading_rep_special_events {
	background: url(../images/heading_special_events.gif) no-repeat;
}

.player {
	margin: 0 0 3em 0;
}

.player_list_left {
	float: left;
}

.film_list_item {
	clear: both;
	margin: 40px 0;
}

.player_list_text {
	margin-left: 506px;
}
.mini {
	font-size: 9px;
	line-height: 9px;
}
}