@charset "utf-8";
/* CSS Document */

*
{}

html 
{overflow: -moz-scrollbars-vertical;}

body
{
background-image:url(../images/homepage/home_bg.jpg);
background-position:center top;
background-repeat:repeat-x;
background-color:#fff;}

#wrapper
{
width:900px;
margin:0 auto;}

	#wrapper_top
	{
	width:900px;}

		#wrapper_nav
		{width:900px;
		height:56px;
		background-image:url(../images/nav/nav_tab2.png);
		background-repeat:no-repeat;}
		
		#container
		{text-align:center;
		height:700px;}
	
	
	#wrapper_content
	{width:900px;
	margin:0 auto;
	padding:10px;
	overflow:auto;}
	
		#left_column
		{width:390px;
		padding:20px;
		border-right:5px solid #ccc;
		float:left;
		min-height:600px;}
		
		#right_column
		{padding-left:30px;
		width:390px;
		float:left;}
			
		#right_column p
		{color:#666666;}
		#right_column a
		{color:#a62343;}
			
			#blog_home
			{padding:20px;
			border-bottom:5px solid #ccc;}
			
			#links_home
			{padding:20px;}
			
			
	
	#wrapper_foot
	{width:900px;
	clear:both;
	padding:20px 0 20px 0;}
	
	.left
	{width:100px;
	float:left;
	height:110px;}
	
	.right
	{width:250px;
	float:left;
	height:110px;}
	
	.cocktail_of_week
{width:400px;padding-left:20px;}


