/*
Theme Name: The Alcohol Zone
Theme URI: http://www.thealcoholzone.com/
Description: Theme for The Alcohol Zone.

*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin:0px;
 padding:0px;
}
#wrapper { 
 margin: 0 auto;
 width: 944px;
 border:1px solid #000000;
 /*height: 1393px;*/
}

#header {
 color: #333;
 width: 944px;
 float: left;
}
#leftcolumn { 
 /*height: 1075px;*/
min-height: 605px;
height: 100%;
 width: 215px;
 float: left;
}
#content { 
 background-image:url(images/Mid_Content_BG.gif);
 float: left;
 /*height: 1075px;*/
min-height: 605px;
height: 100%;
 width: 515px;
 display: inline;
}
#rightcolumn { 
 /*height: 1075px;*/
min-height: 605px;
height: 100%;
 width: 214px;
 float: left;
}
#footer { 
 width: 944px;
 clear: both;
 background: #f15665;
 height:23px;
}