body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #fff;
	background-image: url(images/bg_bottom.jpg);
}
img {
	border: none;
}
form,p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #fff;
	cursor: pointer;
	background-image: url(images/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	background-image: none;
	background-color: #F1F1DB;
	color: #04222C;
	padding: 0px 2px 1px 2px;
}
h1 {
	position: absolute;
}
h2 strong {
	font-size: 10px;
	color: #fdfdfd;
	letter-spacing: 14px;
}
h2 {
	position: absolute;
	margin-top: -12px;
}
.container {
	width: 100%;
	height: 774px;
	background-image: url(images/sfxdesign_fill.jpg);
}

.menu {
	position: absolute;
	top: 160px;
	left: 30px;
	width: 260px;
	height: 200px;
	z-index: 999;
}
.menu a {
	display: block;
	width: 260px;
	height: 40px;
	margin-bottom: 14px;
	cursor: pointer;
	background: none;
}
.menu a:hover {
	background: none;
}

.body {
	height: 774px;
	background-image: url(images/sfxdesign.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.body p {
	position: absolute;
	left: 340px;
	top: 140px;
	line-height: 20px;
	width: 640px;
	cursor: text;
}

#design p{
	width: 630px;
}
.body p.left {
	width: 320px;
	left: 345px;
}
.body p.right {
	left: 680px;
	width: 320px;
}

#portfolio p img {
	border: 1px solid #666;
	padding: 1px;
	margin-bottom: 8px;
}

.title {
	color: #FFF0E7;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}


.page_scroller {
	width: 640px;
	position: absolute;
	top: 500px;
	left: 350px;
}
.scroller_delimiter {
	width: 533px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background: url(images/scroller_dot.gif) repeat-x;
}
.pages {
	position: absolute;
	top: -10px;
	right: -6px;
}
.page_number {
	background: url(images/pagenumber.gif) no-repeat;	
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 140%;
	float: left;
	margin-left: 8px;
	font-size: 14px;
	color: #443317;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.active {
	color: #D05000;
	text-decoration: blink;
}
.logo_big {
	width: 221px;
	height: 251px;
	position: absolute;
	top: 230px;
	left: 734px;
	background-image: url(images/logo_big.jpg);
}
.reel {
	background-image: url(images/reel.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 60px;
	position: absolute;
	z-index: 999;
	left: 350px;
	top: 518px;
	padding-left: 64px;
	padding-top: 20px;
	color: #FDFDE1;
}

.footer {
	position: absolute;
	top: 680px;
	left: 30px;
	width: 940px;
	height: 80px;
	z-index: 999;
}
.footer a {
	display: block;
	position: absolute;
	width: 210px;
	height: 18px;
	top: 22px;
	left: 274px;
	cursor: pointer;
	background: none;
}
.footer a:hover {
	background: none;
}
