/* CSS Document */
*{margin:0;padding:0}
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000000;
}
a {
	color: #E12E41;
}
a:hover {
	color:#cccccc;
}
h1 {
	font-size:13px;
	margin-bottom:1em;
}
p {
	margin-bottom:1em;
}
.index {
	display:block;
	margin-left:.5em;
}
#container {
	width:750px;
	margin:0 auto 0 auto;
	padding-top:1em;
	text-align:left;
	border:1px solid #cccccc;
}
#leftcol {
	float:left;
	width:160px;
}
#rightcol {
	float:left;
	width:570px;
	background:#fff url(../images/single_barrel.jpg) no-repeat top right;
}
ul#nav {
	list-style-type:none;
	list-style-position:outside;
	margin:1em 0 0 1em;
	padding-bottom:13em;
	background:#fff url(../images/label.jpg) no-repeat bottom left;
}
ul#nav li a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
}
ul#nav li a:hover {
	color:#666666;
}
#content {
	width:415px;
	margin-top:5em;
	padding:1em 0 2em 1em;
	border-left:1px solid #E12E41;
}
#footer {
	clear:both;
	width:750px;
	height:141px;
	background:transparent url(../images/roses_line.gif) no-repeat bottom left;
}
#mat {
	width:375px;
	border:1px solid #E12E41;
	background-color:#E5E2D1;
	padding:1em;
	margin:0em 0 1em .5em;
}
#content ul {
	list-style-postion:inside;
	margin:0 0 1em 1.5em;
}
#content ul li {
	margin-bottom:.5em;
}

/*Form Styles*/
form {
	margin-top:3em;
}
fieldset {
	border: 0;
	border-top:1px solid #E5E2D1;
	margin-bottom:1em;
	padding-top:1em;
	font-size:11px;
}
fieldset label {
	display: block;
	font-weight:bold;
	color:#333333;
	margin-bottom:.2em;
}
fieldset input {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 2px 0 2px;
	margin-bottom: .5em;
	border: 1px solid #CDC7A8;
	height: 15px;
	
}
#middle_init, #month, #day {
	width:40px;
}
#year {
	width:60px;
}
fieldset input.submit {
	font-size:12px;
	float: left;
	margin-right: 5px;
	padding: 4px 5px 6px 4px;
	background-color: #ffffff;
	cursor: pointer;
	height: 25px;
}
fieldset input.submit:hover {
	background-color: #E5E2D1;
}
fieldset input.hidden {
	display: none;
}
div.inline {
	width:415px;
	float:left;
}
div.inline div {
	float:left;
	margin-right:1em;
}