@charset "UTF-8";
/* CSS Document */

body	{	background-color: #fff;
			color: #000;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			margin: 0;
		}

h2	{	font-size: 18px;
	}
	
h4	{	font-size: 13px;
		color: #6DB71C;
	}
		
a:link, a:visited, a:active	{	color: #6DB71C;
								text-decoration: none;
		}
		
a:hover	{	color: #fff;
		}
		
.main	{	position: absolute;
			width: 200px;
			height: 500px;
			margin: 0;
			text-align: right;
		}
		
#contact	{	font-style: italic;
				color: #666;
			}
			
.content	{	position: absolute;
				left: 245px;
				top: 7px;
				line-height: 1em;
				
			}
			
#portfolio	{	position: absolute;
				left: 245px;
			}
		

			