@charset "UTF-8";

/* Like my style? Of course you do, otherwise you wouldn't be checking it out. */


/* Link Style ============================================================================================*/
A:link {
	text-decoration: none;
	color: #639}
A:visited {
	text-decoration: none;
	color: #0C3}
A:active {
	text-decoration: none}


/* Page Container ============================================================================================*/

#pageContainer {
	width: 1024px;
	height: 676px;
	margin: 0px auto;
	background-image:url(images/portfolioBG.jpg);
	background-repeat: no-repeat;
}

/* Top Logo Container============================================================================================*/

#topLogoContainer {
	width: 350px;
	height: 92px;
	background-image: url(images/topNavBG.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}

/* homepage link============================================================================================*/

#topLogoContainer a span {
	visibility: hidden;
	display: block;
	width: 350px;
	height: 75px;
}

/* Top Nav Container============================================================================================*/

#topNavContainer {
	width: 1024px;
	height: 92px;
	background-image: url(images/topNavBG.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Top Nav LInks============================================================================================*/

#topNavLinks {
	height: 24px;
	padding-top: 24px;
	padding-left: 700px;
}

/* Top Nav sublInks============================================================================================*/

#topNavSublinks {
	height: 24px;
	padding-left: 707px;
}

/* Top Margin ============================================================================================*/

#topMargin {
	float: left;
	width: 1024px;
	height: 65px;
}

/* Left Margin ============================================================================================*/

#leftMargin {
	float: left;
	width: 415px;
	height: 611px;
}

/* Content Area ============================================================================================*/

#contentArea {
	float: left;
	width: 520px;
	height: 420px;
}

/* Content Area Copy ============================================================================================*/

#contentAreaCopy {
	float: left;
	width: 500px;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}


/* Content Area Copy Large ============================================================================================*/

#contentAreaLarge {
	float: left;
	width: 500px;
	height: 520px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Artwork Area ============================================================================================*/

#ArtworkArea{
	float: left;
	width: 500px;
	height: 375px;
	padding-left: 10px;
	padding-right: 10px;
}

