* {text-align: left; font-size: 100%; margin:0; padding:0}

body {
	background-image: url(header.jpg);
	font-size: 100%;
	font-family: optima, Verdana, helvetica, "Lucida Grande", Arial, sans-serif;
}

h1 {
	margin-bottom: 0em;
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 175%;
}


h2 {
	margin-bottom: .25em;
	margin-top: 1.4em;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	margin-top: 1.4em;
	margin-bottom:0em;
	font-weight: bold;
	font-size: 125%;
}

a {
	color: blue;
}

a:hover {
	color: #ff8000;
}

a:visited {
	color: purple;
}

#container{
  margin-left: 15px;
  margin-top: 5px;
  background-color:#fff;
  float:left;
  width:500px;
  border-left:200px	 solid #fff;
  border-right:200px solid #fff;
}



p {
	font-size: 100%;
	margin-bottom: .75em;
}

.imgleft {
	padding-right: 15px;
}

.imgright {
	position: relative;
	padding-left: 15px;
}

ul {
	margin-top: .5em;
	margin-left: 1.4em;
	list-style-position: outside;
	list-style-type: square;
}

ol {
	margin-top: .5em;
	margin-left: 1.4em;
}

li {
	margin-bottom: .5em;
	margin-top: .5em;
}

#main {
}


#header, #footer{
	text-align: center;
	font-size: 85%;
	color: white;
	margin-left:-200px;
	margin-right:-200px;
	clear:both;
}


#footer {
	text-align: left;
	background-color: white;
	margin-left: 15px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 50px;
	
}

#navigation {
  float:left;
  width:200px;
  margin-left:-200px;
  position:relative;

}

.menu{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.circleul{
	list-style-type: circle;
}

#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#navigation h1{
	font-weight: bold;
	background-color: white;
	color: blue;
}

#navigation li{
		border-top: 1px solid;
		border-top-color: white;
		border-bottom: 1px solid;
		border-bottom-color: white;
		margin: 0;
}

#navigation a{
		font-size: 85%;
		border-left-width: 10px;
		border-left-style: solid;
		border-left-color: #144666;
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: #3774a5;
		color: #fff;
		text-decoration: none;
		width: 75%;
}


#navigation a:hover{
		border-left-width: 10px;
		border-left-style: solid;
		border-left-color: #144666;
		background-color: #144666;
		color: #fff;
}

#home #nav-home a,
#design #nav-design a,
#analysis #nav-analysis a,
#artists #nav-artists a,
#about #nav-about a,
#write #nav-write a,
#making #nav-making a,
#symbols #nav-symbols a,
#ornament #nav-ornament a,
#materials #nav-materials a,
#software #nav-software a,
#lettering #nav-lettering a,
#style #nav-style a,
#compassrose #nav-compassrose a,
#projections #nav-projections a,
#types #nav-types a
{
	color: white;
	background-color: #144666;
}

#home #nav-home a:hover,
#design #nav-design a:hover,
#analysis #nav-analysis a:hover,
#artists #nav-artists a:hover,
#lettering #nav-lettering a:hover,
#about #nav-about a:hover,
#symbols #nav-symbols a:hover,
#making #nav-making a:hover,
#ornament #nav-ornament a:hover,
#materials #nav-materials a:hover,
#software #nav-software a:hover,
#style #nav-style a:hover,
#compassrose #nav-compassrose a:hover,
#write #nav-write a:hover,
#projections #nav-projections a:hover,
#types #nav-types a:hover
{
	color: white;
	background-color: #144666;

}


#sidebar {
  background-color: white;
  font-size: 85%;
  float:right;
  width:190px;
  padding-top: 50px;
  margin-right:-200px;
  position:relative;
}

#sidebar h1 {
	font-size: 150%;
	font-weight: bold;
}

#sidebar h2 {
	font-size: 125%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 110%;
	font-weight: bold;
}

#center{
  float:left;
  width: 480px;
  margin-right:-500px;
}

#textright {
	text-align: right;
}
#textleft {
	text-align: left;
}

fieldset {
	text-align: left;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px;
	border-color: #a71518;
	border-style: dashed;
	font-size: 90%;
	float: right;
	width: 225px;
}

fieldset p {
}

fieldset h1 {
	font-size: 125%;
}

.attribution {
	text-align: left;
}

.intro {
	color: #a71518;
	text-align: left;
	font-style: italic;
}

blockquote {
	color: #3774a5;
	padding: 10px;
	margin: 35px;
}

