@charset "utf-8";
/* CSS Document */

/*  This is the CSS convention used in this document
//
//  all properties are ordered: top, left, bottom, right
//
//  name {
//  	position / bacgkround
//  	width / height
//  	margins / padding
//  	top / left / bottom / right
//  	text properties: font / color / alignment / text-decoration / line-height
//  	border properties
//  	display / float / clear / z-index
//  	other
//  	}
*/

* {
	background:transparent;
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
}

/**************/
/* IE PNG fix */
img, div, a, input {
	behavior: url(/iepngfix.htc)
}
/**************/

body {
	background:#070302 url(/images/wood/wood_bkgnd.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#070302;
}

#borders {
	background:url(/images/wood/wood_borders.gif) top center no-repeat;
	margin:0 auto 0 auto;
}

#container {
	width:900px;
	margin:0 auto 0 auto;
	text-align:center;
}

#header {
	width:906px;
}

	#logo {
		background:url(/images/wood/wood_splashLogo.png) top center no-repeat;
		width:774px;
		height:157px;
		margin-left:50px;
		text-indent:-5000px;
	}
	
	#login {
		background:url(/images/wood/wood_logIn.png) top right no-repeat;
		width:217px;
		height:62px;
		margin-top:-57px;
		margin-right:57px;
		float:right;
	}
	
		#login img {
			width:185px;
			height:36px;
			margin-top:19px;
		}

	#nav {
		background:url(/images/wood/wood_navBkgnd.png) top center no-repeat;
		width:900px;
		height:63px;
		padding-top:8px;
		font-family:"Times New Roman", Times, serif;
		line-height:30px;
	}
	
		#nav a {
			margin:0 55px;
			color:#f4ebe2;
			font-weight:bold;
			font-size:20px;
			text-transform:uppercase;
			vertical-align:top;
		}
		
		#nav a.first,
		#nav a.last {
			margin:0;
			}
		
		#nav a:hover {
			color:#e39b35;
		}

#content {
	background:#f4ebe2 top left no-repeat;
	width:790px;
	margin-top:-27px;
	margin-left:27px;
	border:#070302 solid 8px;
	border-top:none;
}

#footer {
	background:#070302 url(../../images/wood/wood_loveToHearFromYou.png) top left no-repeat;
	width:846px;
	height:280px;
	margin-top:16px;
	margin-left:27px;
	border-top:#3e3e3e solid 1px;
	border-bottom:#3e3e3e solid 1px;
}

	#footer a {
		color:#f4ebe2;
	}
	
	a.suggestionLink {
		background:url(/images/wood/wood_suggestions.png) top left no-repeat;
		width:113px;
		height:196px;
		margin:25px;
		margin-top:50px;
		float:left;
	}
	
	#social-networking {
		background:url(/images/wood/wood_letsBeFriends.png) top left no-repeat;
		width:167px;
		margin:25px;
		padding-top:40px;
		text-align:center;
		float:right;
	}
	
		#social-networking a {
			margin-right:10px;
		}
	
	#address p {
		position:relative;
		width:846px;
		bottom:10px;
		color:#f4ebe2;
		text-align:center;
		float:right;
	}

	#copy-info {
		padding:10px;
		color:#f4ebe2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	#copy-info a {
			color:#f4ebe2;
			font-size:11px;
		}
		
/*  SITE-WIDE TAG DEFINITIONS  */

:focus {
	outline: 0;
}

hr {
	width:100%;
	height:0px;
	margin:5px 0px;
	line-height:0px;
	border:none;
	border-top:#c4bcb6 solid 1px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.breaker {
	clear:both;
}