body {
	background-color: #FFF;
	position: relative;
	margin-top: 100px;
}
div#titlebar {
	width: 980px;
	height: 60px;
	position: static;		
	margin-left: auto;
	margin-right: auto;
	background-color: #909090;
        background-image: url('images/titlebar.png');

}
#wrapper {
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	background-color: #FFF;
	height: 370px;
}
#titlebar h1 {
	float: none;
	font:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #FFF;
	text-align: center;
}
#spaceleft {
	position: static;
	float:left;
	height: 360px;
	width: 0px;
	background-color: #FFF;
}
#spaceright {
	position: static;
	float:left;
	height: 360px;
	width: 0px;
	background-color: #FFF;
}
#a {
	position: static;
	float:left;
	height: 360px;
	width: 980px;
	background-color: #E8E8E8;
	background-image: url('images/a.jpg');
}
.spacegen {
	position:static;
	float:left;
	height:360px;
	width:5px;
	background-color:#FFF
}
.spacetop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 10px;
	margin-left: 0px;
	background color: grey;
	background-color:#FFF
}
.spacebot {
	position: absolute;
	top: 360px;
	left: 0px;
	width: 980px;
	height: 10px;
	margin-left: 0px;
	background color: grey;
	background-color:#FFF
}

/*Footer Styles*/

#linkbar {
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	background-color: #909090;
	background-image: url('images/linkbar.png');
	height: 90px
}
#bar {
	width: 980px;
	position: static;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding:0px;
	height: 20px
}
#footer-links {
	position: relative;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #909090;
	list-style: none;
	line height: 0;
	font size: 8px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#footer-links a {
	position: relative;
	float: left;
	list-style: none;
	list-style: none;
	line height: 0;
	font size: 8px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #FFCC33
}
#footer-links a:hover {
	position: relative;
	float: left;
	list-style: none;
	line height: 0;
	font size: 8px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #FFCC33
}
#footer-copy {
	position: relative;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #909090;
	list-style: none;
	line height: 0;
	font size: 8px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#social-in {
	position: static;
	float:right;
	padding-right: 2px;
	height: 24px;
	width: 24px;
	list-style: none;
	background-color: #FFF;
}
#bar #social-in a {
	position: static;
	float:right;
	height: 24px;
	width: 24px;
        background-image: url('images/link_social_in.png');
}
#bar #social-in a:hover {
	position: static;
	float:right;
	height: 24px;
	width: 24px;
        background-image: url('images/h_link_social_in.png');
}
#social-email {
	position: static;
	float:right;
	padding-right: 5px;
	height: 24px;
	width: 32px;
	list-style: none;
	background-color: #FFF;
}
#bar #social-email a {
	position: static;
	float:right;
	height: 24px;
	width: 32px;
        background-image: url('images/link_social_email.png');
}
#bar #social-email a:hover {
	position: static;
	float:right;
	height: 24px;
	width: 32px;
        background-image: url('images/h_link_social_email.png');
}
#social-vhlee {
	position: static;
	float:right;
	padding-right: 10px;
	height: 24px;
	width: 110px;
	list-style: none;
	background-color: #FFF;
}
#bar #social-vhlee a {
	position: static;
	float:right;
	height: 24px;
	width: 110px;
        background-image: url('images/link_social_vhlee.png');
}
#bar #social-vhlee a:hover {
	position: static;
	float:right;
	height: 24px;
	width: 110px;
        background-image: url('images/h_link_social_vhlee.png');
}

/*Text Elements*/

#bar a {
	text-decoration: none;
	color: #707070
}