/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}

/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 138px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 470px;
	padding: 10px;
	border: 1px solid #7C97AE;
}
/*---end of main content wrapper structure---*/	
/*
The code below is for the formatting of general content text
*/
.menuhead {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	color: #13567D;
	font-style: italic;
	letter-spacing: 1px;
}
.main16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #13567D;
}
.main14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #13567D;
}
.main14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #13567D;
}
.main12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #13567D;
}
.main12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
}
.italic12 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #13567D;
}
.red12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.main11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
.rusttext14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	letter-spacing: 0px;
}
.rusttext18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC3300;
	font-weight: bold;
	letter-spacing: 0px;
}
.indentNoLink {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: none;
	margin-left: 15px;
}
/*---end of main content formatting text---*/

/*
The code below is for the placement of the welcome image
*/ 
#welcomeimage {
	width: 91px;
	height: 129px;
	float: right;
	background-image: url(../images/wine.gif);
	border-color: #7C97AE;
	border-style: solid;
	border-width: 0px;
	border-color: #7C97AE;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
/*---End of welcome image---*/
/*
The code below is for the structure and formatting of the signup box and form
*/
#loginbox {
	margin-top: 0px;
	
	width: 200px;
	border: 1px solid #13567D;
	}
.headingtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 200px;
	padding: 2px 2px 3px 2px;
	background-color: #7C97AE;
	border-bottom: 1px solid #13567D;
}
.heading3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 200px;
	padding: 2px 2px 3px 2px;
	background-color: #7C97AE;
}
form {
display: inline;
}
input.text {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 100px;
}
input.text2 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 150px;
}
input.text4 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 220px;
	margin-right: 39px;
}
input.btn{
	margin: 6px;
	color: #0E405D;
	font-weight: normal;
	}
select.text3 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 120px;
}
.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
#headingbottom {
	width: 200px;
	border-top: 1px solid #13567D;
	background-color: #7C97AE;
}
/*---end of member signup box and form---*/
/*
The code below is for the formatting of the body links
*/ 
a.body:link, a.body:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.body:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
/*---end of body links---*/

/*
The code below is for the formatting of the indented links in the main content area on the home page
*/ 
a.indent:link, a.indent:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
	margin-left: 15px;
}
a.indent:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
/*---end of indented links---*/

/*---End of main content structure and wrapper---*/

/*
The code below is for the structure and placement of the right side content
*/
#rightwrap {
	position: absolute;
	left: 617px;
	top: 154px;
	margin-top: 10px;
	width: 132px;
	border: 0px solid #13567D;
}

a.DinerJoin:link, a.DinerJoin:visited {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.DinerJoin:hover {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#CC3300;
	text-decoration: none;
}
/*---End of placement of the right side content---*/

/*---end of Style Sheet---*/
