* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #e3e4e4 url(img/wrapper-bg.png) repeat-x scroll center top;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
}
a {
	color: #222;
	text-decoration: underline;
}
h1, h2 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 6px;
	color: #222;
}
h1 {
	font-size: 34px;
	font-variant: small-caps;
	line-height: 1;
	letter-spacing: 1px;
}
h2 {
	font-size: 24px;
}
img {
	border: none;
}
td {
	padding: 2px;
	vertical-align: top;
}
sup {
	line-height: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.pad-18 {
	padding: 18px;
}
.pad-12 {
	padding: 12px;
}
.small {
	font-size: 12px;
}
.grey {
	color: #a0a0a0;
}
.u {
	text-decoration: underline;
}

/* */

div.field {
	margin-left: 25px;
}

	div.field img {
		margin-top: 3px;
		margin-left: -25px;
		float: left;
	}

span.button {
	font-size: 12px;
}

	span.button img {
		margin-bottom: -4px;
		margin-right: 2px;
	}

/* */

#wrapper {
	padding: 24px;
}

#container {
	width: 940px;
	margin: 0 auto;
	background-color: white;
}

#header {
	background: black url(img/header-bg.gif) repeat-x scroll left top;
	padding: 18px;
}

	#header h1 a {
		color: #eead24;
		text-decoration: none;
	}

	#header span.slogan {
		font-size: 16px;
		color: #c0c0c0;
	}

#menu {
	background: transparent url(img/menu-bg.gif) repeat-x top left;
	height: 32px;
}

#body {
	background: white url(img/sidebar-bg.gif) repeat-y 700px 0;
}

	#content {
		width: 700px;
	}

		#banner {
			background: #5c9eba url(img/banner-bg.gif) repeat-x scroll left top;
			min-height: 164px;
			color: white;
			width: 100%;
		}

			#banner img {
				float: left;
				padding: 0 12px 18px 0;
			}

			#banner a {
				color: white;
			}
		
		#data {
			padding: 18px;
		}

			#card {
				width: 600px;
			}

			#card td {
				padding: 10px;
			}


	#sidebar {
		width: 240px;
		text-align: center;
	}

#footer {
	background-color: black;
	text-align: right;
	color: #666;
	padding: 14px;
	font-size: 12px;
}