/* CSS Document */
/* Kathy's Portfolio */

/** {
margin: 0;
padding: 0;
}
This above code is the same as (margin: 0; padding: 0;) is the body code
*/


body {
	font-size:11px;
	font-family:"Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background-color:#cfc; 
	background: white url(../images/background_tile3.gif);
	background-repeat: repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin:0 auto;
	padding:20px;
	background-color:#fff;
	width: 610px;
	height:900px;
}

h1	{
	font-size:22px;
	font-weight: normal;
	text-align:left;
	color: #000066;
	margin-bottom:5px;
}

h2	{
	font-size:13px;
	font-weight: normal;
	text-align:left;
	color: #666666;
}

/*.h3row	{
	position:relative;
	top: 0px;
	left: 30px;
	text-align:bottom;	
	clear:both;
	width: 550px;
	border:solid thin #CC3333
}*/

.h3row	{
	margin:50px 50px 0px 80px;
	_margin-left:110px;
	_margin-bottom:6px;
	padding:0;
	text-align:bottom;	
/*	clear:both;
	width: 550px;*/
/*	border:solid thin #CC3333*/
}

a {color:#333; text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border:2px solid #000066;}  
a:hover img {border:2px solid #d2dfd4;}
/*a:hover img {border:2px solid #303096;}*/

/*.image	{
	position:relative;
	margin: 0px;
	padding:0;
	float:left;
}
*/
.image	{
	padding:0;
	margin:0px 30px 44px 30px;
	_margin:0px 30px 20px 30px;
	float:left;
}
/*  float:left; makes the images horizontal*/
/*margin:30px; shows differently in firefox and IE*/


.image_row1	{
	margin:0px 50px 50px 50px;
	_margin:0px 50px 50px 50px;
	padding:0px;	
	clear:both;
/*	border:solid 1px #00FF00;*/
}

.image_row	{
	margin:50px 50px 50px 50px;
	_margin:50px 50px 50px 50px;
	padding:0px;	
	clear:both;
/*	width: 550px;*/
/*	border:solid thin #66FFCC;*/
}


p {
	text-align:center;
	font-size:9px;	
}

.image p  {
	text-align:center;
}

#scoot_me {
	padding-left:75px;
}
	
.name  {
	margin-top: 0px;
	border-top: 2px solid #d2dfd4;
	text-align:right;
	font-size:15px;
	color: #000066;
	font-weight:normal;
}

.name2  {
	font-size: 13px;
	color: #666666;
	font-weight:normal;
	text-decoration: underline-none;
}

.name3  {
	font-size: 11px;
	color: #666666;
	font-weight:normal;
}

/*
a:link { 
	text-decoration: none;
}
*/
/*deletes the underline from the email address*/
