/*

UGoGlobal.com

COLORS:
  Light Background: FEFCEB
  Dark Background: 1F491E
  Brown Text: 614F2D
  Light Green Text: D1FB91
    (on top of dark green background)
  Slightly darker light green: ABDC77

*/

/* OVERALL STUFF */

* {
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#D9D2AC;
}

body {
    font-size:70%;
    text-align:center;
    background:#CAC2B5 url(../images/stone_bg.jpg) top repeat-x;
}

/* EVERYDAY THINGS */

h1, h2, h3, h4, h5, h6, h3 * {
    font-weight:normal;
    font-family: Arial, sans-serif;
    color:#DBCC40;
    background-color:transparent;
    margin-bottom:2px;
}

h1 {font-size:2.5em;}
h2 {font-size:1.8em;}
h3 {font-size:1.5em;}
h4 {font-size:1.25em;}
h5, select, p, li {font-size:1.1em; line-height:1.5em}
p {margin-bottom:1.5em;}
input, textarea {font-size:1.0em}
li {list-style: none;}

a:link, a:visited {
    color:#D9D2AC;
    text-decoration:none;
    background:transparent url(../images/dotted.gif)  bottom left repeat-x;
}

a:hover, a:active {
    text-decoration:none;
    color:#DBCC40;
    background:transparent url(../images/dotted.gif)  bottom left repeat-x;
}

/* LAYOUT */

#wrapper {
    margin:25px auto 20px auto;
    width:930px;
    text-align:left;
    background:#48422D url(../images/dark_stone_bg.jpg);
    
}

#logo, #logo a {
    width:930px;
    display:block;
}

#footer {
    width:910px;
    height:108px;
    display:block;
    background:#48422D url(../images/main_footer.jpg) top left no-repeat;
    margin:30px 0 10px 0;
}

#content {
    margin:0 10px 0 10px;
}

* html #content {margin:0 0 0 5px;}

.flash_box {
    font-size:0.9em;
    margin-top:200px;
}

/* LITTLE THINGS */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

.alt {
	display: none;
	height:1%;
}

