html * {
	margin: 0;
	padding: 0;
}
html {
	background-color: #5d5479;
}
body {
	margin: 0 auto;
	width: 900px;
	height: 900px;
	font: 14px 'Trebuchet MS', Verdana, Sans-Serif;
	background: #3a6ea5 url(gfx/site.jpg);
	color: #dbe49b;
	position: relative;
}
h1 {
	display: none;
}
h3 {
	font-size: 20px;
	border-bottom: solid 1px #dbe49b;
}
a:link, a:active, a:visited, a:focus {
	color: #dbe49b;
}
a:hover {
	color: #fffcde;
}
img {
	border: none;
}


#info {
	padding: 2px 10px;
	font-size: 20px;
	background-color: #dbe49b;
	color: #5d5479;
	position: absolute;
	top: 30px;
	right: 45px;
}


#menu {
	padding: 2px 2px 2px 10px;
	font-size: 20px;
	background-color: #dbe49b;
	color: #5d5479;
	position: absolute;
	top: 30px;
	left: 45px;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 0 5px;
	background-color: #5d5479;
	font-weight: bold;
	color: #dbe49b;
	text-decoration: none;
}
#menu a:hover {
	background-color: #dbe49b;
	color: #5d5479;
}


#oldsite {
	position: absolute;
	top: 135px;
	left: 405px;
}
#oldsite a {
	font-weight: bold;
	display: block;
} 


#gallery {
	width: 170px;
	position: absolute;
	top: 200px;
	left: 405px;
}
#gallery ul {
	list-style-type: none;
	text-align: right;
}
#gallery li {
	display: inline;
}
#gallery img {
	margin-top: 10px;
	border: solid 10px #bf7c91;
}


#shoutbox {
	width: 250px;
	position: absolute;
	top: 100px;
	right: 25px;
}
#shoutbox iframe {
	margin-top: 10px;
	width: 250px;
	height: 280px;
}
form {
	text-align: right;
}
input[name=nick] {
	border: none;
	background-color: #dfc0aa; 
}
input[name=email] {
	border: none;
	background-color: #dcda95; 
}
textarea {
	border: none;
	width: 250px;
	background-color: #b2cce2;
}
#submit {
	border: solid 1px #fffcde;
	background-color: #bf7c91;
	color: #fffcde;
}


#stat {
	position: absolute;
	bottom: 48px;
	right: 45px;
}


#footer {
	font-size: 12px;
	color: #c5d3de;
	position: absolute;
	bottom: 15px;
	right: 48px;
}
#footer a {
	color: #c5d3de;
}
#footer a:hover {
	color: #fffcde;
}
#footer p {
	text-align: right;
}




body#filmography {
	background-image: none;
	background-color: #4f81a5;
	width: 100%;
	height: 100%;
}
#filmography .item ul {
	background-color: #bf7c91;
}
#filmography .item li {
	margin-left: 20px;
	list-style-type: square;
	color: #fffcde;
}
#filmography .movie {
	font-weight: bold;
}
