* {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

a:link    {text-decoration: none; color: green;}
a:hover   {text-decoration: underline;}
a:visited {text-decoration: none; color: green;}
a:active  {text-decoration: none; font-weight: bold; color: green;}

a > img {
	border: none;
}

li {margin-top: 10px;}

img.absmiddle {
	vertical-align: middle;
}

body {
	margin: 0px;
}

div#page {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/gen_background.png");
	background-repeat: repeat-y;
	background-position: top center;
}

	div#content {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
																										   
		div#content > div {
			margin-left: 80px;
			margin-right: 40px;	
		}

		div.p {
			padding-bottom: 1em;
		}
		
div.menu {
	margin-left: 87px;
	height: 141px;
	width: 671px;
}

div#menu_main {
	background-image: url("../images/wines_header.png");
	background-position: top center;
	background-repeat: no-repeat;
}

div#menu_header {
	margin-left: 50px;
	padding-top: 20px;
	color: white;
	font-size: 40px;
	font-weight: bold;
}

div#footer {
	width: 800px;
	background-image: url("../images/footer_background.png");
	background-repeat: no-repeat;
	min-height: 62px;
}

div#footer > div {
	font-size: 0.7em;
	text-align: center;
	margin-left: 50px;
}

a.start_button:hover {
	text-decoration: none;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
	
a.start_button {
	text-decoration: none;
	color: gray;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	position: absolute;
}	

.start_sub_headers {
	color: black;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	display: block;
}	

.start_sub_content {
        margin: 0px 5px 0px 5px;
        display: block;
}

a#about_button {
	position: relative;
	float: left;
	text-align: left;
	height: 202px;
	width: 270px;
	background-image: url("../images/about_button.png");
	background-repeat: no-repeat;
	background-position: left;
}

a#forms_button {
	position: relative;
	float: right;
	height: 202px;
	width: 270px;
	background-image: url("../images/forms_button.png");
	background-repeat: no-repeat;
	background-position: right;
}

div#links_link {
   position: relative;
   top: 0.5em;
   left: 700px;
   font-size: small;
   width: 30px;
   
}

