/* Stylesheet for Edie Irons' Studio (http://www.edieirons.com). 
Edited July 26, 2007 
Last Edited August 26, 2007 */

body { 
	background-color: #ffffcc;
	background-image: url(graphics/bgtile1.jpg); 
	background-repeat: repeat;
	color: #000000;
	font-family: georgia, times new roman; 
	font-size: 85%; 
	text-align: center;
	min-width: 750px;
	margin: 0;
	}

#container { 
	background-color: #000000;
	background-image: url(graphics/bgtile2.jpg);
	background-repeat: repeat;
	color: #000000;
	font-family: georgia, times new roman; 
	text-align: left;
	margin:0 auto;
	min-height, height: 100%;
	width: 800px;
	border-style: solid; 
	border-color: black; 
	border-width: 1px; 
	}
	
#header {
	text-align: center;
	min-height:
	}
	
#navigation {
	background-color: #000000;
	background-image: url(graphics/bgtile3.jpg);
	background-repeat: repeat;
	color: #000000;
	font-family: georgia, times new roman; 
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	height: auto; 
	margin:0 auto;
	border-top-style: solid; 
	border-top-color: black; 
	border-top-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	border-bottom-width: 1px;
	}
	
#navleft {
	margin: 0 auto;
	min-width: 175px;
	float: left;
	height: auto; 
	}
	
#navright {
	width: auto;
	margin-left: 200px;
	margin-bottom: 0px;
        height: auto;
	align: center;
	border-left-style: solid; 
	border-left-color: black; 
	border-left-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#navright img {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	height: 250px;
	align: center;
	}

#copyright {
	text-align: left;
	font-size: 8pt;
	font-family: georgia, times new roman; 
	font-weight: bold;
	border: black solid thin;
	/*border: #B9904E solid thin;*/
	margin: 5px;
	}
	
#caption {
	text-align: left;
	font-family: georgia, times new roman; 
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	}

#maincopy {
	font-family: verdana, arial, sans-serif; 
	margin: 5px;
	}
	
#footer {
	text-align: center;
	font-family: verdana, arial, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	}
h4 {
	font-family: georgia, times new roman; 
	font-size: 110%;
	margin: 10px;
	}
	
h3 {
	font-family: georgia, times new roman; 
	font-size: 150%; 
	margin: 10px;
	}

h2.a {
	font-family: georgia, times new roman; 
	font-size: 120%;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

h2 {
	font-family: georgia, times new roman; 
	font-size: 120%;
	margin: 0px;
	}
	
h1 {
	text-align: center;
	font-family: georgia, times new roman; 
	font-size: 250%; 
	margin: 5px;
	}

h1.a {
	text-align: left;
	font-family: georgia, times new roman; 
	font-size: 160%; 
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	}
h1.b {
	text-align: center;
	font-family: georgia, times new roman; 
	font-size: 160%; 
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
h1.c {
	text-align: center;
	font-style: italic;
	font-family: georgia, times new roman; 
	font-size: 160%; 
	margin: 10px;
	}
h1.d {
	text-align: center;
	font-style: italic;
	font-family: georgia, times new roman; 
	font-size: 80%; 
	margin: 10px;
	}
p {  
	margin: 10px;
	margin-left: 10px;
	*font-weight: bold;*
	}
	
p.center {
	text-align: center;
	}

p.left {
	font-style: italic;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 110%; 
	}
	
p.port {
	font-style: italic;
	text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
	font-weight: bold;
	}

a:link {
	border: none;
	color: black;
	text-decoration: underline;
	}

a:visited { 
	border: none;
	color: black;
	text-decoration: underline;
	}

a:hover { 
	border: none;
	color: black;
	text-decoration: none;
	}

a:active { 
	border: none;
	color: black;
	text-decoration: none;
	}