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

body{
	text-align:center;
	margin:0px auto;
	font-size:80%;
	background-image:url(img/background.gif);
}

img{
	margin:0px;
	padding:0px;
	border:none;
}

p{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}

#wrapper{
	width:900px;
	height:945px;
	margin:0px auto;
	text-align:left;
}

#header{
	width:900px;
	height:72px;
	margin:0px;
	padding:0px;
}

#nav-box{
	width:350px;
	margin-bottom:35px;
	float:left;
	text-align:left;
}

#img-box{
	width:545px;
	float:right;
}

/*--------------------global-nav ------------------------------*/

ul#navi{
	margin:0px;
	padding:0px;
	height:90px;
	list-style-type:none;
}

ul#navi li{
	margin:0px;
	padding:0px;
	float:left;
	width:350px;
	height:90px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

ul#navi li a{
	display:block;
	width:350px;
	height:90px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

li.top,
li.top a{
	background-image:url(img/top01.jpg);
	background-position:0px 0px;
}

li.top a:hover{
	background-image:url(img/top02.jpg);
	background-position:0px;
}

li.profile,
li.profile a{
	background-image:url(img/profile01.jpg);
	background-position:0px 0px;
}

li.profile a:hover{
	background-image:url(img/profile02.jpg);
	background-position:0px;
}

li.illustration,
li.illustration a{
	background-image:url(img/illustration01.jpg);
	background-position:0px 0px;
}

li.illustration a:hover{
	background-image:url(img/illustration02.jpg);
	background-position:0px;
}


li.links,
li.links a{
	background-image:url(img/links01.jpg);
	background-position:0px 0px;
}


li.links a:hover{
	background-image:url(img/links02.jpg);
	background-position:0px;
}

/*--------------------global-nav  end------------------------------*/

#information-box{
	width:350px;
	height:352px;
	background-image:url(img/information.jpg);
	background-repeat:no-repeat;
	float:left;
}

#information-box-p{
	margin-top:50px;
	color:#000;
	text-indent:20px;
	font-size:120%;
}

/*--------------------topimage------------------------------*/


ul#topimage{
	list-style-type:none;
	margin:27px 15px;
	padding:0px;
}


/*--------------------topimage  end------------------------------*/

/*--------------------prolilege------------------------------*/







#footer{
	width:855px;
	margin-top:3px;
	border-top:#FFF solid 1px;
	text-align:right;
	color:#FFF;
	clear:both;
}



















