/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 700px;
	margin: 0 auto 0 auto;
	background-color: #000000;
	color: #FFFFFF;
}

#header {
	border-bottom: 4px solid #e7b542;
	text-align: center;
}

#menu ul {
	list-style-type: none;
	margin-left: 27px;
}

#menu ul li{
	float: left;
	position: relative;
	width: 125px;
	height: 25px;
	border-right: 2px solid #e7b542;
	border-left: 2px solid #e7b542;
	border-bottom: 2px solid #e7b542;
	text-align: center;
}

#menu ul li a.menuHover {
	display: none;
}

#menu ul li a.menuButton {
	display: block;
	height: 20px;
	width: 125px;
	padding-top: 5px;
	color: #e7b542;
	text-decoration: none;
	font-weight: 600;
}

#menu ul li:hover {
	background-color: #000000;
	height: 75px;
	padding-top: 10px;
}

#menu ul li:hover a.menuHover {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li:hover a.menuButton {
	position: absolute;
	bottom: 0;
}

#content {
	margin-top: 3%;
}

#content h1 {
	text-align: center;
	margin-bottom: 3%;
}

#content p {
	margin-bottom: 9%;
}

#leftColumn {
	float: left;
	width: 35%;
	margin: 0 0 3% 5%;
}

#leftColumn a {
	color: #FFFFFF;
	text-decoration: underline;
}

#leftColumn a:hover {
	text-decoration: none;
}

#rightColumn {
	float: left;
	width: 60%;
	margin-bottom: 3%;
	text-align: center;
}

#rightColumn p {
	text-align: left;
	margin-bottom: 3%;
}

#content ul {
	list-style-type: none;
	margin: 0 25px 0 25px;
}

#content ul li {
	float: left;
	width: 200px;
	text-align: center;
}

#content ul li:hover a {
	text-decoration: underline;
}

#content ul li a {
	color: #e7b542;
	font-weight: 600;
	text-decoration: none;
}

#content ul li a:hover {
	text-decoration: underline;
}

#portfolio {
	width: 670px;
	margin: 0 auto 0 auto;
}

#portfolio a {
	float: left;
	display: block;
	width: 110px;
	height: 100px;
	text-align: center;
}

form {
	width: 75%;
}

form label {
	display: block;
	margin: 2% 5% 2% 0;
}

#footer {
	padding: 1% 0 2% 0;
	border-top: 4px solid #e7b542;
	color: #e7b542;
	text-align: center;
	font-size: 12px;
}