/* BloodMoon Studios 2.0 CSS */

body{
	/*background-color: #1f2c3d;*/
	background-image: url(htmlpics/tiles.png);
	margin-top: 20px;
	margin-bottom: 20px;
	color: black;
}

#header{
	width: 820px;
	height: 249px;
	margin-left: auto;
	margin-right: auto;
}

#site{
	width: 860px;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

/*#round_top{
	width: 860px;
	height: 20px;
	background-image: url(htmlpics/roundtop.png);
}
#round_base{
	width: 860px;
	height: 20px;
	background-image: url(htmlpics/roundbase.png);
}*/

#navmenu{
	width: 840px;
	height: 30px;
	background-image: url(htmlpics/navbar.png);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	.navlink a:link,
	.navlink a:visited{
		color: white;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.navlink a:active,
	.navlink a:hover{
		color: white;
		text-align: center;
		font-weight: bold;
		text-decoration: underline;
	}

#content{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
	#leftmenu{
		width: 200px;
		text-align: center;
		border-right: solid #0BABFE;
		border-width: 1px;
		float: left;
		margin-left: 0px;
		margin-right: 10px;
		padding-right: 2px;
	}
		#alternate-images{
			width: 180px;
			height: 170px;
			margin-left: auto;
			margin-right: auto;
		}
	#rightsite{
		width:626px;
		height: 100%;
		/*border-left: solid #0BABFE;
		border-width: 1px;*/
		padding-left: 10px;
		margin-right: 0px;
		margin-left: auto;
	}
	div.clear{
		clear: both;
	}


.footer{
	text-align: center;
	font-size: 10px;
	color: #0BABFE;
}
	.NIlink a:link,
	.NIlink a:active{
		color: #0BABFE;
		text-decoration: none;
	}
	.NIlink a:visited{
		color: #0BABFE;
	}
	.NIlink a:hover{
		color: #0BABFE;
		text-decoration: underline;
	}


a:link,
a:visited{
	color: black;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a:active,
a:hover{
	color: black;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}