p {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times;
}

p a:hover {
	text-decoration: none;
}

h1 {
	color: purple;
}

.margin-left {
	margin-left: 50px;
	color: purple;
}

body {
	font-family: "Georgia", serif;
	line-height: 20px;
}

#container {
	width: 800px;
	height: 1120px;
	border: solid purple thin;
	margin: auto;
}

#plates-description {
	width: 400px;
	height: auto;
	float: right;
	margin: 15px;
	padding: 10px;
	border: thin solid black;
}

#plates-example {
	width: 250px;
	height: 270px;
	float: left;
	margin: 15px;
	padding: 10px;
	padding-left: 50px;
	border: thin dotted purple;
}

#plates-listings {
	width: 760px;
	height: 600px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
}

#plates-container {
	width: 800px;
	height: 1900px;
	border: solid purple thin;
	margin: auto;
}

#plates-prices {
	width: 760px;
	height: auto;
	padding: 10px;
	margin: 15px;
	border-bottom: dashed thin blue;
}

#plates-contact {
	width: 750px;
	height: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 20px;
	border: 3px solid black;
	background-color: #FFA07A;
	float: left;
	padding-bottom: 10px;
	margin: 10px;
	margin-left: 20px;
	margin-top: 450px;
}

#ponies-container {
	width: 800px;
	height: 3130px;
	border: solid purple thin;
	margin: auto;
}

#contact-body {
	width: 80%;
	height: 150px;
	border: solid orange thin;
	margin: auto;
	padding: 10px;
	margin-top: 20px;
}

#contact-container {
	width: 800px;
	height: 860px;
	border: solid purple thin;
	margin: auto;
}

#contact-contact {
	width: 750px;
	height: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 20px;
	border: 3px solid black;
	background-color: #FFA07A;
	float: left;
	padding-bottom: 10px;
	margin: 10px;
	margin-left: 20px;
	margin-top: 25px;
}

#about {
	width: 70%;
	height: auto;
	background-color: orange;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: blue dashed thin
}

#designer {
	width: 95%;
	height: auto;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	border: thin dotted blue;
	padding: 5px;
}

.price {
	font-weight: bold;
}

/*#header {
	margin-bottom: -15px;
}*/

#navbar {
	width: 720px;
	height: auto;
	border: thin solid black;
	margin: auto;
	margin-top: 15px;
	padding: 10px;
	padding-top: none;
}

#content1 {
	width: 400px;
	height: auto;
	float: left;
	padding: 10px;
	padding-top: 0px;
	margin: 15px;
	border: thin solid orange;
}

#content2 {
	width: 296px;
	height: auto;
	float: right;
	margin: 15px;
	border: dotted blue thin;
	padding: 10px;
	padding-top: 0px;
	margin-left: 0px;
}

#plates {
	width: 720px
	margin: auto;
	padding: 10px;
	margin: 15px;
	border: thin solid navy;
	float: left;
}

#contact {
	width: 750px;
	height: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 20px;
	border: 3px solid black;
	background-color: #FFA07A;
	float: left;
	padding-bottom: 10px;
	margin: 10px;
	margin-left: 20px;
}

/* Navigation Buttons

#poniesb {
	width: 100px;
	height: 100px;
	border: thin solid black;
	background-image: url(Images/Buttons/poniesButton.jpg);
	margin-left: 50px;
}

#platesb {
	width: 100px;
	height: 100px;
	border: thin solid black;
	background-image: url(Images/Buttons/platesButton.jpg);
	float: left;
	margin-left: 180px;
}

#toysb {
	
}

*/

table {
	border-collapse: collapse;
	border: 1px black solid;
	margin-bottom: 20px;
}

tr {
	border-collapse: collapse;
	border: 1px black solid;
}

td {
	border-collapse: collapse;
	border: 1px black solid;
}

#listings {
	width: 700px;
	height: 700px;
	margin: auto;
	border: red solid 1px;
}

#listings tr {
	height: auto;
	border: red solid 1px;
}

#listings tr td {
	padding: 3px;
	margin: 2px;
	border: red solid 1px;
	vertical-align: text-top;
}

#plates-listings #listings {
	width: 760px;
	height: 500px;
	margin: auto;
	border: red solid thin;
}

#listings tr {
	height: auto;
	border: red solid 1px;
	padding: 5px;
}

#listings img {
}



#navbar ul {
	display: block;
	float: left;
	list-style: none;
	margin-top: -10px;
}

#navbar li {
	margin-left: 5px;
	float: left;
}

#navbar ul li a:link, a:visited {
	height: auto;
	color: green;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#navbar ul li a:hover {
	color: white;
	text-decoration: none;
	background-color: green;
}