* {
  padding: 0;
  margin: 0;
}

body {
  background: #FFF url('../assets/Image/nav-bg.png') top left repeat-y;
  font: 1.0em Verdana, sans-serif;
}

a, a:link, a:visited, a:active {
  color: #7A3E80;
  text-decoration: underline;
}
	
a:hover {
  color: #000;
  text-decoration: none;
}

label {
	width: 150px;
	float: left;
	font-size: 0.7em;
	margin: 5px 5px;
}

input {
	width: 230px;
	height: 20px;
	margin: 7px 0px;
	border: 1px solid #a5acb2;
}

textarea {
width: 230px;
	height: 100px;
margin: 7px 0px;
	border: 1px solid #a5acb2;
}

fieldset {
	padding: 5px;
}

fieldset label {
	float: none;
	width: 150px;
	margin: 0;
}

fieldset input {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
}


fieldset textarea {
height: auto;
width: auto;
	margin: 0;
}

#container {
  background: url('../assets/Image/container-bg.png') top left no-repeat;
  padding-top: 82px;
  overflow: hidden;
  height: 100%;
}

#content {
  width: 415px;
  margin-left: 148px;
  padding: 10px;
  float: left;
  display: inline;
}

	#content h1 {
	  color: #000;
  	  text-transform: uppercase;
	  font: bold 1.3em Arial, sans-serif;
	  margin-bottom: 20px;
	  padding-bottom: 5px;
	  }

	#content h1.smaller {
	  font-size: 1.1em;
	}
	
	#content h1 span {
	  color: #590961;
	}
	
	#content h1.yellow {background: url('../assets/Image/line-yellow.png') bottom right no-repeat;}
	#content h1.orange {background: url('../assets/Image/line-orange.png') bottom right no-repeat;}
	#content h1.red {background: url('../assets/Image/line-red.png') bottom right no-repeat;}
	#content h1.green {background: url('../assets/Image/line-green.png') bottom right no-repeat;}
	#content h1.blue {background: url('../assets/Image/line-blue.png') bottom right no-repeat;}
	#content h1.navy {background: url('../assets/Image/line-navy.png') bottom right no-repeat;}
	#content h1.purple {background: url('../assets/Image/line-purple.png') bottom right no-repeat;}
	
	#content p {
	  font-size: 0.7em;
	  margin-bottom: 10px;
	}
	
	#content p#date {
	  font-size: 0.6em;
	  text-align: right;
	  color: #666666;
	}

#content ol {
margin: 8px 5px;
padding-left: 18px;
font-size: 0.7em;
}

#content ol li {
margin-bottom: 6px;
}
	
	#content ul {
	  margin: 8px 0;
	  padding-left: 18px;
	}
	
	#content ul li {
	  font-size: 0.7em;
	}

	#content img {
	  margin: 3px;
	border: 1px solid #000;
	}

#content img.noborder {
border: none;
}

	#content h1.nostyle {
	  color: #590961;
	  text-align: center;
	  font-size: 0.9em;
	}

	#content ul.nostyle {
	  width: 300px;
	  margin: 5px auto;
	  font-weight: bold;
	}

	#content ul.nostyle li {
	  list-style-image: url('../assets/Image/circle-purple.png');
	}

#nav {
  width: 136px;
  float: left;
  margin-left: -585px;
  padding: 23px 5px 5px 5px;
}

	#nav ul {
	  padding-left: 20px;
	}
	
	#nav ul li {
	  font: bold 0.6em Verdana, sans-serif;
	  color: #FFF;
	  margin: 7px 0;
	}
	
	#nav a, #nav a:link, #nav a:visited, #nav a:active {
	  color: #FFF;
	  text-decoration: none;
	}
	
	#nav a:hover {
	  color: #C0C0C0;
	  text-decoration: none;
	}

#footer {
  clear: both;
  width: 415px;
  margin-left: 148px;
  text-align: center;
  padding: 15px;
  background: url('../assets/Image/footer-line.png') top no-repeat;
}

	#footer h1 {
	  font-size: 0.6em;
	  text-transform: uppercase;
	}
	
	#footer p {
	  font-size: 0.6em;
	  margin-bottom: 10px;
	}

ul li {
  list-style-image: url('../assets/Image/bullet-white.png');
}
	
li.yellow {list-style-image: url('../assets/Image/bullet-yellow.png');}
li.orange {list-style-image: url('../assets/Image/bullet-orange.png');}
li.red {list-style-image: url('../assets/Image/bullet-red.png');}
li.green {list-style-image: url('../assets/Image/bullet-green.png');}
li.blue {list-style-image: url('../assets/Image/bullet-blue.png');}
li.navy {list-style-image: url('../assets/Image/bullet-navy.png');}
li.purple {list-style-image: url('../assets/Image/bullet-purple.png');}

.right {
  float: right;
}

#content img.center {
display: block;
margin: 0 auto;
}

p#error {
	color: red;
}

div#reply {
font-size: 0.7em;
}

div#reply h4 {
color: #590961;
font-size: 0.9em;
}
