/* Copyright Notice 
  
Information in this document copyright Lance Hardy, www.lancehardyphotography.com.  
Copyright (c) 2009, 2010

End Copyright Notice */

* { 
margin: 0;
padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
em, i {font-style: italic;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

a {outline: none; text-decoration: underline; color: #ffffff;} 
a:hover {text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #ffffff;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 17px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
html {}

body {
background: #000000;
padding-top: 10px;
text-align: center;
}
#wrapper {
margin: 0 auto 0 auto;
width: 100%;
height: auto;
text-align: center;
}
#slide {
position: absolute;
top: 0;
left: 0;
}
#title {
margin: 0 auto 0 auto;
color: #fff;
text-align: center;
}
#title p {
font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, _sans;
font-size: 12px;
padding: 0 0 10px 0;
color: #f2f2f2;
}
#title p a {
text-decoration: none;
color: #f2f2f2;
}
#title p a:hover {
text-decoration: underline;
}

.clear {clear: both;}
	

