/*

- Site by Switch Creative Group



/* ! ---- Structure ---- */
/* ---------------------------------------------------- */
	
	body {
		margin: 0 0 0 0px;
		background: url(../_img/00-main/bkgd_repeat.gif) repeat;
		font-family: "Helvetica", Arial, Verdana, sans-serif;
		font-size: 14px;
		line-height: 21px;
		color: #898989;    	}
    	    #wrapper {    	width: 100%;    	}    	    #main {    	background: url(../_img/00-main/main_bkgd.gif) no-repeat;    	width: 600px;    	height: 500px;    	}    	    #copy {    	margin: 485px 0 0 31px;    	width: 480px;    	float: left;    	}    	    h2 {    	font-size: 21px;    	font-style: italic;    	margin-bottom: 5px;    	}    	    a {    	color: #898989;    	}
   			a:hover {		color: #c0833c;		}		

/* ! ---- BUTTON TEMPLATE ---- *//* ---------------------------------------------------- */		
		
		
	#click_here_btn {
		width: 217px;
		height: 23px;
		}	
		
	a.click_here_btn { 
        background: url(../_img/00-main/click_here_btn.gif) repeat 0px 0px; 
        width: 217px; 
        height: 23px; 
        display: block;
		}

	a.click_here_btn span { 
        display: none; 
		}

	a.click_here_btn:hover { 
        background: url(../_img/00-main/click_here_btn.gif) repeat 0px -23px; 
		}		
		
		
/* ! ---- MISC. ---- */
/* ---------------------------------------------------- */
			.hidden {		visibility:hidden;		}
		
	.clear {
		clear: both;
		}			.small {		font-size: 10px;		}			.orange {		color: #c0833c;		}
		
