	body {
		margin: 0;
		background: #fff url(../images/bg.png) fixed;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
	}
	a img { border: 0; }
	#container {
		width: 900px;
		margin: 0 auto;
	}
		#head {
			background: #000;
			color: #FFFFFF;
			height: 100px;
			padding: 0 20px;
		}
			h1 {
				display: block;
				width: 180px;
				height: 100px;
				text-indent: -30000px;
				background: url(../images/logo.png) no-repeat center left;	
				float: left;
				margin-top: 0;
			}
			#menu {
				width: 280px;
				height: 100px;
				float: right;
			}
				#menu a{
				width: 30px;
				float: left;
				height: 10px;
				padding: 45px 10px;
				margin: 0 10px;
				text-decoration: none;
				color: #fff;
				text-align: center;
				}
					#menu a:hover {
						background: #fff;
						color: #0099FF;
					}
		#content {
			clear: both;
			padding-bottom: 20px;
		}
			#content a img {
				border-bottom: #000 3px solid;	
				width: 900px;						
			}
			#content a:hover img {
				border-bottom: #0099FF 3px solid;	
				
			}
			.pinfo {
				margin-top: 10px;
				background: #000;
				color: #fff;
				padding: 3px 20px;
			}
			h2 span{
				font-size: 20px;
				font-weight: bold;
				text-transform: uppercase;
				background: #000;
				color: #fff;
				padding: 3px 5px 3px 20px;
				margin-top: 20px;
			}
			#content div { padding: 0 20px; font-weight: bold; }
				#content div a{
					background: #000;
					text-decoration: none;
					color: #fff;
					padding: 1px 3px;
					font-weight: normal;
					}
						#content div a:hover {
							background: #0099FF;
							color: #fff;
						}
		#footer {
			background: #000;
			color: #FFFFFF;
			height: 50px;
		}	
			#copyright {
				width: 400px;
				float: left;
				height: 10px;
				padding: 20px;
			}
			#toplink {
				width: 30px;
				float: right;
				height: 10px;
				padding: 20px 10px;
				margin: 0 10px;
				text-decoration: none;
				color: #fff;
				text-align: center;
			}
				#toplink:hover {
					background: #fff;
					color: #0099FF;
				}
				
