

h {
	font-size:14px;
}

.content{
	width:800px;
	}

.header {
	width:800px;
	text-align:center;
}

nav ul{
	margin-left: 15px;
	margin-top:25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #E9E9E9;
	list-style-type: none;
	width:125px;
	height:325px;
	border-radius:10px;
	text-align:left;
	float:left;
}

nav ul li {
	background-color: #E9E9E9;
	margin-top: 10px;
	}

nav ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-family: Century Gothic, Arial;
	width: 125px;
	height: 25px;
	line-height:25px;
}

nav ul li a:hover {
	background-color: #06C;
	color:#ffffff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

p {
	font-family: Century Gothic, Arial;
}

.maincontent{
	Margin-top:40px;
	float:right;
	width:600px;
	text-align:left
}
	
.colorselection{
	float:right;
	width:600px;
	text-align:left
}

.clearfix{
	clear:both;
}

.colors {
	display:inline-block;
	width:50px;
	height:50px;
	border:1px outset #000;
	border-color:#cccccc;
	border-radius:5px;
	cursor:pointer;
	float: left;
	margin-right:6px;
	margin-top:6px;
}

#Silver {
	background-color:#cbcccd;
}
#Charcoal{
	background-color:#9d9d9f;
}
#Gold {
	background-color:#ac9953;
}
#Red{
	background-color:#8b0e2b;
}
#Blue { 
	background-color:#334084;
}

	
