@charset "utf-8";

	
	/* Generals --------------------------- */
	* {
	margin: 0;
	padding: 0;
	}
	img {
	border: none;
	}
	a {
	color: #614c42;
text-decoration: none;	
	}
	 a:hover, a:active {
color: #000;
}
	
	body {
	background:#676767 url(images/bg-missty.jpg) no-repeat top center;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #1a0800;
	/* IE */
	position: relative !ie;
	}
	ul {
	list-style: none;
	}
	
	
	/* Header --------------------------- */
	#header {
	background: url(images/missty.png) no-repeat;
	width: 550px;
	height: 257px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 50px;
	}
	#header #homeLink {
	width: 238px;
	height: 252px;
	float: left;
	display: block;
	text-decoration: none;
	margin-top: 50px;
	vertical-align: middle;
	}

	#header #navigation a
{
	display: relative;
	width: 121px;
	height: 0;
	overflow: hidden;
	position: absolute;
	
}
#navigation
{
	background: none;
	position: relative;
	top: 0;
	left: 0;
}

#navigation li
{
	
	list-style: none;
}

#nav_flickr a
{
	padding-top:30px;
	top: 79px;
	left: 331px;
}

#navigation #nav_flickr a:hover, #navigation #nav_flickr a:active
{
	background: url(images/menu-on.png) -1px -2px;
}

#nav_facebook a
{
	padding-top: 30px;
	top: 102px;
	left: 331px;
}

#navigation #nav_facebook a:hover, #navigation #nav_facebook a:active
{
	background: url(images/menu-on.png) -1px -25px;
}

#nav_twitter a
{
	padding-top: 30px;
	top: 127px;
	left: 331px;
}

#navigation #nav_twitter a:hover, #navigation #nav_twitter a:active
{
	background: url(images/menu-on.png) -1px -50px;
}

#nav_linkedin a
{
	padding-top: 30px;
	top: 157px;
	left: 331px;
}

#navigation #nav_linkedin a:hover, #navigation #nav_linkedin a:active 
{
	background: url(images/menu-on.png) -1px -80px;
}	
	
	#index {
	margin: 0 auto;
	width: 550;
	padding-top: 50px;
	}