@charset "UTF-8";
/* CSS Document */

/*reset*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear{
	clear:both;
}

/*END RESET*/

body{
	background-color:#000;
	font-family:Georga, Times New Roman, serif;
}
p, ul{
	color:#fff;
	font-family:Georga, Times New Roman, serif;
	font-weight:normal;
}
a{
	text-decoration:none;
	color:#9db1d4;
}
a:hover{
	text-decoration:none;
	color:#6485bd;
}
p.main, ul li, #info p{
	line-height:1.5em;
	font-size:95%;
	letter-spacing:.1em;
	margin-top:15px;
}
h2{
	font-family:Georgia, Times New Roman, serif;
	font-size:90%;
	letter-spacing:.4em;
	color:#fff;
	line-height:2.5em;
	font-weight:normal;
	text-transform:uppercase;
}
#honoree h2.second{
	margin-top:50px;
}
#sponsors h2{
	margin-top:20px;
}
h3{
	font-family:Georgia, Times New Roman, serif;
	font-size:160%;
	font-style:italic;
	font-weight:normal;
	color:#fff;
	line-height:1.25em;
}
#sponsors h3{
	padding-top:30px;
}
#sponsors h3.first{
	padding-top:0px;
}
#container{
}
#hdr{
	width:634px;
	height:130px;
	margin:20px auto;
}
#hdr h2{
	font-family:Georgia, Times New Roman, serif;
	font-style:italic;
	font-size:115%;
	letter-spacing:0px;
	line-height:1.5em;
	text-align:center;
	margin:35px 0px;
	text-transform:none;
}
#invite{
	width:100%;
	heigh:155px;
	background: url(../images/wood_bg.jpg) repeat-x center top;
	margin-top:130px;
}
#invite p{
	font-style:italic;
	line-height:1.5em;
	font-size:120%;
	padding: 10px 0;
	letter-spacing:.05em;
	width:660px;
	margin:0 auto;
	text-align:center;
}
#info{
	width:100%;
	margin:10px auto;	
}
#infoWrapper{
	margin:0 auto;
	width:960px;
}
#eventInfo, #honoree, #media{
	width:265px;
	float:left;
}
ul, #info p{
	margin-left:0px;	
	text-align:left;
}
#eventInfo{
	margin-left:75px;
}
#honoree, #media{
	margin-left:45px;
}
#honoree img{
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
#media p.first{
	margin-top:0px;
}
#sponsors{
	padding-bottom:45px;
}
#ftr{
	width:100%;
	height:50px;
	padding-bottom:50px;
}