@charset "utf-8";
/* CSS Document */

#delta_container {
	margin:auto; 
	width:800px; 
	position:relative; 
}

html {
	height:100%; 
	padding:0; 
	margin:0;
}

body { 
	background:#fff url(images/bg.jpg) repeat-x;
	padding:0;
	margin:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
}

#alpha_container { 
	width:800px; 
	background:url(images/header_bg.jpg) no-repeat; 
	height:800px;
}

#top_mirror {
	position:absolute;
	left:-2px;
	top:-28px;
	width:230px;
	height:400px;
	z-index:1;
}
#contact {
	position:absolute;
	left:11px;
	top:379px;
	width:190px;
	height:148px;
	z-index:2;
	color:#000;
}

#monkey { 
	text-align:center;
}

#monkey a { 
	color:#000; 
	font-weight:bold; 
	text-decoration:none;
}

#monkey a:hover {
	text-decoration: underline;
}

#content_alpha a { 
	color:#ce0002; 
	font-weight:bold; 
	text-decoration:none;
}

#content_alpha a:hover {
	text-decoration: underline;
}

#contact a { 
	color:#000; 
	font-weight:bold; 
	text-decoration:none;
}

#contact a:hover {
	text-decoration: underline;
}

#content_alpha {
	position:absolute;
	left:205px;
	top:375px;
	width:590px;
	z-index:3; 
	text-align:justify; 
	color:#000;
}
	
	#content_stock {
	position:absolute;
	left:205px;
	top:375px;
	width:590px;
	z-index:3; 
	text-align:justify; 
	color:#000;
}

#vow { 
	float:right; 
	width:205px; 
	height:236px; 
	background-image:url(images/vow.jpg); 
	padding:42px 0 0 13px;
}

#navigation{
	position:absolute;
	left:185px;
	top:128px;
	width:600px;
	height:37px;
	z-index:4;
}
#nav2 ul {
	list-style:none; 
	padding:0px 0  0 0px; 
	margin:2px 0 0 48px; 
	text-align:center;
}

	#nav2 li {
	float:left; 
	margin: 0 0em;
}

	#nav2 a {
	display:block; 
	width:91px; 
	text-align:center; 
	text-decoration:none; 
	height:32px;
	line-height:40px;
	font-family:Verdana;
	letterspacing:1px;
	font-weight:bold;
	font-size:13px;
	color:#262121;
	padding-top:0px;
}

	#nav2 a:hover {
	background:#cecece;
	color:#000000;
	text-decoration: underline;
}
