/* Generic IE-only Hack */ *
html {
    overflow: -moz-scrollbars-vertical;
}

body, html {
	height: 100%;
}


body, html {
	background-color: #8e4c75;
	background-image: url('/clients/reykjavikcasting.is/img/body_bg.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 12px;
	color: #999;
	line-height: 21px;
	height: 100%;
}

#main {
	background-color: #fff;
	width: 760px;
	height: 1300px;
	float: left;
}

#language-bar {
	background-image: url('/clients/reykjavikcasting.is/img/language_bar_bg.gif');
	background-repeat: repeat-x;
	height: 35px;
	text-align: right;
}

#menu {
	float: left;
	width: 270px;
	text-align: right;
	margin-top: -4px;
}

#menu div {
	border-bottom: #e5e5e5 solid 1px;
	padding: 4px 0 4px 0;
}

#content {
	float: left;
	width: 450px;
	margin-left: 30px;
	padding-top: 20px;
	background-color: #fff;

}

#extra {
	height: 1000px;
	background-image: url('/clients/reykjavikcasting.is/img/main_bg.gif');
	background-repeat: repeat-y;
	background-position: 760px 0;
}

h1 {
	color: #9b9b9b;
	font-family: arial;
	font-size: 25px;
	margin: 0 0 20px 0;
	padding: 0;
}

a:link {color: #999; text-decoration: none; font-weight: bold;}
a:active {color: #999; text-decoration: none; font-weight: bold;}
a:hover {color: #000; text-decoration: underline; font-weight: bold;}
a:visited {color: #999; text-decoration: none; font-weight: bold;}

