* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #000;
	color: #FFF;
	min-width: 861px;
	text-align: center;
	}

#header {
	text-indent:-800em;
	background-image: url(/images/logo_reflection.png);
	background-repeat: no-repeat;
	width: 838px;
	height: 155px;
	padding-right: 23px;
	margin: 20px auto 0 auto;
	}

#menu {
	height: 40px;
	margin: -40px auto 40px auto;
	text-align: center;
	width: 861px;
	position: relative;
	}

	#menu ul {
		list-style-type: none;
		margin: 0 auto;
		width: 600px;
		display: block;
		text-align: center;
		position: relative;
		}

		#menu ul li {
			display: inline;
			float: left;
			position: relative;
			}

			#menu ul li a {
				display: block;
				width: 126px;
				height: 36px;
				line-height: 36px;
				text-align: center;
				margin: 0 10px;
				background-color: #222;
				color: #997637;
				font-family: "Gill Sans", "Gill Sans MT", sans-serif;
				text-decoration: none;
				border: 2px solid #111;
				position: relative;
				}

				#menu ul li a:hover {
					background-color: #4D3B1C;
					color: #997637;
					}

				#menu ul li a:active {
					background-color: #111;
					border: 2px solid #222;
					}

#content {
	width: 700px;
	margin: 0 auto;
	background-color: #858585;
	color: #000;
	font-size: 13px;
	text-align: left;
	}
	
	#corners {
		width: 650px;
		height: 0;
		border-left: 25px solid #000;
		border-right: 25px solid #000;
		border-bottom: 25px solid #858585;
		}

	h2,h3,h4,h5,h6 {
		font-family: "Gill Sans", "Gill Sans MT", sans-serif;
		font-weight: normal;
		border-bottom: 1px solid #000;
		color: #000;
		font-variant: small-caps;
		margin: 0 25px 2px 25px;
		}

	#content p, #content form, #content table {
		margin: 0 25px 1em 25px;
		}

	#content table {
		width: 650px;
		border-collapse: collapse;
		}

		#content table th {
			font-family: "Gill Sans", "Gill Sans MT", sans-serif;
			font-weight: normal;
			font-size: larger;
			}

		#content table td a {
			display: block;
			height: 100%;
			width: 100%;
			}

		#content table tr {
			line-height: 1.5em;
			}

			#content table tr:hover {
				background-color: #777;
				}

	#content form label {
		display: block;
		width: 55px;
		float: left;
		text-align: right;
		padding-right: 1em;
		}

	#content ul {
		list-style-position: inside;
		margin-left: 25px;
		}

		#content ul li {
			margin-bottom: 0.5em;
			}

#copyright {
	clear: both;
	border-top: 25px solid #858585;
	border-left: 25px solid #000;
	border-right: 25px solid #000;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	height: 40px;
	width: 650px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 38px;
	color: #666;
	text-align: left;
	}

#padding {
	padding: 0 25px;
	}

p.big {
	font-size: 18px;
	}

#content .last {
	margin-bottom: 0;
	}

.portfoliobox {
	float: left;
	text-align: center;
	width: 150px;
	margin: 0 6px;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	color: #333;
	font-variant: small-caps;
	}

	.portfoliobox img {
		display: block;
		}

	.portfoliobox a {
		display: block;
		height: 180px;
		width: 150px;
		border: 0;
		text-decoration: none;
		color: inherit;
		}

a.portfolio {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	color: #222;
	font-variant: small-caps;
	float: right;
	margin: 0 25px;
	border: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	}

.clear {
	clear: both;
	height: 0;
	}

dt {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	color: #333;
	font-variant: small-caps;
	font-size: 14px;
	margin: 8px 8px 8px 33px;
	float: left;
	text-align: right;
	width: 70px;
	display: block;
	clear: left;
	position: relative;
	}

dd {
	margin: 8px;
	float: left;
	clear: right;
	display: block;
	position: relative;
	}

em {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	color: #333;
	font-variant: small-caps;
	font-size: 14px;
	font-style: normal;
	}

a img{
	border: 0;
	}
