@charset "utf-8";

body, html{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}
a img{
	border: none;
}
#body{
	width: 900px;
	}
	#topwrapper{
		height: 120px;
		width: 900px;
		float: left;
		}
		#topwrapwp{
			height: 120px;
			width: 900px;
			float: left;
			border: 0px;
			border-bottom: 1px solid #9d9d9d;
			}
		#menu{
			margin-top: 97px;
			height: 20px;
			width: 625px;
			float: left;
			}
		#logo{
			background-image:url('../images/logo_black.gif');
			margin-top: 60px;
			float: right;
			height: 60px;
			width: 275px;
			}
			#logo a{
				cursor: auto;
				display: block;
				height: 60px;
				width: 275px;
				}
				#logo a:hover{
					cursor: pointer;
					}
#contentwrapper{
	width: 900px;
	}
#footwrapper{
	background: #FFFFFF;
	height: 30px;
	width: 900px;
	clear: both;
	padding-top: 10px;
	}
	#footwrapwp{
		background: #FFFFFF;
		height: 30px;
		width: 900px;
		clear: both;
		padding-top: 10px;
		border: 0px;
		border-top: 1px solid #9d9d9d;
		}
	#footlinks{
		width: 150px;
		float: left;
		}
		#footlinks a{
			cursor: auto;
			display: block;
			height: 26px;
			width: 26px;
			float: left;
			}
			#footlinks a span{
				display: none;
				}
			#footlinks a:hover{
				cursor: pointer;
				}
			a#facebook{
				background-image: url('../images/links/facebook.gif');
				}a:hover#facebook{
					background-image: url('../images/links/facebooko.gif');}
			a#twitter{
				background-image: url('../images/links/twitter.gif');
				}a:hover#twitter{
					background-image: url('../images/links/twittero.gif');}
			a#fromwithin{
				background-image: url('../images/links/wordpress.gif');
				}a:hover#fromwithin{
					background-image: url('../images/links/wordpresso.gif');}	
	#footmenu{
		width: 130px;
		float: right;
		}
#borderthing{
	width: 900px;
	height: px;
	background: #000;
	}