@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;

}

body {
	margin: 0 auto;
	width:800px;
	font-family:"gill sans", Arial, Sans-serif;
	font-size:18px;
	text-align:center;
	background:url(index_images/bg.jpg) 50% 0% no-repeat #000;
}


#wrapper {
	

}

h1 {
	background:url(index_images/index_name.png) no-repeat;
	width:461px;
	height:70px;
	text-indent:-9000em;
	font-size:56px;
	font-weight:normal;
	font-style:italic;
	color:#FFC;
	letter-spacing:4px;
	margin-left:170px;


}

h3 {
	padding-top:30px;
	letter-spacing: 1px;
	font-style:italic;
	color:#FFCC33;
	padding-bottom:30px;
	font-weight:lighter;

}

a img {border:none; }

a:hover img {
	border:none;
	opacity:.8;
	filter:alpha(opacity=80);

}

#header{
	 margin-top:40px;

}

#menu {margin-top:60px;}

#menu ul {
	list-style:none;
	display:inline;

}

#menu ul li {
	display:inline;
	list-style:none;
}

#menu ul li.left {
	padding-right: 50px;
	background:url(index_images/director_shadow.png) no-repeat;
}

#menu ul li.right{
	background:url(index_images/designer_shadow.png) no-repeat;

#footer {}

