/* CSS Document */
body {
	background-color:#FFF;
	padding: 0;
	margin: 0;
	background-image: url(images/bg-whiteNoise.gif);
}

#rap 
{
	text-align:left;
	padding: 0;
	margin: 0;
}
	
	#header {
		position: relative;
		top: 0px;
		left: 35px;
		
		height: 70px;
		width: 640px;
		margin: 0;
		padding:0;
	}
		#logo {
			position: absolute;
			width: 35px;
			height: 35px;
			background-image:url(images/greyTag.gif);
			background-repeat:repeat;
			border: 1px solid #CCC;
		}
		#menu {
			position: absolute;
			left: 70px;
			color: #CCC;
			font: 11px/20px "Gill Sans", "Arial Narrow", "Times New Roman", Times, serif;
			text-transform: uppercase;
			padding-top: 20px;
		}
		#menu ul, #menu li {
			list-style-type: none;
			display: inline;
			
			padding-left: 0;
			margin-left: 0;
		}
		#menu a {
			text-decoration:none;
			color: #CCC;
		}
		#menu a:hover {
			color: #C30;
			text-decoration: underline;
		}

.selected {
	color: #C30;
	text-decoration: none;
}

.engFont {
	font: 12px/16px "Gill Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #999;
}

.chiFont {
	font: 13px/20px sans-serif;
	color: #999;
}

a .thumbPic {
	border: 1px solid #CCC;
}

a:hover .thumbPic {
	border: 1px solid #C30;
}

a.resLink {
	color: #666;
	text-decoration: none;
}

a:hover.resLink {
	color: #C30;
	text-decoration: underline;
}