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

/*Set Default for all elements*/
* { margin: 0; padding: 0 }
a img { border: none; }

/*Global Formatting*/
body {
background-image:url(../images/bg.jpg);
background-color: #e0e0e0;
background-repeat:repeat-y;
font-size: 14px;
font-family: Arial;
color: #000000;
}

/*Hold all the other divs*/

#container {
margin-left:45px;
width: 100%;
height: 100%;
}


/*Header Quote*/
#header2 {
background-image:url(../images/mineslogo.jpg);
background-position:center;
background-repeat:no-repeat;
width:660px;
height:150px;
margin-top:35px;
margin-left:20px;
position:absolute;
}

/*Header Logo*/
#logo{
background-image:url(../images/baltlogo.jpg);
background-position:center;
background-repeat:no-repeat;
width:319px;
height:310px;
margin-top:15px;
margin-left:750px;
position:absolute;
}

/*menu*/
#menu {
	margin-left:15px;
	margin-top:200px;
	background-color:#000000;
	text-align:left;
	width:1128px;
	height:30px;
	position:absolute;
	left: 1px;
}

#menuc {
margin-left:35px;
margin-top:7px;
}

#menu li.men {
display:inline;
}

/*menu buttons*/
ul
{
width:100%;
margin: 1px 15px 1px 1px;
}


a
{
width:6em;
margin: 0px 0px 0px 0px;
text-decoration:none;
color:black;
background-color:#ffffff;
padding:0.2em 0.6em;
border-left:6px #666666;
}
a:hover {background-color:#999999}

#directo li.dire{
margin-top:7px;
margin-bottom:7px;
}

#directo a.dire{
background-color:#000000;
color:#f50000;
}
/*END OF MENU!!!*/


/*Main Content*/
#maincontainer{
background-color:#ffffff;
width:1000px;
height:auto;
margin-top:230px;
margin-left:20px;
position:absolute;
}

/*Beers Container, holds side selection bar and main info page*/
#beers	{position: absolute; top: 150px; left: 0px;}

/*Text Container, for main body text*/
#text	
{position: absolute; top: 0px; left: 0px;
height:auto;
width:650px;
font-size:18px;
}

#direct
{position: absolute; top: 120px; left: 500px;}

/*TWITTER container*/       
#twitter {position: absolute; top: 120px; left: 768px;}