body
{
	margin:0px;
}

#scrollable1 {
	float: left;
	width: 318px;
	height: 200px;
	overflow: hidden;
}

/* vertical track */
#track1 {
	float: left;
	width: 1px;
	height: 117px;
	margin-left: 30px;
	background-color: #9A9898;
	position:relative;
}

/* vertical track handle */
#handle1 {	
	float: left;
	width: 9px;
	height: 20px;
	background-image:url('images/scrollbar.gif');
	background-repeat:no-repeat;
	background-position:center center;
	cursor: move;
	position:relative;
	left:-5px;

}

.home
{
	background-image:url('images/homepage.jpg');
	background-repeat:no-repeat;
	text-align:left;
}

.the_why
{
	background-image:url('images/wineglass.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	text-align:left;
}

.the_how
{
	background-image:url('images/bottles.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	text-align:left;
}

#grey_border
{
	border: 1px #D8E1DF solid;
	width:800px;
	height:509px;
}

.gallery_frame
{
	background-image:url('images/gallery_frame.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}

.image_border
{
	border: 3px solid #B8BABE;
}

.contact
{
	background-image:url('images/contact_bg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}

.email_link
{
	font-size:12px;
	font-family:arial;
	color:#4d4a4a;
}

a.email_link:hover
{
	font-size:12px;
	font-family:arial;
	color:#2b2a2a;
}

.navlink
{
	font-family:arial;
	color:#ABA9A9;
	font-size:13px;
	line-height:17px;
	text-decoration:none;
}
.navlink_on
{
	color:#5E5B5B;
}

.go_back
{
	font-family:arial;
	color:#706D6D;
	font-size:11px;
	text-decoration:none;
}

a.go_back:hover
{
	color:#5E5B5B;
}


.smallnavlink
{
	font-size:12px;
	font-family:arial;
	color:#ABA9A9;
	text-decoration:none;
}

a.smallnavlink:hover
{
	color:#5E5B5B;
}

a.navlink:hover
{
	color:#5E5B5B;
}

.intro
{
	font-size:15px;
	font-family:arial;
	color:#706D6D;
}

.bodycopy
{
	font-size:12px;
	font-family:arial;
	color:#706D6D;
}

.enter
{
	font-family:arial;
	color:#8E8A8A;
	font-size:12px;
	position:relative;
	top:342px;
	left:727px;
	text-decoration:none;
	letter-spacing:1px;
}

.page_num
{
	font-family:arial;
	color:#ABA9A9;
	font-size:11px;
	text-decoration:none;
}

.page_num_on
{
	color:#706D6D;
}

a.page_num:hover
{
	color:#5E5B5B;
}

a.enter:hover
{
	color:#706666;
	
}

.main
{
	width:100%;
	height:100%;
}

a.linkopacity img {
filter:alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity: 0.7;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}