
/*-----------------------------------------------------
[01] HTML / Body
[02] Image Replacements
[03] Navigation
[04] Content
[05] Footer
[06] Misc
-------------------------------------------------------*/



/* [01] HTML / Body
-------------------------------------------------------*/
html {
	width: 100%;
}

body { 
	background: #e8dfce url(../images/background.jpg) 0 0 no-repeat;
}

a, a:link, a:visited, a:active, a:hover {
	outline: none; /* Removes dotted outline from Firefox anchors */
	text-decoration: none;
	color: blue;
}


/* [02] Image Replacements
-------------------------------------------------------*/
/* Standard image replacement */
.imr {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* Button image replacement */
input.imr, button.imr {
	border: none;
	padding: 0;
	cursor: pointer;
}


/* [03] Navigation
-------------------------------------------------------*/
#nav-global {
	list-style: none;
	margin: 420px 0 0 337px;
	padding: 0;
	position: relative;
	z-index: 3;
}
#nav-global a {
	background: url('../images/links.png') 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 23px;
	width: 271px;
}
#nav-global li {
	margin: 0 0 7px 0;
}
#nav-global .twitter a {
	background-position: 0 0;
}	
#nav-global .twitter a.current,
#nav-global .twitter a:hover {
	background-position: -273px 0;
}				
#nav-global .facebook a {
	background-position: 0 -28px;
}	
#nav-global .facebook a.current,
#nav-global .facebook a:hover {
	background-position: -273px -28px;
}		


/* [04] Content
-------------------------------------------------------*/

#wrapper {
	float: left;
	margin: 0 0 0 0;
	width: 766px;
}

#copyright {
	list-style: none;
	margin: 80px 0 0 337px;
	padding: 0;
	position: relative;
	z-index: 3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}

#copyright a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}

#copyright a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5d4f44;
}

