* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	text-decoration: none;
}

body {
	padding-top: 10px;
	background: #f2e8d0 url(../images/banner.png) repeat-x;
	font-family: verdana, sans-serif, arial;
	font-size: 12px;
	color: #ebeadf;
	text-shadow: #111111 0 .05em 0;
}

#bg {
	width: 600px;
	min-height: 600px;
	background: url(../images/gradient.png) no-repeat top center;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	width: 440px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(../images/header.png) no-repeat;
	padding: 50px 50px 0;
	position: relative;
	height: 150px;

}

	h1 {
		margin-top: 15px;
		background: url(../images/greg.png) no-repeat;
		width: 250px;
		height: 50px;
	}

	h1 span {
		visibility: hidden;
	}

	h2 {
		padding: 0 4px;
		margin-top: 5px;
		font-size: 14px;
		color: #d27318;
	}

	#logo {
		float: right;
		padding-top: 20px;
		padding-left: 20px;
	}

ul#nav {
	background: url(../images/bg.png) repeat-y;
	padding: 0 25px;
	height: 45px;
}

ul#nav li {
	float: left;
	margin: 0 5px;
}

ul#nav li a {
	display: block;
	width: 96px;
	height: 27px;
	text-align: center;
	padding-bottom: 15px;
	font-size: 13px;
	text-shadow: #000000 0 1px 0.02em;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
}

#nav li:hover {
	position: relative;
	bottom: 2px;
}

#nav li:hover a {

}

#nav li.active {
}

#nav li.active a {

}

#main {
	background: url(../images/bg.png) repeat-y;
	padding: 10px 30px;
	overflow: hidden;
}

#main h3 {
	float: left;
	clear: both;
	padding: 5px 0;
	font-size: 16px;
}

#main div {
	position: relative;
	float: left;
	clear: both;
	width: 380px;
}

#main div .top {
	float: left;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
}

#main div .bottom {
	float: left;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
}

#main div p {
	margin: 0;
	padding: 15px;
	border-top: 1px solid #7f1400;
	border-bottom: 1px solid #320800;
	background-color: #430c02;
	line-height: 22px;
	font-size: 12px;
}

#main ul {
	float: left;
	background-color: #430c02;
	width: 380px;
}

#main ul li {
	float: left;
	clear: both;
}

#main ul.list li {
	float: left;
	clear: both;
	border-top: 1px solid #7f1400;
	border-bottom: 1px solid #320800;
	font-size: 12px;
	color: #FFFFFF;
}

#main ul.list li a {
	float: left;
	clear: both;
	padding: 10px;
	width: 360px;
	color: #d27318;
}

#main ul.list li:hover a {
	position: relative;
	left: 10px;
}

#main #networks ul.list li a img, #main #about ul.list li a img {
	padding-top: 7px;
}

#main ul.list li:hover {
	border-top: 1px solid #7f1400;
	border-bottom: 1px solid #320800;
	background: #4c0c00;
}

#main ul.list li img {
	float: left;
	margin-right: 15px;
}

#main ul.list li strong {
	display: block;
	margin-top: 5px;
	font-family: trebuchet ms, lucida sans, arial;
	font-size: 18px;
	color: #FFFFFF;
}

#main #networks ul {
	margin: 1px 0;
}

#footer {
	background: url(../images/bg.png) repeat-y;
	padding: 0 40px 20px;
	height: 30px;
}

#footer p {
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p a {
	color: #d27318;
}

#bottom {
	background: url(../images/footer_bg.png) no-repeat;
	padding: 5px;
	height: 50px;
	margin-bottom: 50px;
}

#bottom p {
	line-height: 10px;
	text-align: center;
	font-size: 9px;
	color: #EEEEEE;
}

#bottom p a {
	color: #d27318;
}


