* {
margin: 0;
padding: 0;
border: 0;
font-family: Georgia, Times New Roman, Times;
}

body {
	background: #280C1A url("images/bg.jpg");
	text-align: center;
}

body#xlarge {
margin: 0; 
padding: 45px 0 0 0; 
background-image: url(images/xlarge.jpg); 
background-color: #08020C;
}

#content_wrapper {
	background: url("images/content_bg.jpg") no-repeat;
	height: 1192px;
	width: 1010px;
	margin: 0 auto;
	text-align: left;
}

#content_wrapper_present {
	background: url("images/present_bg.jpg") no-repeat;
	height: 1192px;
	width: 1010px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding-top:160px;
	text-align:center;
}

#navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}

#navigation li {
	padding:0;
	margin:0;
	background: url(images/bullet.jpg) no-repeat left center;
	display:inline;
}

#navigation a {
	font-size: 14px;
	color: #823188;
	font-weight:bold;
	margin-left:11px;
	margin-right:10px;
	text-decoration:none;
}

#navigation a:hover {
	color:purple;
}

#content {
	width: 345px;
	height: 425px;
	margin-left: 210px;
	margin-top:25px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times;
	font-size: 12px;
	color: #7f6522;
	}
	

#content p {
	color: #7f6522;
	margin-bottom:15px;
}

#content h1 {
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 10px;
	color: #7f6522;
}

#content h2 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 10px;
	color: #7f6522;
}

#content a, #content a:visited, #present a, #present a:visited {
	color: #7f6522;
	text-decoration:underline;
}

#content .note {
	font-size: 10px;
	font-style: italic;
}

#present {
	height: 425px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: Georgia, Times New Roman, Times;
	font-size: 12px;
	color: #7f6522;
	text-align:center;
}

#present h1 {
	font-size: 14px;
	text-decoration: bold;
	color: #7f6522;
}

#present .sizes {
	margin-bottom:10px;
}

#footer {
	width: 665;
	margin-left: 210;
	text-align: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times;
	font-size: 11px;
	color: #823188;
}

#footer h1 {
	margin-top: 10;
	font-size: 12px;
	text-decoration: bold;
	color: #7f6522;
}

#footer a {
	color: #823188;
}
#footer a:hover {
	color: purple;
}

img.floater {
	margin-left: 35px;
}