/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2008 by color:gray. All Rights Reserved.    		      */
/*                                                                            */
/* CSS        : styles.css                                                    */
/*                                                                            */
/* Description: Main Cascading Style Sheet for site                           */
/*                                                                            */
/*----------------------------------------------------------------------------*/

html {
    height:100%;
}
body {
    background-color:#1C1C20;
    margin:0px;
    padding:0px;
    height:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
    font-size:70%;
}
div {
    height:100%;
}
img {
    border:none;
}
a {
    font-weight: bold;
    font-size:1.2em;
}
a:link {
    text-decoration: none;
    color:#CCCCCC;
}
a:visited {
    text-decoration: none;
    color: #CCCCCC;
}
a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
a:active {
    text-decoration: none;
    color: #CCCCCC;
}
#wrapper {
    position:absolute;
    top:0px;
    left:50%;
    width:728px;
    margin-left:-364px;
}
#stripleft {
    position:absolute;
    top:45px;
    left:0px;
    width:24px;
    height:543px;
}
#door {
    position:absolute;
    top:20px;
    left:64px;
    width:600px;
    text-align:center;
}
#stripright {
    position:absolute;
    top:45px;
    left:704px;
    width:24px;
    height:543px;
}
.title {
    font-size:1.4em;
    font-weight:bold;
    /*	color:#666666; */
}
.copy {
    font-size:0.7em;
    font-weight:bold;
    color:#999999;
}
.blurb {
    font-size:1.2em;
    font-weight:bold;
    color:#666666;
}
.tiny {
    font-weight:bold;
    font-size:0.9em;
    text-align:left;
}

/*					        */
/*	Moddified:				*/
/*	6.29.10					*/
/*						*/
/*	By:					*/
/*	Tony Sprayberry			        */
/*						*/


.grayWash {
    color: #1c1c20 !important;
}
#beerLogo {
    width: 400px;
    height: 460px;
    margin: 10px auto;
}
#enterSGM {
    width: 400px;
    margin: 5px auto;
    text-align: center;
}
#copyRight {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}