/* external css file for studio 3a project*/
/*file name style1.css*/


/* CSS Document */


/*these are the divs*/

 #container
{
width: 760px;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}
#top
{
padding: .5em;
background-color: #ddd;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 70px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 110px;
border-left: 1px solid gray;
padding: 1em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
}



table, th
{
border-collapse:collapse;
border: 1px black;
}


table, td
{
font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: left;
background-color: #fff;
border: 1px black;
}





/*these are the font styles*/



h1
{
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

h2
{
 font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

h3
{
 font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

p 
{
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

li
{
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

a:link 
{	
	font-weight: bold;
	text-decoration: underline;
	color: #616467;
	background: transparent;
}

a:visited 
{	
	font-weight: bold;
	text-decoration: underline;
	color: #616467;
	background: transparent;
}
		   
a:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #616467;
	background: transparent;
} 
		 
a:active 
{
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
	color: #616467;
} 

