@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}

.navbar {
	position: absolute;
	width: 1024px;
	height: 183px;
	margin: 0px;
}

.container {
	width: 100%;
	height: 135%;
	position: absolute;
	margin-top: 183px;
	margin-left: 0px;
}


.graphicLeft{
	position: absolute;
	width: 379px;
	height: 135%;
	margin-left: 0px;
	background-image: url(images/graphicLeftBG.jpg);
	background-repeat: repeat;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	width: 415px;
	height: auto;
	position: absolute;
	padding-top: 15px;
	margin-left: 414px;
}

.contentPortfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	width: 415px;
	height: auto;
	position: absolute;
	padding-top: 15px;
	margin-left: 565px;
}

.pageTitleBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.green {
	color: #0C0;
}

.greenGeorgia {
	color: #0C0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {color: #0C0; text-decoration: none;}      /* unvisited link */
a:visited {color: #666; text-decoration: none;}  /* visited link */
a:hover {text-decoration: underline;}  /* mouse over link */

