@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color:#000;
}

body {
	background-image:url("images/theweddingdj-site-bg.png");
	background-repeat:repeat;
	background-color:#E7E0CE;
}

#wrapper {
	width:100%;
	height:100%;
}

#content {
	width:800px;
	margin:auto;
	font-family:'Arial', Helvetica, sans-serif;
	padding-bottom:100px;
	background-color:#E7E0CE;
}

#content h1 {
	padding:25px;
	text-align:center;
	font-weight:600;
}

#content h2 {
	padding:50px;
	text-align:center;
	font-weight:200;
}

#mainLogo {
	width:600px;
	margin:auto;
}

#nav {
	font-weight:600;
}
#nav ul {
	list-style: none;
	overflow: hidden;
	position: relative;
}

#nav ul li {
	text-align:center;
	float: left;
	display: block; 
	width: 200px; 
	height: 30px;
}
#nav ul li img {
	height:20px;
	width:20px;
	padding-right:10px;
}