/* CSS Document */

body { 
	background: #663300 url(images/background.jpg) repeat-y;
	}


/* --------------------------------------
			STRUCTURE
---------------------------------------*/

/* SECTIONS*/
/*top section - name, logo, menu1*/
#section1 {
	position:relative;
	top:0px;
	left:112px;
	width: 798px;
	heighth: 200px;
	background: #CC9966;
}

/* middle section- side, menu, and text information */
#section2{
	position:absolute;
	top:170px;
	left:120px;
	width: 800px;
}

/* bottom section - copyright and website information */



/* side menu */
#s2c2 {
	position:absolute;
	top:10px;
	left:20px;
	width:170px;
	z-index:1;

}

/* text block */
#s2c3 {
	position:relative;
	top:10px;
	left:330px;
	width:500px;
	z-index:o;

}

/* bottom section - copyright information */
#s3c1 {
	position:absolute;
	top:70px;
	left:120px;
	width:800px;
}
/*------------------------
		TYPOGRAPHY
--------------------------*/

/* text handlers */
.copyright {
	color: #000000;
	font: italic x-small arial, helvetica, sans-serif;
}

.menu {
	font: small  arial, helvetica, sans-serif;
	padding: 2px;
	margin: 3px;
}

.float1 {
	float: left;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 10px;

}

.float2 {
	float: right;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}

.indentation {  
	margin:  20px
}

p	{
	color: #000000;
	font: small arial, helvetica, sans-serif;
}

blockquote, ul, ol	{
	color: #000000;
	font: small  arial, helvetica, sans-serif;
}

/* headings or titles */

h1 { 
	 font: large strong arial, helvetica, sans-serif; 
	 color: #000000;
}

h2 {
	font: medium arial, helvetica, sans-serif;
	color: #000000;
}

h3 {
	font: small strong arial, helvetica, sans-serif;
	color: #000000;
}



/*------------------------
		MENU & LINKS
-------------------------*/

/* divs that contain the menus on the menu */




/* handles the side menu, on a light background */
#s2c2 a:link  {
	color: #330000;
	text-decoration: none;
}

#s2c2 a:visited  {
	color: #663300;
	text-decoration: none;	
}

#s2c2 a:hover {
	color: #666633;
	background: #FFFFCC;
	text-decoration: none;
}

#s2c2 a:active  {
	color: #000000;
	text-decoration: none;
}

/* links on all other parts of the pages */

a:link {
	color: #000000;
}

a:visited {
	color: #330000;
}

a:hover {
	color: #999933;
	background: #FFFFCC;
}

a:active  {
	color: #000000;
}


	
