* {
	margin: 0;
	padding: 0px;
}

html, body {
	height: 100%;
	background: #2e3639 url(../images/bckgrd.jpg) repeat-x top center;
	padding: 0px;
	text-align: center;
	font-family: georgia, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	text-align: center;
}

#topstripe #topstripeleftcol {
	float: left;
	width: 50%;
	height: 40px;
}

#topstripe #topstriperightcol {
	float: right;
	width: 50%;
	height: 40px;	
}


.footer, .push {
     height: 4em;
}

.footer .footerbar {
	color: #70ddfe;
	background: #00bdf1 url(../images/footer-bckgrd.gif);
	width: 100%;
	height: 4em;
}

.footer .footerbar #topstripeleftcol {
	float: left;
	width: 50%;
	height: 4em;
	font-size: 12px;
}

.footer .footerbar #topstriperightcol {
	float: right;
	width: 50%;
	height: 4em;
	font-size: 12px;	
}

.footer .footerbar #topstripeleftcol p {
	font-size: 15px;
	font-weight: normal;
	margin: 15px auto;
	padding: 5px;
	width: 320px;
	background-color: #424d4f;
	text-align: center;
} 

.footer .footerbar #topstriperightcol p {
	font-size: 15px;
	font-weight: normal;
	margin: 15px auto;
	padding: 5px;
	width: 320px;
	background-color: #424d4f;
	text-align: center;
} 

.footer .footerbar a {
	color: #70ddfe;
}

h1#introtext1 {
	border-bottom: 1px dotted #1f2729;
	color: #00bdf1;
	width: 480px;
	font-size: 24px;
	font-weight: normal;	
	display: block;
	margin: auto;
	padding: 5px 10px 5px 10px;
}

h2#introtext2 {
	border-bottom: 1px dotted #1f2729;
	color: #ff539b;
	width: 480px;
	font-size: 20px;
	font-weight: normal;		
	display: block;
	padding: 5px;
	margin: 0px auto 10px auto;
}

#introtext3 {
	color: #b6ef2e;
	width: 550px;
	font-size: 18px;
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#cubeholder {
	text-align: center;
	margin: auto;
}

#introtext1 p, #introtext2 p, #introtext3 p {
	font-weight: normal;
	text-align: center;
	line-height: 30px;	
}

#introtext3 span {
	color: #b6ef2e;
	font-size: 18px;
}

#introtext3 a {
	color: #b6ef2e;
}

#introtext3 a:hover {
	color: #FFF;
}

#textholder {
	display: block;
	width: 700px;
	margin: auto;
	text-align: center;
}

#work {
	width: 267px;
	height: 153px;
}

#work a {
	display: block;
	width: 267px;
	height: 153px;
	background: url(../images/cube-work-on-off.png) no-repeat top;
	text-decoration: none;
}

#work a.hide {
	display: none;
}

#work a:hover {
	display: block;
	width: 267px;
	height: 153px;
	background: url(../images/cube-work-on-off.png) no-repeat bottom;
	text-decoration: none;
}

#contact {
	width: 267px;
	height: 153px;
}

#contact a {
	display: block;
	width: 267px;
	height: 153px;
	background: url(../images/cube-contact-on-off.png) no-repeat top;
	text-decoration: none;
}

#contact a:hover {
	display: block;
	width: 267px;
	height: 153px;
	background: url(../images/cube-contact-on-off.png) no-repeat bottom;
	text-decoration: none;
}

#me {
	width: 113px;
	height: 153px;
}

#me a {
	display: block;
	width: 113px;
	height: 153px;
	background: url(../images/cube-me-on-off.png) no-repeat top;
	text-decoration: none;
}

#me a:hover {
	display: block;
	width: 113px;
	height: 153px;
	background: url(../images/cube-me-on-off.png) no-repeat bottom;
	text-decoration: none;
}
