/*********************/
/* Vortex Brewer CSS */
/*********************/
/**************************************************** SITE STYLING ****************************************************/
html, body { height:100%; margin:0; padding:0; }
html { background:url('/images/header_tile.jpg') repeat-x; }
body { color:#5A4E37; font:normal 13px Calibri,Arial; }
a { color:#085d79; font-size:15px; text-decoration:none; }
a:hover { text-decoration:underline; }
h1 { color:#C35817; text-align:center; }
h2 { text-align:center; }
img { border:none; }
p { line-height:20px; }

#container { margin:25px auto; width:806px; }
#wrapper { background:white; border:2px solid gray; float:left; padding:10px; width:100%; }
#header { float:left; width:100%; }
#content { float:left; width:100%; }
#footer { float:left; width:100%; }

.left { float:left; }
.right { float:right; }

.fifty { width:49%; }
.hundred { width:100%; }

/***************************************************** HOME PAGE ******************************************************/
#whirlpool { float:left; margin:-5px 10px 0 0; }
#home_buttons {  text-align:center; width:100%; }
#home_buttons img { margin:15px; }
#black-center { color:black; text-align:center; }
