	
	/* CSS Document */
	
	/* ----------------------------------------------------
	screen
	---------------------------------------------------- */
	
	@import url("home.css");
	@import url("content.css");
	@import url("buttons.css");
	@import url("elements.css");
	@import url("forms.css");
	@import url("headers.css");
	@import url("menu.css");
	@import url("tables.css");
	
	/* ----------------------------------------------------
	general
	---------------------------------------------------- */
	
	html 
		{ 
		margin: 0 auto; 
		padding: 0; 
		color: #FFF; 
		background-color: #352516;
		}

	body 
		{ 
		margin: 0 auto; 
		padding: 0;
		font-size: .8em;
		font-family: Verdana, Arial, sans-serif;
		text-align: left;
		line-height: 18px;
		color: #FFDE75;
		}
		
	/* ----------------------------------------------------
	general site layout
	---------------------------------------------------- */
	
	div#container
			{
			margin: 0 auto; 
			padding: 0;
			width: 800px;
			background-image: url(../img/background.jpg);
			background-repeat: repeat-y;
			overflow: auto;
			}
		
	div#col
			{
			float: left;
			width: 210px;
			}
			
	div#content
			{
			float: right;
			width: 530px;
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
			overflow: hidden;
			}
			
	div#footer
			{
			position: relative; bottom: 0px;
			padding-left: 120px;			
			}
			
	ul
			{
			float: left;
			width: 200px;
			margin-left: -20px;
			}
			
	li
			{
			list-style-type: none;
			border-bottom: 1px solid #FFDE75;
			padding: .2em 0 .2em 20px;
			}
			
	div#address
			{
			float: left;
			width: 200px;
			position: relative; left: 20px; top: 10px;
			}
			
	div#logo
			{
			float: left;
			padding-top: 20px;
			padding-left: 20px;	
			}
	
	.logo
		{
		border: 0;
		cursor: pointer;
		}

	div#nav
			{
			float: left;
			}
			
	div#nav a:link
            {
            color: #FFDE75;
            background-color: transparent;
            text-decoration: none;
                                    }
           
    div#nav a:visited
            {
            color: #FFDE75;
            background-color: transparent;
            text-decoration: none;
            }
           
    div#nav a:hover
            {
            color: #b0a190;
            background-color: transparent;
            text-decoration: none;
            }		
			
			
	a:link
            {
            color: #FFDE75;
            background-color: transparent;
            text-decoration: none;
                                    }
           
    a:visited
            {
            color: #FFDE75;
            background-color: transparent;
            text-decoration: none;
            }
           
    a:hover
            {
            color: #b0a190;
            background-color: transparent;
            text-decoration: none;
            }					