@charset "UTF-8";
/* CSS Document */

/*
-----------------------------------------------
OfficeMax A DAY MADE BETTER
author:  www.u4eadesign.com
version:  1.1 - SEPTEMBER 2008
firefox 100% solution found here - http://cssbeauty.com/skillshare/discussion/297/100-div-height-problem-in-firefox/
----------------------------------------------- */
html {
	height: 100%;
	overflow: auto;
}

/* Set margin and padding to 0 for all elements */
* {
/*
margin: 0; 
padding: 0;
*/
}

body{
	margin: 0;
  	padding: 0;
  	font: 11px/170% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    background: #231F20 url(../images/vine_right.gif) top right no-repeat;
	color: #999;
	height: 100%;
}

table{
	font-size: 11px;
	border: solid 1px #333;
	}

h1 {
	font-size: 14px;
	font-weight: normal;
	color:#ccc;
}

h2 {
	
}

h3 {
	
}
h4 {
	
}

img {
	border: 0;
}
.white {
color: #fff;
}

td {
border-bottom: solid 1px #333;
}



/********************************************/
/* formatting			*/
/********************************************/


/********************************************/
/* HTML LAYOUT			*/
/********************************************/

#content {
	width: 322px;
	margin: 0 auto;
	margin-top: 50px;
	}
#container {
	width: 922px;
	border:none;
	}

#logo {
	width: 322px;
	float: left;
	/*background: url(../images/vine_left.gif) top left no-repeat;*/
	min-height: 840px;
	/*height: 100%;*/
	}

#subcontent {
	float: right;
	width: 600px;
	margin-top: 120px;
	}



a:link {color: #ffcc00; text-decoration: none; }
a:visited {color: #ffcc00; text-decoration: none; }
a:hover {color: #fff; }
a:active {color: #fff; }