@charset "UTF-8";
a:focus { border: none; }
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #4A5566;
	padding: 5px;
}
h1 {font-size: 2em;} h2 {font-size: 1.7em;} h3 {font-size: 1.5em;} p, ul, ol, td {font-size: 1.4em;} ul ul, ol ol {font-size: 1em;}
h1, h2 {margin-bottom: 10px;} p, ul, ol {margin-bottom: 20px;} ul ul, ol ol {margin-bottom: 0;}
h3 {margin-bottom: 10px;}
a:link, a:visited {color: #990000;}
textarea {line-height: .8em;}
#wrapper {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 80px;
	background-image: url(../images/template/header.jpg);
	background-repeat: no-repeat;
}
#header {
	letter-spacing: .1em;
}
#header ul {
	font-size: 1.5em;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 60px;	
	margin-top: 0px;

}
#header li {
	display: inline;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#header a, #header a:visited {
	color: #FFFFFF;
}
#header a:hover {
	color: #FFFF99;
}
#home ul a.homelink, 
#alpacas ul a.alpacaslink,
#pg ul a.pglink,
#spinning ul a.spinninglink,
#weaving ul a.weavinglink,
#shop ul a.shoplink,
#blog ul a.bloglink,
#contact ul a.contactlink,
#links ul a.linkslink,
#herd ul a.herdlink,
#editalpaca ul a.editalpacalink,
#diary ul a.diarylink,
#treatments ul a.treatmentslink,
#people ul a.peoplelink,
#yarn ul a.edityarnlink,
#garment ul a.editgarmentlink,
#batt ul a.editbattlink,
#additem ul a.additemlink {
	color: #FFCC99 !important;
}
#login {
	position: absolute;
	height: 50px;
	width: 200px;
	top: 30px;
	right: 50px;
}
#content {
	position: relative;
	width: 980px;
	float: left;
	margin: 10px;
	color: #003366;
	min-height: 500px;
}
#content p {margin-top: 20px;}
#footer {
	height: 40px;
	background-image: url(../images/template/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#footer p {margin-left: 35px; padding-top: 10px;}
#footer a {
	color: #FFCC99;
}

#navbar {
	width: 200px;
	float: right;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.left0 {
	float: left;
}
.right0 {
	float: right;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.margin100 {
	margin-left: 100px;
}
.margin50 {
	margin-left: 50px;
}
.margin30 {
	margin-left: 30px;
}
.margintop220 {
	margin-top: 220px;
}
.margintop5 {
	margin-top: 5px;
}
.margintop0 {
	margin-top: 0px;
}

.margintop-15 {
	margin-top: -15px;	
}
.height175 {
	height: 175px;
}
.height150 {
	height: 150px;
}
.height50 {
	height: 50px;
}
.width700 {
	width: 700px;
}
.width600 {
	width: 600px;
}
.width650 {
	width: 650px;
}
.width550 {
	width: 550px;
}
.width450 {
	width: 450px;
}
.width400 {
	width: 400px;
}
.width350 {
	width: 350px;
}
.width300 {
	width: 300px;
}
.error {
	color:#990000;
}