/* LIU DING */
/* 2006 */

/* general */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(img/bg.gif);
	background-repeat:repeat-y;
	background-color:#fff;
}

#logo {
	text-align:right;
	width:170px;
	height:300p;
	margin-top:100px;
	margin-left:120px;
	font-family:Arial;
	color:#C0C0C0;
	font-size:9px;
}

#menu {
	width:72px;
	margin-top:40px;
	margin-left:215px;
}

#menu a {
	font:8px Arial;
	text-decoration:none;
	display:block;
	width:72px;
	background: url("img/enter.gif") top no-repeat;
}

#menu a:hover {
	background-position: bottom;
}

#requirements {
	text-align:right;
	width:170px;
	height:300p;
	margin-top:50px;
	margin-left:120px;
}

#cover {
	margin-top:-300px;	
	margin-left:315px;
}

#flash {
	font: 11px Arial;
	font-weight:bold;
	text-transform:uppercase;
}
	

#flash h1{
	font:15px Arial;
	font-weight:bold;
	margin-bottom:10px;
}

#flash a {
	color:#006699;
	text-decoration:none;
	border-bottom:1px solid #003366;
}

#message {
	padding:20px;
}

.location {
	font:12px Arial;
	margin:20px;
}

.location i{
	text-transform:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;	
}