/* CSS Document */

body {
	background-color: #0F1624;
	background-image: url(images/BackgroundStripes.png);
	background-repeat: repeat;
	margin: 0px;
}

#maincontent {
	background-image: url(images/MainContentBack.png);
	background-repeat: repeat-x;
	float: left;
	margin-top: 130px;
	width: 100%;
	height: 568px;
	z-index: 1;
}

#glow {
	background-image: url(images/Glow.png);
	height: 653px;
	margin-top: 90px;
	width: 100%;
	position: absolute;
	background-repeat: repeat-x;
	z-index: -1;
}

.container1 {
	padding-left: 10px;
	padding-top: 36px;
	float: left;
}

.picbox {
	background-image: url(images/SidePicBox.png);
	height: 148px;
	width: 148px;
	padding: 18px;
	margin-left: 2px;
	margin-top: 1px;
	margin-bottom: -20px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}

#homebutton {
	float: left;
	clear: right;
	height: 19px;
	width: 60px;
	margin-left: 35px;
	margin-top: 180px;
	z-index: 2;
}

#homebutton a:link, #homebutton a:visited {
	background-image: url(images/HomeButton.png);
	background-position: top;
	float: left;
	height: 19px;
	width: 60px;
	background-position: 0px 0px;
}

#homebutton a:hover {
	background-image: url(images/HomeButton.png);
	background-position: top;
	float: left;
	height: 19px;
	width: 60px;
	background-position: 0px -19px;
}

#homebutton a:active {
	background-image: url(images/HomeButton.png);
	background-position: top;
	float: left;
	height: 19px;
	width: 60px;
	background-position: 0px -38px;
}

#aboutmebutton {
	float: left;
	clear: right;
	height: 21px;
	width: 104px;
	margin-left: -61px;
	margin-top: 240px;
	z-index: 2;
}

#aboutmebutton a:link, #aboutmebutton a:visited {
	background-image: url(images/AboutMeButton.png);
	background-position: top;
	float: left;
	height: 21px;
	width: 104px;
	background-position: 0px 0px;
}

#aboutmebutton a:hover {
	background-image: url(images/AboutMeButton.png);
	background-position: top;
	float: left;
	height: 21px;
	width: 104px;
	background-position: 0px -21px;
}

#aboutmebutton a:active {
	background-image: url(images/AboutMeButton.png);
	background-position: top;
	float: left;
	height: 21px;
	width: 104px;
	background-position: 0px -42px;
}


#portfoliobutton {
	float: left;
	clear: right;
	height: 21px;
	width: 80px;
	margin-left: -104px;
	margin-top: 300px;
	z-index: 2;
}

#portfoliobutton a:link, #portfoliobutton a:visited {
	background-image: url(images/PortfolioButton.png);
	background-position: top;
	float: left;
	height: 21px;
	width: 80px;
	background-position: 0px 0px;
}

#portfoliobutton a:hover {
	background-image: url(images/PortfolioButton.png);
	background-position: top;
	float: left;
	height: 21px;
	width: 80px;
	background-position: 0px -21px;
}

#portfoliobutton a:active {
	background-image: url(images/PortfolioButton.png);
	background-position: top;
	float: left;
	height: 21px;
	width: 80px;
	background-position: 0px -42px;
}

#contactmebutton {
	float: left;
	clear: right;
	height: 19px;
	width: 122px;
	margin-left: -104px;
	margin-top: 360px;
	z-index: 2;
}

#contactmebutton a:link, #contactmebutton a:visited {
	background-image: url(images/ContactMeButton.png);
	background-position: top;
	float: left;
	height: 19px;
	width: 122px;
	background-position: 0px 0px;
}

#contactmebutton a:hover {
	background-image: url(images/ContactMeButton.png);
	background-position: top;
	float: left;
	height: 19px;
	width: 122px;
	background-position: 0px -19px;
}

#contactmebutton a:active {
	background-image: url(images/ContactMeButton.png);
	background-position: top;
	float: left;
	height: 19px;
	width: 122px;
	background-position: 0px -38px;
}

#pagetitle {
	position: absolute;
	right: 40px;
	top: 210px;
}

#pagetextbox {
	position: absolute;
	width: 50%;
	top: 370px;
	right: 100px;
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #3F556B;
}

#copyrightbox {
	float: right;
	width: auto;
	height: auto;
	margin-right: 6px;
	font: 10px normal Arial, Helvetica, sans-serif;
	color: #3F556B;
	margin-top: 530px;
}

a:link, a:visited {
	color: #37B531;
	text-decoration: none;
}

a:hover {
	color: #4269A4;
	text-decoration: underline;
}

a:active {
	color: #C56221;
	text-decoration: underline;
}
