@charset "utf-8";
/* CSS Document */

body {
	background-image:url(base-images/BG-001.jpg);
	margin:0 auto;
	text-align:center;
	font-size:100%;
}
#container {
	position:relative;
	margin:0 auto;
	/*left:119px;*/
	top:10px;
	width:960px;
	height:650px;
	background-color:#FFFFFF;
	z-index:1;}
#containa {
	position:relative;
	margin:0 auto;
	/*left:119px;*/
	top:10px;
	width:960px;
	height:650px;
	background-color:#000000;
	z-index:1;}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:160px;
	z-index:1;
}
#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:960px;
	height:100px;
	z-index:1;
}
#movie-header {
	position:absolute;
	left:0px;
	top:160px;
	width:960px;
	height:40px;
	z-index:1;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~main navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navi-1 {
	position:absolute;
	left:0px;
	top:190px;
	width:130px;
	height:130px;
	z-index:10;
	text-align:left;
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	list-style-type:none;
	}
#navi-1 ul {
	list-style-type:none;
	color:#600;
	background-color:#FF9;
	line-height:150%;
	padding-left:30px;
	margin-left:-30px;
	border-top:#600 solid 1px;
	border-bottom:#600 solid 1px;
	border-left:#600 solid 1px;
	/*border-right:#600 solid 1px;*/
}
#navi-1 li {
	padding-left:-30px;
	margin-left:-30px;
	border-bottom:#600 solid 1px;
	display:block;
	}
#navi-1 a:link, a:visited{
	color:#600;
	background-color:#ff9;
	text-decoration:none;
	display:block;
	padding-left:30px;
	border-right:#600 solid 1px;
	
	}
#navi-1 a:hover, a:focus{
	color:#FF9;
	background-color:#600;
	text-decoration:none;
	display:block;
	padding-left:10px;
	border-right:#600 solid 1px;}
#bottom-border {
	border-bottom:#FF9 1px solid;
	}

#current {
	background-color:#CFECEC;
	text-align:right;
	font-weight:bold;
	padding-right:15px;
	display:block;
	border-right:3px solid #600;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~end of main navigation~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
	
#content {
	position:absolute;
	left: 125px;
	top:200px;
	width:820px;
	height:350px;
	background-color:#FFFFFF;
	overflow: auto;
	}
#gallerycontent {
	position:absolute;
	left: 125px;
	top:200px;
	width:820px;
	height:350px;
	background-color:#000000;
	overflow: auto;
	}
#quoterequest {
	position:absolute;
	left: 140px;
	top:200px;
	width:820px;
	height:350px;
	background-color:#FFFFFF;
	overflow: auto;
	}
#feedback {
	position:absolute;
	left: 140px;
	top:200px;
	width:820px;
	height:350px;
	background-color:#FFFFFF;
	overflow: auto;
	}
#textbox {
	position:absolute;
	left: 30px;
	top:0px;
	width:650px;
	height:340px;
	background-color:#FFFFFF;
	text-align:left;
	}
#textbox p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height:130%;
	color:#303;
	padding-right:20px;
	}
#portrait {
	float:right;
	padding-left:20px;
	}
#portrait2 {
	float:right;
	}
#gallery-nav {
	color:#600;
	background-color:#FF6;
	list-style-type:none;
	width:200px;
	display:block;
	border: 1px #600 solid;
	
	}
#gallery-nav ul {
	
	}
#gallery-nav li {
	list-style-type:none;
	text-decoration:none;
	}
#gallery-nav a:link, a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	/*line-height:130%;*/
	color:#600;
	background-color:#FF6;
	list-style-type:none;
	text-decoration:none;
	display:block;
	}
#gallery-nav a:hover, a:focus {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	/*line-height:130%;*/
	color:#FFF;
	background-color:#600;
	list-style-type:none;
	text-decoration:none;
	display:block;
	}