/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*kfphotoart.com css*/

html {
height: 100%;
}
	
body { 
font-family:'Montserrat', arial, sans-serif;
margin:0px;
width:100%;
line-height:120%;
font-size:100%;
color:#ffffff;
font-weight: 700;
background-color: #000000;
}



p {
font-family: 'Open Sans', arial, sans-serif;
font-weight: 300;
margin-top: 2em;
margin-right: 15em; 
line-height:140%;
letter-spacing: .075em;

}


a {
	color:#ffffff;
	text-decoration:none;
	border:none;
	outline: none;
	text-shadow: 0 0 #000000;
	
	-webkit-transition: text-shadow 0.5s ease-in-out;
	-moz-transition: text-shadow 0.5s ease-in-out;
	-o-transition: text-shadow 0.5s ease-in-out;
	-ms-transition: text-shadow 0.5s ease-in-out;
	transition: text-shadow 0.5s ease-in-out;
}

a:link, a:visited, .hilite {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #00c7f9;
	text-decoration: none;
	text-shadow: 0.3125em 0 #656565;
}

p a:link, a:visited, a:hover, .hilite {
	color: #00c7f9;
	text-decoration: none;
	font-weight: 300;
	}
	
p a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0.3125em 0 #656565;
	}
	
img {
border:none;
}

h1 {
font-size:500%;
font-weight: 400;
text-transform:uppercase;
letter-spacing: -.05em;
line-height:200%;
color:#656565;

} 

h2 {
font-size:125%;
line-height:200%;
color:#00c7f9;
margin-top: 2em;
}


#container {
margin:0px auto;
width:990px;
position:relative;
}

#nav_top{
margin:0px auto;
width:100%;
height:32px;
background-color:black;
position:absolute;
}

#nav {
position:relative;
height:30px;
width:990px;
text-align:right;
line-height:200%;
font-weight:bold;
font-size:145%;
text-transform:uppercase;
letter-spacing: -.05em;
color: #ffffff;
}

#content {
position:relative;
width:990px;
margin:10px auto;
}

#subtitle {
position:relative;
height:25px;
width:990px;
text-align:right;
line-height:110%;
font-weight:bold;
font-size:175%;
text-transform:uppercase;
letter-spacing: -.05em;
color: #00c7f9;
}

#page1 {
position:relative;
margin:75px auto;
height:600px;
width:990px;
}

#page2 {
position:relative;
margin:50px auto;
height:600px;
width:990px;
}

#page3 {
position:relative;
margin:50px auto;
height:200px;
width:990px;
}
#top {
height:160px;
width:100%;
position:absolute;
margin:0px auto;
background-color:#ffffff;
}

#header {
position:relative;
height:125px;
width:990px;
margin:0px;
line-height:200px;
background-color:none;
font-weight:bold;
font-size:700%;
text-transform: uppercase;
letter-spacing: -.15em;
color: #000000;
}


