* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px;
}
.Footer {
	height: 54px; /* .push must be the same height as .footer */
}

.push {
	height: 48px; /* .push must be the same height as .footer */
}


body {
	background: #1B1D1E;
	font-size: 1.3em;
	color: #FFFFFF;
	font-family: Verdana, Arial, san-serif;
}


h1, h2, h3, h4 {
	margin: 0;
	color: #7fc6bc;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.45em;
	color: #FFFFFF;
}

h3 {
	font-size: 1.2em;
	color: #FFFFFF;
}

h4 {
	font-size: 1.1em;
}

p {
	margin: 4px 0px 8px 0px;
}

a:link {
	color: #7fc6bc;
}

a:visited {
	color: #c6bb7f;
}

a:hover {
	color: #4f8e86;
	text-decoration: none;
}

.clear {
	clear: both;
}

.Center {
	text-align: center;
}

label {
	display: block;
	margin: 6px 0px 0px 0px;
}


/* Header Styles */
#Header {
	width: 100%;
	min-width: 900px;
	height: 96px;
	background: url(images/img_header_background.png) repeat-x;
}

.Content {
	width: 900px;
	margin: 0px auto;
}

.Logo {
	float: left;
	width: 177px;
	margin-left: 6px;
}

.Menu {
	float: right;
	width: 430px;
	height: 65px;
	margin: 0px 22px 0px 0px;
}


.Home a{
	display: block;
	width: 74px;
	height: 65px;
	background: url(images/home.png) no-repeat top left;
	float: right;
}

.Portfolio a{
	display: block;
	width: 110px;
	height: 65px;
	background: url(images/portfolio.png) no-repeat top left;
	float: right;
	margin-left: 10px;
}

.Resume a{
	display: block;
	width: 98px;
	height: 65px;
	background: url(images/resume.png) no-repeat top left;
	float: right;
	margin-left: 10px;
}

.Contact a{
	display: block;
	width: 98px;
	height: 65px;
	background: url(images/contact.png) no-repeat top left;
	float: right;
	margin-left: 10px;
}

.Home a:hover, .Portfolio a:hover, .Resume a:hover, .Contact a:hover {
	background-position: bottom left;
}


/* Main Content */

#MainContent {
	width: 900px;
	margin: 6px auto;
}

#LeftColumn {
	float: left;
	margin: 0px 20px 0px 20px;
	_margin: 0px 20px 0px 10px;
}

#RightColumn {
	float: left;
}

/* SideBar Rounded Box */
.Sidebar {
	width: 197px;
	background: url(images/img_sidebar_middle.png) repeat-y;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #c3c3c3;
	margin-bottom: 20px;
}

.SidebarTop {
	width: 197px;
	height: 11px;
	background: url(images/img_sidebar_top.png) no-repeat;
}

.SidebarContent {
	margin: 0px 10px 0px 10px;
}

.SidebarBottom {
	width: 197px;
	height: 10px;
	background: #1B1D1E url(images/img_sidebar_bottom.png) no-repeat;
}


.SidebarLarge {
	width: 298px;
	background: url(images/img_side_large_middle.png) repeat-y;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #c3c3c3;
	margin-bottom: 20px;
}

.SidebarLargeTop {
	width: 298px;
	height: 11px;
	background: url(images/img_side_large_top.png) no-repeat;
}


.SidebarLargeBottom {
	width: 298px;
	height: 10px;
	background: #1B1D1E url(images/img_side_large_bottom.png) no-repeat;
	}


/* Right Content */

.MainPadding {
	margin: 0px 0px 0px 20px;
}

.RightContent {
	width: 646px;
	background: url(images/img_rightcontent_middle.png) repeat-y;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #c3c3c3;
}


.RightContentTop {
	width: 646px;
	height: 11px;
	background: url(images/img_rightcontent_top.png) no-repeat;
}

.RightContentText {
	margin: 0px 10px 0px 10px;
}

.RightContentBottom {
	width: 646px;
	height: 10px;
	background: #1B1D1E url(images/img_rightcontent_bottom.png) no-repeat;
}


.RightContentSmall {
	width: 544px;
	background: url(images/img_right_small_middle.png) repeat-y;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #c3c3c3;
}

.RightContentSmallTop {
	width: 544px;
	height: 11px;
	background: url(images/img_right_small_top.png) no-repeat;
}

.RightContentSmallBottom {
	width: 544px;
	height: 10px;
	background: #1B1D1E url(images/img_right_small_bottom.png) no-repeat;
}


.Wide {
	width: 863px;
	background: url(images/img_wide_middle.png) repeat-y;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #c3c3c3;
	margin: 0px auto;
}

.WideContentText {
	margin: 0px 15px 0px 15px;
}

.WideTop {
	width: 863px;
	height: 11px;
	background: url(images/img_wide_top.png) no-repeat;
}

.WideBottom {
	width: 863px;
	height: 10px;
	background: #1B1D1E url(images/img_wide_bottom.png) no-repeat;
}