body {
	margin: 0;
	padding: 0;
	background: #2b2a25;
	font: 11px/15px Tahoma, 'Trebuchet MS', sans-serif;
	color: white;
	text-align: center;
}

a {
	text-decoration: none;
	color: #696861;
}

a:hover{
	text-decoration: underline;
}

#wrap {
	width: 730px;
	margin: 0 auto 0 auto;
}




body#card_template {
	background: #2b2a25;
}

#card_container {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 511px;
	height: 305px;
	padding: 16px 20px 20px 16px;
	text-align: left;
	background:  url('../img/card_container_bg.png') no-repeat;
	margin: -171px 0 0 -273px;
}

* html #card_container {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/card_container_bg.png', sizingMethod='crop'); 
}

#card_container_inner {
	float: left;
	height: 305px;
	width: 511px;
	background: #373630;
	color: white;
}

#card_container_left {
	float: left;
	width: 321px;
	height: 305px;
	position: relative;
}

#card_container_left h2 {
	font-size: 30px;
	margin: 0;
	padding: 0 20px 0 20px;
	line-height: 35px;
	margin-top: 90px;
}

#card_container_right {
	float: left;
	width: 150px;
	height: 255px;
	padding: 25px 20px 25px 20px;
	display: inline;
}

#card_container_left, #logo, #card_container_left #logo_text {
	top: 20px;
	left: 20px;
	position: relative;
}

#container {
	float: left;
	width: 730px;
	padding: 30px 0 30px 0;
	position: relative;
	text-align: left; 
}

#header {
	float: left;
	width: 730px;
	margin: 0 -3px 0 0;
	padding-bottom: 20px;
}

#navmenu {
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
	list-style-type: none;
	width: 285px;
}

#navmenu li {
	float: left;
	padding-bottom: 3px;
}

#navmenu li a {
	display: block;
	color: white;
	font-size: 10px;
	float: left;
	background: url('../img/navmenu_bg.gif') no-repeat 2px 7px;
	text-transform: uppercase;
	padding: 2px 0 2px 16px;
	width: 124px;
	text-decoration: none;
}

#navmenu li a:hover {
	text-decoration: none;
	background-color: #11100e;
}

#logo, #logo_text {
	float: right; 
	text-align: center;
	display: block;
	margin: 0 10px 0 10px;
}

#logo_text {
	margin: 20px 10px 0 10px;
	padding: 0;
}

#logo_text a {
	color: white;
	text-decoration: none;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	font-family: Tahoma, 'Trebuchet MS', sans-serif;
}

#logo {
	border: none;
	behavior: url("css/pngbehavior.htc");
}


#content_ava, #content {
	float: left;
	width: 730px;
	margin: 0 -3px 0 0;
}

#content_inner {
	float: left;
	padding: 20px 40px 20px 40px;
	width: 650px;
	margin-right: -3px;
	min-height: 30px;
	background: url('../img/content_middle.gif') repeat-y;
}

* html #content_inner {
	height: 30px;
}

#content_inner h1 {
	margin: 0;
	padding: 20px 0 15px 0;
	font-size: 20px;
	line-height: 20px;
	color: #696861;
	font-weight: normal;
	text-transform: uppercase;
}

#content_inner p {
	margin: 0;
	padding: 0 0 10px 0;
}

#content_ava img {
	display: block;
	margin-right: -3px;
}

#footer {
	text-align: left;
	float: left;
	width: 710px;
	margin: 0 -3px 0 0;
	padding: 15px 10px 0 10px;
	color: #696861;
	font-size: 10px;
	text-transform: uppercase;
}

#footer a {
	text-decoration: underline;
}