/*
My stunt kite web pages for my HTML class

   Author: Matthew Beck
   Date:   3/31/09   

   Filename:  mymainstyle.css
   Supporting Files: none

*/
body		{font-family: Tahoma, Helvetica, sans-serif}

#header 		{color: green; text-align: center; font: Tahoma; font-weight: bold; width: 800px}

#leftsidenav            {float: left; width: 12em}

/*"Good artists copy, great srtists steal."*/
#navlist	{color: white; background: #17a; border-bottom: 0.2em solid #17a;
				border-right: 0.2em solid #17a; padding: 0 1px; margin-left: 0;
				width: 11.5em; font: normal 0.9em Tahoma}
				
#navlist li	{list-style-type: none; margin: 0; font-size: 1em}

#navlist a	{display: block; text-decoration: none; margin-bottom: 0.5em; 
				margin-top: 0.5em; color: white; background: #39c; border-width: 1px;
				border-style: solid; border-color: #5bd #035 #068 #6cf;
				border-left: 1em solid #fc0; padding: 0.25em 0em 0.4em 0.75em}

#navlist a, #current {border-color: #5bd #035 #068 #f30}

#navlist a	{width: 98%}

#navlist a:hover, #navlist a, #current:hover
	{background: #28b; border-color: #069 #6cf #5bd #fc0; padding: 0.4em 0.35em 0.25em 0.9em}

#navlist a:active, #navlist a, #current:active
	{background: #17a; border-color: #069 #6cf #5bd white; padding: 0.4em 0.35em 0.25em 0.9em}
				
/*End copied code, begin my hacking again*/

#main_content	{padding: 15px 10px 4px 35px; color: white; background-color: #17a;
				width: 740px}
#main_content a	{color: #fc0}
#main_content img	{border: 4px groove #fc0; margin-right: 5px}
#main_content td, caption		{color: white}

#theform		{margin-left: 10px; width: 70px; background-color: #17a}
fieldset			{border: 0px}
legend			{color: white; font-style: Tahoma; padding: 10px; text-align: left}

dl			{padding: 10px}

#rtt p		{color: green; text-align: left; font-size: 12px; font-style: italic}

address {text-align: center; font-size: 14pt; font-style: italic; color: blue;
		border-top: 3px solid black; padding-top: 5px;}
		
/*
#navlist a	{voice-family: "\"}\""; voice-family: inherit; width: 9.6em;}
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
/*
#navcontainer>#navlist a	{width: auto}
/* only necessary if you use the hacks above for the Internet Explorer */
