* {
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 103px;
	background-color: #fafafa;
	margin: 0px;
	padding: 0px;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e10000;
}

h3 {
	font-size: 16px;
	color: #777777;
	font-style: italic;
}

td {
	vertical-align: top;
}

input {
	width:450px;
}

textarea {
	width:450px;
	height: 100px;
}

img {
	border: none;
}

#actorlist {
	float:left;
	text-align: right;
	padding-top: 15px;
	line-height: 20px;
	margin-right:20px;
	width: 150px;
}

#overview {
	margin-left:auto;
	margin-right:auto;
}

#overview a {
	display: block;
	width: 178px;
	height: 164px;
	padding-top:14px;
	background-image: url(../img/frame_150.png);
}

#overview a:hover {
	background-image: url(../img/frame_150_active.png);
}

#overview td {
	text-align: center;
	padding: 7px;
}

#heading {
	height: 103px;
	width: 100%;
	border-bottom: 1px black solid;
}

#heading #header {
	height: 100px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#logo, #logo a {
	display: block;
	float: left;
	width: 175px; 
	height: 42px;
	margin-bottom: 0px;
}

#logo img {
	margin: 27px 0px 0px 10px;
	width: 475px; 
	height: 42px;
}

#menu {
	display: block;
	width:600px;
	list-style: none inside;
	margin: 0px;
	padding:79px 0px 0px 230px;
}

#menu li {
	display: block;
}

#menu div {
	float: left;
	margin-left: 22px;
}

#menu img, #menu div, #menu a {
	height: 16px;
}

#menu1 img, #menu1 div, #menu1 a {
	width: 111px;
}

#menu2 img, #menu2 div, #menu2 a {
	width: 154px;
}

#menu3 img, #menu3 div, #menu3 a {
	width: 49px;
}

#menu4 img, #menu4 div, #menu4 a {
	width: 72px;
}

#menu5 img, #menu5 div, #menu5 a {
	width: 91px;
}

#content {
	min-height:200px;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	clear: both;
}

#footer {
	padding-top: 10px;
	text-align: center;
	height: 20px;
	border-top: 1px #c9c9c9 solid;
}

.redtext {
	color: #e10000;
}

/* Profile stuff */
#stuff {
	position: relative;
}

#imgs {
	width: 240px;
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;
}

#profilehead {
	font-size: 24px;
	font-weight:bold;
	margin-bottom: 20px;
}

#submenu img {
	margin-left: 10px;
}

#submenu {
	display: inline;
	padding-left: 0px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#imgsel a {
	display: block;
	width: 60px;
	height: 52px;
	padding-top:8px;
	background-image: url(../img/frame_small.png);
}

#imgsel a:hover {
	background-image: url(../img/frame_small_active.png);
}

#imgsel td {
	text-align: center;
	padding: 0px;
}

#mainimglink {
	display: block;
	width: 248px;
	height: 238px;
	padding-top:12px;
	padding-left:2px;
	background-image: url(../img/frame_big.png);
}

#mainimglink:hover {
	background-image: url(../img/frame_big_active.png);
}

