@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { 
		font-family: Verdana, Arial; 
		background: url(http://www.vanessadaou.com/images/GeorgePitts_bg.jpg);
		background-attachment: fixed;
		background-color: #000000;
		background-repeat:no-repeat;
		background-position:left top;
		width: 700px;
		margin: 0 auto;
		padding: 0px;
	}

/* --- Typography --- */

h1 {
font-size: 16px;
color: #cccccc;
font-weight: bold;
margin-top: 0em;
margin-bottom: 1em;
	text-align: center;
	font-family: Verdana, Helvetica; 
	font: 100%;
	}
	
h2 {
font-size: 16px;
color: #cccccc;
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
	text-align: center;
	font-family: Verdana, Helvetica; 
	font: 100%;
	}
	
h3 {
font-size: 12px;
color: #cccccc;
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
	text-align: center;
	font-family: Verdana, Helvetica; 
	font: 100%;
	}
	
p {
		color: #bbbbbb;
		margin-top: 2em;		
	      font-size: 79%; 
	      font-family: Verdana, Helvetica; 
		line-height: 1.25.0em;
}

#caption {
	font-family: Verdana, Helvetica;
	font-size: 7pt;
	text-align:center;
	}

.thick {
	font-weight:bold;
	color: #dddddd;
	}
	
.small {
	      color: #bbbbbb;
		margin-top: 2em;		
	      font-size: 69%; 
	      font-family: Verdana, Helvetica; 
		line-height: 1.25.0em;
	}
	
.centered {
	font-weight:bold;
	color: #dddddd;
	text-align: center;
	}
	
#header {
	margin-top: 1;
	font-family: Verdana, Helvetica; 
	line-height:0em; 
	letter-spacing:-3.0px; 
	font-size:24px;
	text-align: left;
	text-shadow: 0.1em 0.1em 0.2em black
 	}

#menu {
	margin-top: 0;
	font-family: Verdana,Geneva; 
	line-height:26px;  
	letter-spacing:-1.0px; 
	font-size:26px;
	text-shadow: 0.1em 0.1em 0.1em #000000;  
	}
	
#center {
		text-align: center;
	}

.divcenter {
		align: center;
	}
	
.DimGray { 
 color:DimGray
	}
.DarkGray { 
 color:DarkGray
	}
.Gray { 
 color:Gray
	}
.LightGray { 
 color:LightGray
      }
.LightSkyBlue {
  color: LightSkyBlue;
  text-decoration: none;
  background-color: LightSkyBlue;
	}

ul {
	list-style: none;
	margin-left: 3em;
	padding-left: 3em;
	text-indent: 3em;
			color: #bbbbbb;
		margin-top: 2em;		
	      font-size: 79%; 
	      font-family: Verdana, Helvetica; 
	}


/* --- Links --- */
	
a:link {text-decoration: none; color: #777777;}
a:visited {text-decoration: none; color: Whitesmoke;}
a:active {text-decoration: none; color: Gainsboro;}
a:hover {text-decoration: none; cursor: crosshair; color: #999999;}
	
.class1 a:link {text-decoration: none; color: #eeeeee; background-color: none;}
.class1 a:visited {text-decoration: none; color: #dddddd;}
.class1 a:active {text-decoration: none; color: #dddddd;}
.class1 a:hover {text-decoration: none; color: #999999; background-color: none;}

.class2 a:link {text-decoration: none; color: #dddddd; background-color: #666666;}
.class2 a:visited {text-decoration: none; color: #dddddd; background-color: #666666;}
.class2 a:active {text-decoration: none; color: #dddddd; background-color: #666666;}
.class2 a:hover {text-decoration: none; color: WhiteSmoke; background-color: #666666;}

.link1  A:hover { color:red }
.link2  A:hover { background-color:yellow; }
	
code {
	font: 125% courier, monaco, monospace;
	margin: 0 .3em;		     
	}
	
	
/* --- Containers --- */

	#wrapper { 
		overflow: hidden;

	}
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background: none;
		opacity: 0.35;
		-moz-opacity: 0.65;
		filter:alpha(opacity=65);
	}
	.container {
		position: relative;
		float: left;
		margin-top: 0em;		
	}
	.content {
		position: relative; /* Fixes the z-index */
		float: left;
	}
	
	#column-1 {
		width: 600px;
		width: 85%;	
		margin-top: 1em;
		text-align: center;		
	}
	#column-2 {
		width: 100px;
		margin-left: 0px;
		margin-top: 2em;
		float: left;
		display: inline;
		width: 20%;
		text-align: left;
	}
	
	#column-1 .content {
		padding: 20px;
		width: 600px;
	}
	#column-2 .content {
		padding: 10px;
		width: 100px;
	}
	
	
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #column-1 .overlay { height: expression(document.getElementById("column-1").offsetHeight); }
	* html #column-2 .overlay { height: expression(document.getElementById("column-2").offsetHeight); }
	
	

	
div.scroll {
 background-color:none;
 width:600px;
 height:500px;
 overflow:auto;
 text-align: left;
	}
	
div.scrollctr {
 background-color:none;
 width:600px;
 height:500px;
 overflow:auto;
 text-align: center;
	}
	
#center {
 background-color:none;
 text-align: left;
	}


table {
	margin: 1em 0;
	width: 100%;
	}

table caption {
	text-align: left;
	font-weight: bold;
	padding: -0.5;
	text-transform: uppercase;
	color: #236271;
 	}

table td, table th {
	text-align: left;
	border: none;
	padding: -0.5em;
	vertical-align: top;
	}

table th { background: #ecf7fd; }

blockquote {
	margin: 2em 2em;
	padding: 2.5em;
 	}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
    
img.left {
			padding: 3px;
			margin: 0.5em 15px 0.5em 0;
			border: 0px;
			float: left;
			clear: left;
		}

img.right {
			padding: 3px;
			margin: 0.5em 15px 0.5em 15px;
			border: 0px;
			float: right;
			clear: right;
		}
		
img.inline
  {
  display:inline;
  margin:3px;
  }


scrollbar-face-color:#000000;
scrollbar-arrow-color:gray;
scrollbar-track-color:#000000;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}

/* -----------------------------------
Site:       vusource
Updated:    5/1/10
----------------------------------- */

