@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html, body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-variant:normal;
	color:#000000;
	background-image:url(../images/background.gif);  }

/* Divs */

.container {
	position:relative;
	width:902px;
	height:1200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/shadow_box.gif); }

.container2 {
	position:relative;
	width:902px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/shadow_box.gif); }	

.topDiv { 
	position:relative;
	width:740px;
	height:395px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.jpg); }

.nav {
	position:relative;
	bottom:10px;
	width: 350px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -25px;
	 }
.text {
	position:relative;
	bottom:10px;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	 }
.portfolio {
	position:relative;
	width:600px;
	margin:0 0 0 2em;
	padding:5px;
	 }

/* general formatting styles */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color:#fff;
	padding-top: 1em;
	font-style:bold;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#fff;
	padding: 2em 0 1em 0;
	margin: 0 0 0 0;
	font-style:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#fff;
	padding: .5em 0 1em 1em;
	margin: 0 0 0 0;
	font-style:normal;
}

p {
	font-size: 1em;
	padding: 0 0 1em 1em;
	color:#fff;
}

img {
	border: 0;
	}

/* hyperlinks */

a:link { 
color: #fff;
text-decoration: underline }

a:visited {
color: #fff;
text-decoration: underline }

a:hover {
font-style:oblique;
color: #000;
background-color: #fff;
text-decoration: underline; }

.bullet {
padding: 0;
margin: 0 20px 10px 15px;
font-style: bold; } 

.bullet li {
width: 100%;
color:#CCCCCC;
list-style: none;
text-align: left;
background-color: transparent;
margin-left: 5em;
padding: 0 1em 0 2em; 
background-image: url(../images/bullet.gif); 
background-repeat:no-repeat; 
background-position: top left;}
/* be sure to update the link to the graphic above */




