* {
	padding:0;
	margin:0;
	outline:none;
}

body, html {
	background:url(/graphics/tile.png);
	height:100%;
	width:100%;
	min-width:1000px;
}

a {
	color: #333;
}

a:hover {
	color: #e0af35;
}

h2 {font-size:14px; font-weight: bold; font-family: "Century Gothic", Arial;}
#wrapper {
	min-height:100%;
	height: auto !important;
	height: 100%;
	background:url(/graphics/bg.png) top repeat-y;
	width:1240px;
	margin:0 auto;
}

#page {
	width:1200px;
	margin: 0 auto;
}

.clear {
	clear:both;
}

#menu {
	width:300px;
	height:200px;
	background:url(/graphics/colors.png) no-repeat;
}

#menu2 {
	width:300px;
	height:250px;
	background:url(/graphics/colors2.png) no-repeat;
}

#bracket {
	background:url(/graphics/bracket.png) no-repeat;
	height:113px;
	width:30px;
	float:left;
	margin-left:20px;
}

#menu_items {
	height:225px;
	width:200px;
	float:left;
}

a.natalie{
	display:block;
	height:20px;
	width:170px;
	background:url(/graphics/natalie.png) 0 -20px;
}

a.designer{
	display:block;
	height:20px;
	width:60px;
	background:url(/graphics/designer.png) 0 -20px;
	float:left;
}

a.photographer{
	display:block;
	height:20px;
	width:100px;
	background:url(/graphics/photographer.png) 0 -20px;
	float:left;
}



a.contact{
	display:block;
	height:20px;
	width:80px;
	background:url(/graphics/contact.png) 0 -20px;
	float:left;
}

a.resume{
	display:block;
	height:20px;
	width:75px;
	background:url(/graphics/resume.png) 0 -20px;
	float:left;
}

#menu_items a:hover {
	background-position:0 0;
}



.facebook{
	display:block;
	height:110px;
	width:100px;
	background:url(/graphics/facebook.png) 0 -110px;
	float:left;
}

.stumble{
	display:block;
	height:110px;
	width:100px;
	background:url(/graphics/stumble.png) 0 -110px;
	float:left;
}

#social {
	width:300px;
	margin:0 auto;
}

.twitter{
	display:block;
	height:110px;
	width:100px;
	background:url(/graphics/twitter.png) 0 -110px;
	float:left;
}

#social a:hover {
	background-position:0 0;
}

#nav {
	width:850px;
	margin:0 auto;
	height:50px;
	padding-top:50px;
}

#nav a {
	line-height:50px;
	display:block;
	float: left;
}

#nav a span {
	display:block;
	line-height:50px;
	padding:0 25px;
	height:50px;
}

span.home {
	background:url(/graphics/nav.png) no-repeat 0px 0px;
	width:175px;
}

span.designer {
	background:url(/graphics/nav.png) no-repeat -225px 0px;
	width:100px;
}

span.photographer {
	background:url(/graphics/nav.png) no-repeat -375px 0px;
	width:155px;
}

span.contact {
	background:url(/graphics/nav.png) no-repeat -590px 0px;
	width:75px;
}

span.resume {
	background:url(/graphics/nav.png) no-repeat -720px 0px;
	width:75px;
}


span.home:hover {
	background:url(/graphics/nav.png) no-repeat 0px -50px;
	width:175px;
}

span.designer:hover {
	background:url(/graphics/nav.png) no-repeat -225px -50px;
	width:100px;
}

span.photographer:hover {
	background:url(/graphics/nav.png) no-repeat -375px -50px;
	width:155px;
}

span.contact:hover {
	background:url(/graphics/nav.png) no-repeat -590px -50px;
	width:75px;
}

span.resume:hover {
	background:url(/graphics/nav.png) no-repeat -720px -50px;
	width:75px;
}

#Photography {
	width:980px;
	margin:0 auto;
	clear: right;
	padding-bottom:50px;
}

#Photography img {
	border:none;
	position: relative;
	z-index: 10;
}

#Photography img:hover {
	/*opacity:.5;*/
}

#Photography a {
	border:none;
	display: block;
	float: left;
	height: 270px;
	width: 270px;
	padding:15px 25px;
}

#Photography a span {
	margin-top:-200px;
	top:14px;
	display: block;
	width:248px;
	height:248px;
	margin:-276px 0px 0px 8px;
	position: relative;
	z-index: 100;
	border:2px solid #ffffff;
}

#Photography a:hover span {
	border:2px solid #eee0bd;
	background: url(/graphics/over.png) repeat;
}

#content {
}


#Footer {
	position: absolute;
	margin:0 auto;
	width:1200px;
	font-size: 11px;
	color: #222;
	line-height:20px;
	margin-top:-100px;
	bottom:0;
}

#FooterContent {
	width:1200px;
	margin:0 auto;
	text-align: center;
	margin-top:-22px;
	background: #f4edd7;
	padding:10px 0;
}