

#footer_right {
    font-size: 14;
	font-family: Garamond;
	font-weight: normal;
	color: #ffffff;
    margin-top: 5px;
	margin-right: 30px;
}

.footlink {
    font-size: 14;
	font-family: Garamond;
	font-weight: normal;
	color: #ffffff;
    text-decoration: none:
}

#footer_left {
    font-size: 14;
	font-family: Garamond;
	font-weight: normal;
	color: #ffffff;
    margin-top: 5px;
	margin-left: 30px;
}

.link{
	font-size: 18px;
	font-family: Garamond;
	font-weight: normal;
	color: #621122;
    text-decoration:underline;
}

a.menu:link {
	font-size: 20px;
	font-family: Garamond;
	color: #621122;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	font-size: 20px;
	font-family: Garamond;
	color: #621122;
	font-weight:bold;
	text-decoration: none;
}
a.menu:hover {
	font-size: 20px;
	font-family: Garamond;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
a.menu:active {
	font-size: 20px;
	font-family: Garamond;
	color: #621122;
	font-weight: bold;
	text-decoration: none;
}


.float_right {
   float:right;
}

.float_left {
   float:left;
}
 
#section_title {
    margin-top: 100px;
	margin-left: 270px;
    margin-right: 0px;
 }

 
#title {
   font-size: 18px;
	font-family: Garamond;
	font-weight: normal;
	color: #484346;
     margin-top: 20px;
	margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
 }
 
#section_main {
   font-size: 18px;
	font-family: Garamond;
	font-weight: normal;
	color: #484346;
     margin-top: 20px;
	margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
 }

body { 
     background-color: #621122;
     background-image:url('graphics/wine_glass.jpg');
     background-repeat:no-repeat;
     background-position:left;
     margin-top:0px;
	margin-left:0px;
    padding:0px;
}
