#welcome
{
	/*background-color:#CCCCCC;*/
	width:648px;
	min-height:400px;
	float:left;
	border:#FF9900 dashed 1px;
	background-image:url(../images/cocktailglass2.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}

#welcomeleft
{
	float:left;
	position:relative;
	width:47%;
	margin:10px;
}



#welcomeright
{
	float:left;
	position:relative;
	width:47%;
	margin:10px;
}

#welcome, #topcocktails, #featured, #randoming
{
	padding:5px;
	margin:10px;
}
#topcocktails
{
	background-color:#F3F3F3;
	width:180px;
	min-height:400px;
	float:left;
	
	border:#999999 solid 1px;
}


#featured
{
	background-color:#FFFFFF;
	width:500px;
	min-height:200px;
	float:left;
	border:#FF6600 dashed 1px;
}


#randoming
{
	background-color:#F3F3F3;
	width:240px;
	min-height:200px;
	float:left;
	border:#FF9900 dashed 1px;
	
}
