/*****************************************************/
/*                  BASIC BODY STUFF                 */
/*****************************************************/

body { 
	background: url(../images/bg.jpg) repeat;
	margin: 20px 0px; 
	padding: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-style: normal;		
	}

/*****************************************************/
/*                 TEXT STUFF                        */
/*****************************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #c41c2b; 
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;	
	} 

h3 {
	font-size: 24px;	
	}
	
	
/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #c21e2d;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #c21e2d;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #87580c; 
	}
	

/*****************************************************/
/*              LAYOUT DIVS                          */
/*****************************************************/

#container {
	position: relative;
	width: 948px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	border: 0px;
	background-color: #fff;
	border: 6px solid #593f1c;
	}
	

	border: #dee4ef 2px solid;
	background-color:#ecf0f6;
}
