@charset "utf-8";
/* Normalizing ---------------------------------------------------------*/
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 100%;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
	
table{
	border-collapse: collapse;
	border-spacing: 0;}
	
img, div { behavior: url(iepngfix.htc)}
/* Font Setting --------------------------------------------------------*/	
a{
	text-decoration:none;
	color: #FFFFFF;
	}
	
a:hover{
	color: #990000;
	}

img {
	border:none;
	}
	
h1{
	font-weight: bold;
	font-size:14px;
	color:#FFFFFF;
}

h2{
	padding-left: 20px;
	font-weight: normal;
	font-size:18px;
	color:#990000;
}

h3{
	padding-left: 20px;
	font-weight: normal;
	font-size:16px;
	color:#333333;
}

h4{
	font-weight: bold;
	font-size:14px;
	color:#990000;
	padding-top: 2px;
}

/* Style -----------------------------------------------------------*/	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #000000;

}

#container{
	width: 1000px;
	height: 700px;
	margin: 0 auto;	
}

#enterpage{
	width: 1000px;
	height: 700px;
	background-image:url(img/img_enterpage.jpg);
	background-repeat:no-repeat;
	}
/* Header ------------------------------------------------------------------*/
#header{
	float: left;
	height: 120px;
	text-align: center;
}

#main-logo{
	float: left;
	padding-left: 60px;
	height: 120px;
	width: 180px;
	}
#logo{	
	height: 120px;
	width: 180px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	}	

#main-nav{
	float: left;
	width: 760px;
	}
	
#nav{
	display: block;
	padding-right: 80px;
	padding-top: 72px;
	}
	
#nav li{
	list-style: none;
	float: right;
	margin-left: 20px;
	text-align:left;
	font-family: "Abadi MT Condensed";
	font-size:16px;
	font-style:italic;
	color: #ca8ad6;
	}
#nav li a:link, visited {
	color: #FFFFFF;
}	

#nav li a:hover {
	color: #ca8ad6;
}

#title{
	float: left;
	width: 1000px;
	height: 50px;
	}

/* content ---------------------------------------------------------------*/

#content{
	float: left;
	height: 470px;
	text-align: center;
	}
	
	
/* Footer ----------------------------------------------------------------*/

#footer{
	float: left;
	height: 60px;
	width: 1000px;
	font-weight: normal;
	font-size:12px;
	color: #FFFFFF;
	font-family: "Abadi MT Condensed";
	font-size:12px;
	text-align: center;
	}

#footer-text{
	margin-top: 30px;}
