/* 
hollymenges.com stylesheet.
?'s - ethan @ kung fu kitchen dot com
*/


*				 {   margin:0;
   					 padding:0;	
   					 list-style: none;
					}

body 			{	background: #99cccc; 
					font-family:  Verdana, Helvetica, Arial, SansSerif, sans-serif, Geneva;
					font-size:.7em;
					line-height:1.8em;
					text-align:center;
					color:#666666;	
 					}  
					
a:link 			{	color:#666666;  text-decoration:underline;  }
a:visited 		{	color:#666666;  text-decoration:underline;	}
a:hover			{	color:#ffffff; text-decoration: underline;}
a img 			{	border:0;  }

p		{	margin: 1em 0;	}
h1		{ 	color: #ffffff;  font-size: 1.2em; font-weight: normal; margin: 2.2em 0 2em 0;}
h2		{ 	margin: 1em 0 0 0; font-size: .9em; font-weight: bold; text-transform: uppercase;}


.container		{	width: 842px;
					margin: 0 auto;
					padding: 1px;
					text-align: left;
					background:  url("../images/bkg-container.gif") 0 0 no-repeat ;
					
				}

		.intro	{	width: 222px;
					position: relative;
					top: 349px;
					left: 154px;
					float: left;}
					
#resume-link	{ 	float: right; margin: 0 0 47px 160px;	}					


.content		{ 	margin: 65px 0 0 388px;
					padding: 0 0 0 27px;
					border-left: 1px solid #8aadad ;
					line-height: 1.3em;

					}
.content a:link, .content a:visited 	{ text-decoration: none;}


.whyIsntBorderPaddingReal	{  position: relative; top: -26px;	}

	.footer		{	text-align: center; clear: both; margin-top: 3em;	}



