@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
html, body {
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #cba8a8;
}

img { border: 0; }
#wrapper {
	min-height: 100%;
	margin: 0 auto;
	width: 800px;
	background-image:url(images/template_15.png);
}
#header {
	width: 100%;
}
.header_img {
	background-image: url(images/template_02.png);
	background-repeat: no-repeat;
	height: 178px;
	width: auto;
}
.header_ul {
	display: inline;
	list-style-type: none;
}

.header_ul li {
	float: left;
	display: block;
}
#content {
	height: 100%;
	width: 800px;
	background-image:url(images/template_15.png);
}

#content .spacer {
	height: 55px;
}

#footer {
	width: inherit;
	position: absolute;
	bottom: 0;
	height: 70px;
	text-align:center;
}

#page {
	height: 100%;
	margin: auto;
	width: 750px;
}

#page h1 {
	font-weight:100;
	font-size: 30px;
}


/* Index Formatting */

#index {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#index .text {
	width: 400px;
	float: left;
}

#index .text h1 {
	font-weight: 100;
	font-size: 36px;
	margin-bottom: 10px;
}

#index .right {
	width: 325px;
	float: right;
}

#index .right fieldset {
	border: 1px solid #CDCD98;
}

#index .right legend {
	padding: 0px 10px 0 10px;
	font-size: 18px
}

#index .right label{
	width: 270px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 6px;
	display: block;
}

#index .right .remember_me {
	width: 140px;
}

.submit_btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0D0D0C;
	background-color: #E5E5C9;
	width: 100px;
	border: 1px solid #CDCD98;
}

.feature_li {
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: circle;
}

/* End Index Formatting */

/* Account Formatting */

#index .right .statistic_title {
	width: 120px;
	text-align:right;
	margin-right: 10px;
	float: left;
}

#index .right .statistic_value {
	width: 75px;
	float: left;
	font-weight: bold;
}

/* End Account Formatting */

/* Guest List Formatting */

#card {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#card .information {
	width: 400px;
	float: left;
	padding-left: 10px;
}

#card .information .single_line {
	width: 100%;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#card .options {
	width: 300px;
	float: right;
	padding-right: 10px;
}

#card .options label {
	width: 200px;
	float: left;
	text-align: right;
	margin-bottom: 3px;
}

#card .options input {
	margin-left: 10px;
}
