html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: 10px/11px arial, helvetica, sans-serif;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal 11px "Arial", Arial Narrow;
	color:#fff;
	background: #000000 repeat-x url(../img/vpbg.jpg);
	scrollbar-face-color: #000;
scrollbar-shadow-color: #000;
scrollbar-highlight-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-darkshadow-color: #000;
scrollbar-track-color: #000;
scrollbar-arrow-color: #FFFFFF;
}

/*Layout ID's --------------------------------------------------------*/

#main_container {
position: relative;
width: 790px;
margin:auto;
padding:auto;
text-align:center;
background-image: url(../img/vpmainbg.gif);
background-repeat:repeat-y;
background-color:#000000;
}


#two_col_container{
float: left;
position:relative;
background-color:#000000;
left: 25px;
}
#col_one {
width: 157px;
float:left;
position:relative;
}
#col_two {
width: 580px;
float:left;
position:relative;
}

#col_two p {
color:#FFFFFF;
text-align:left;
margin: 10px 10px 10px 15px;
font: 11px Century Gothic,Arial, Helvetica, sans-serif;
line-height: 18px;

}
#col_two a {
color:#FFFFFF;
text-align:left;
font: 11px Century Gothic, Arial, Helvetica, sans-serif;
text-decoration:none;
}


#col_two h1 {
color:#FFFFFF;
text-align:left;
margin: 10px 10px 10px 10px;
font: bold 12px Century Gothic,Arial, Helvetica, sans-serif;
}

/* Link Styles --------------------------------------------------------*/

a:link { color: #666;
text-decoration:none; }
a:visited {color: #666;text-decoration:none; } 
a:hover { color: #666;text-decoration:none;} 
a:active {color: #666; text-decoration:none;}

/* Scroll Div Styles --------------------------------------------------------*/
#fr {
	height: 310px;	
}
/*Galley Image Styles --------------------------------------------------------*/
.brd {
border: 1px solid #666;
padding: 2px 2px 2px 2px;
float:left;
}

h2 {
margin: 10px 10px 10px 10px;
font: bold 12px Century Gothic,Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: left;
}

#home_news {
float:left;
text-align:left;
}

/* Viper Cocktails------------------------------------ */

.cocktail_header{
	float:left;
	width:500px;
	text-align:left;
}

ul.cocktails{
	float:left;
	width:500px;
	padding: 10px 0px 10px 15px;
}

ul.cocktail_list{
float:left;
width:150px;
list-style:none;
text-align:left;
}

ul.cocktail_list li{
list-style:none;
width:150px;
display:block;
}

/* Google Map----------------------------------------- */

#map_holder {height: 200px; width: 550px; padding: 2px; border: 1px solid #ccc; margin:0px 0px 0px 10px;}
#map { width: 99%; height: 99%;border: 1px solid #ccc; overflow:hidden; padding-left:4px;}