@charset "utf-8";

/*

Project:		Guildmaster eBlast Jump Page
Version:		1.0
Status:			draft, alpha, beta, [final]
Last change:	7/28/10 [switch to two columns to stay "above the fold", sp]
Authors:		Stephen Parke (sp)

*/

@import "reset.css";
body {
	font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, serif;
	background: #A6A08A url(i/bg.jpg) no-repeat fixed center 0;
}

#wrapper {
	margin: 0 auto;
	background: #E6E5DB;
	padding-top: 30px;
	padding-bottom: 120px;
	overflow: auto;
	width: 910px;
}

#guildmaster {
	width: 420px;
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 42px;
}

#shabbychic {
	width: 420px;
	float: left;
	margin-top: -8px;
}

#guildmaster h2 {
	width: 420px;
	height: 90px;
	background-image: url(i/h2-guildmaster.gif);
	text-indent: -999em;
	margin-bottom: 25px;
}


#shabbychic h2 {
	width: 420px;
	height: 140px;
	margin: 0 auto 25px;
	background-image: url(i/h2-shabbychic.gif);
	text-indent: -999em;
}

h3 {
	font-size: 14px;
	width: 420px;
	text-align: center;
}

h4 {
	width: 420px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #71130B;
	margin-top: 8px;
}

p {
	margin: 0 auto 25px;
	font-size: 14px;
	line-height: 19px;
}

#shabbychic p {
	margin-top: 92px;
}

ul {
	height: 30px;
	width: 350px;
	margin-left: 260px;
	margin-top: 132px;
	float: left;
	margin-bottom: 20px;
}

li {
	display: inline;
}

.buttons {
	padding: 8px;
	background-image: url(i/bg-buttons.gif);
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	margin-right: 8px;
}