/* CSS Document */
@charset "iso-8859-1";

body
	{
		background-image: url('images/background.jpg');
		background-repeat: no-repeat;
		margin: 0px;
		background-position: top;
		color: #000000;
		background : transparent url('images/background.jpg') no-repeat fixed top;
		background-color : Black;
	}

table.main 
	{
		background-image: url('tablebackground.jpg'); 
		background-repeat: no-repeat; 
		background-position: center top;
	}

table.personal
	{
		background-image: url('images/background-personal.jpg'); 
		background-repeat: no-repeat; 
		background-position: center top;
	}

td.phototitle
	{
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; 
        font-weight:bold;
	}

td.thumbs
	{
		height: 98px;
		width: 69px;
		vertical-align: top;
		text-align: left;
	}
               
h2
	{
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; 
        margin-top:5px;
		margin-bottom:5px;
	}               

h3
	{
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
	}

h3.menu
	{
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-top:0px;
		margin-left:15px;
	}

h4
	{
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}

h6
	{
		color: #FFFFFF;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 12px;
		margin-top:0px;
        margin-left:15px;
		margin-bottom:0px;
		font-weight:normal;
		text-align:center
	}

p
	{
		color: #FFFFFF;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 14px;
		text-align: justify; margin-top:0px;
	}

div.quotes
	{
		margin-left:30px;
	}

p.quote
	{
		color: #FFFFFF;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 14px; 
		text-align: Justify;
		text-indent: -30px;
		margin-bottom:0px;
	}

p.quoter
	{
		text-indent: 10px;
		margin-left: 40px;
		margin-top: 5px;
		margin-bottom: 30px;
	}

.center
	{
		text-align:center;
	}

.left
	{
		text-align:left;
	}

div.resume
	{
		margin-left:30px;
	}

div.resume p
	{
		color: #FFFFFF;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 14px;
		text-align: Justify;
		text-indent: -30px;
	}

div.resume h2
	{
		text-align: center;
		text-indent: -30px;
	}

div.links blockquote
	{
		margin-top:0px;
	}

div.links h4
	{
		margin-top:0px;
		margin-bottom:0px;
	}

div.links dl
	{
		margin-top:0px;
	}

div.links dd
	{
		font-size: 14px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		margin-top:0px;
	}

a
	{
		text-decoration: none;
	}

a:focus
	{
		outline-style: none;
	}

a:link
	{
		color: Red;
	}

a:visited
	{
		color: Olive;
	}

a:hover
	{
		color: #CC6699;
		text-decoration: underline;
	}

a.menu
	{
		text-decoration: none;
	}

a.menu:link
	{
		color: #FFFFFF;
	}

a.menu:visited
	{
		color: #FFFFFF;
	}

a.menu:hover
	{
		color: Red;
		text-decoration: none;
	}

a.foot
	{
		text-decoration: none;
	}

a.foot:link
	{
		color: #FFFFFF;
	}

a.foot:visited
	{
		color: #FFFFFF;
	}

a.foot:hover
	{
		color: Red;
	}