body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-family: Tahoma;
	background-color:#000000;
}

#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
	background:url(images/bg.jpg) repeat;
}

a {
	text-decoration:none;
	color:#ffa200;
}

a:hover {
	text-decoration:underline;
}

.header {
	width: 1000px;
	height: 221px;
	clear: both;
	margin:auto;
}

.top {
	width: 506px;
	height: 123px;
	float: right;
	color: #fff;
	text-align: center;
	background: url('images/top_top.jpg') no-repeat;
}
	.top a {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height:1.3em;
	}
	.top a:hover {
		color:#ffa200;
	}

.content {
	width: 1000px;
	margin: auto;
	clear: both;
	background: url('images/content_bg.jpg') repeat-y;
}
	.content a IMG {
		border: 2px solid #fff;
		background:url(images/thumb.jpg);
		width:150px;
		height:200px;
	}
	.content a:hover IMG {
		border: 2px solid #ffa200;
	}
	.content ul {
		margin:0 0 0 10px;
		padding:0;
		width:300px;
		float:left;
	}

.friendly {
	width: 1000px;
	margin: auto;
	clear: both;
	background: url('images/friendly_bg.jpg') repeat-y;
	color:#411700;
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
}
	.friendly a {
		font-weight:normal;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1.4em;
	}

#footer {
	clear: both;
	margin: auto;
}

	.foot_wrap {
		width: 1000px;
		padding-top:40px;
		color:#fff;
		font-size:11px;
		margin: auto;
		background:url(images/foot.jpg) bottom no-repeat;
	}
	
.rowLink a {
	font-size:26px;
	font-weight:bold;
}

.nexus {
	font-size:14px;
	color:#FFFFFF;
}
	.nexus a {
		font-size:14px;
	}
