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

body,td,th {
				color: #FFFFFF;
}
body {
				background-color:#000;
}

a, a:link {
				color: #6293AA;
}

.outer-wrapper {
				position: relative;
				width: 900px;
				margin-right: auto;
				margin-left: auto;
}

.inner-wrapper {
				position: relative;
				width: 700px;
				float:right;
				background-image:url(../images/Nora-bkgrd.gif);
				background-repeat: no-repeat;
				background-position:center;
}

.left-bar {
				position:absolute;
				top: 20px;
				left: 20px;
				height: 800px;
				width: 130px;
				text-align: center;
				z-index: 2;
}

#logo {
				position: absolute;
				top: 40px;
				left: 23px;
				z-index: 3;
}

#left-corner {
				position: absolute;
				top: 0px;
				left: 3px;
				margin:0;
				padding:0;
}

#right-corner {
				position: absolute;
				top: 0px;
				right: 3px;
				margin:0;
				padding:0;
}

.header-wrapper {
				position: relative;
				top: 40px;
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #6293AA;
				font-size: 1em;
				text-align: center;
				height: 150px;
				padding-top: 15px;

}

.nav-bar  {
				background-color: #d18282;
				color: black;
				font-family:Geneva, Arial, Helvetica, sans-serif;
				font-weight: bold;
				text-decoration: none;
				line-height: 1.5em;
   				margin: 0 3px 0 0;
				padding: 1px 10px 1px 5px;
}

.nav-bar a, .nav-bar a:link {
				background-color: #d18282;
				color: black;
				font-family:Geneva, Arial, Helvetica, sans-serif;
				font-weight: bold;
				text-decoration: none;
				line-height: 1.5em;
   				margin: 0 3px 0 0;
				padding: 1px 10px 1px 5px;
}
			
.nav-bar a:visited {
			font-weight: normal;
			color: black;
			text-decoration: none;
}

.nav-bar a:link:hover { 
			font-weight: bold;
			color: white;
			background-color: #000;
			text-decoration: none;
			
}

.nav-bar a:visited:hover {
			font-weight: normal;
			color: white;
			background-color: #000;
			text-decoration: none;
			
}
			
.nav-bar .current-page {
			font-weight: normal;
			color: black;
			text-decoration: none;
			background-color:#CCCCCC;
   			margin: 0 3px 0 0;
			padding: 1px 7px 1px 5px;
}

.content-wrapper {
				position: relative;
				font-family:Geneva, Arial, Helvetica, sans-serif;
				font-size: 0.85em;
				margin-left: auto;
				margin-right: auto;
				margin-top: 30px;
				min-height: 400px;
				width: 600px;
}

#pic1, #pic2 {
				float: left;
				margin: 5px 10px;
}

#pic3 {
				float: right;
				margin: 5px 10px;
}

#latest-work {
				position: relative;
				text-align: center;
}

.footer-wrapper {
				position: relative;
				font-family:Geneva, Arial, Helvetica, sans-serif;
				height: 150px;
				margin: 50px 5px 5px 5px;
}

#footer-img {
				position: absolute;
				left: 0px;
}

#footer-text {
				position: absolute;
				top: 15px;
				left: 40px;
				font-size: 0.7em;				
}


