<STYLE TYPE="text/css" MEDIA="screen">
	}
.content {
	position:relative; 
	width:auto;
	min-width:120px;
	margin: -7px 240px 20px 199px;
	border:2px solid black;
	background-color:rgb(253,246,228);
	padding:0px;
	z-index:3; 
	}

.content2 {
	position:relative; 
	width:auto;
	min-width:120px;
	margin:-7px 240px 20px 199px;
	border:2px solid black;
	background-color:rgb(253,246,228);
	padding:0px;
	z-index:3; 
	}
ul.enlarge{
	list-style-type:none; /*remove the bullet point*/
	margin-left:0;
	}
ul.enlarge li{
	display:inline-block; /*places the images in a line*/
	position: relative;
	z-index: 10; /*resets the stack order of the list items - later we'll increase this*/
	margin:10px 40px 0 20px;
	}
ul.enlarge img{
	background-color:#ffffff;
	padding: 6px;
	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
ul.enlarge span{
	position:absolute;
	left: -9999px;
	background-color:#eae9d4;
	padding: 10px;
	font-family: Calbri, Arial, sans-serif;
	font-size: 10;
	text-align: center;
	color: #495a62;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	}
ul.enlarge li:hover{
	z-index: 50;
	cursor:pointer;
	}
ul.enlarge span img{
	padding:2px;
	background:#ccc;
	}
ul.enlarge li:hover span{
	top: 50px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -120px; /*distance from the left of the thumbnail to the left of the popup image*/
	}
ul.enlarge li:hover:nth-child(2) span{
	left: -350px;
	}
ul.enlarge li:hover:nth-child(3) span{
	left: -610px;
	}
ul.enlarge li:hover:nth-child(4) span{
	left: 0px;
	}
ul.enlarge li:hover:nth-child(5) span{
	left: -350px;
	}
l.enlarge li:hover:nth-child(6) span{
	left: -610px;
	}
ul.enlarge li:hover:nth-child(7) span{
	top: -120;	
	left: 250px;
	}
ul.enlarge li:hover:nth-child(8) span{
	left: -350px;
	}
ul.enlarge li:hover:nth-child(9) span{
	left: -610px;
	}

body>#navOmega {width:auto;}


BODY 		{
		background-color: 000000;
		}
P		{
		text-align: center;
		font-family:	Arial, Calibri, Sans-Serif; 
		color: rgb(255,255,255); font-style: normal; font-size: 100%
		}
.email		{
		text-align: center;
		font-family: Arial, Calibri, Sans-Serif; 
		color: "#000000"; font-style: italic; font-weight: bold; font-size: 95%
		}
.portfolio		{
		text-align: left;
		font-family:	Arial, Calibri, Sans-Serif; 
		color: "#000000"; font-style: normal; font-weight: bold; font-size: 95%
		}
.textlinks	{
		text-align: left;
		font-family:	Arial, Calibri, Sans-Serif;; 
		font-style: normal; font-weight: normal; font-size: 75%
		}
.indent		{
		text-align: left; text-indent: 10px;
		font-family:	Arial, Calibri, Sans-Serif; 
		color: rgb(15,14,22); font-style: normal; font-weight: normal; font-size: 100%
		}
.indent2	{
		text-align: left; 
		font-family:	Arial, Calibri, Sans-Serif; 
		color: rgb(15,14,22); font-style: normal; font-weight: normal; font-size: 100%
		}
.copywrite	{
		text-align: center;
		font-family:	Arial, Calibri, Sans-Serif; 
		color: rgb(235,235,235); font-style: normal; font-weight: normal; font-size: 75%
		}
EM		{
		text-align: center;
		font-family:	Arial, Calibri, Sans-Serif; 
		color: rgb(172,183,201); font-style: italic; font-weight: bold; font-size: 100%
		}
h1 		{
 		text-align: center;
 		font-face: Arial, Calibri, Verdana, Helvetica, san-serif; font-weight: bold; 
 		font-size: 125%; color: rgb(255,255,255)
		}
H2 		{
 		text-align: center;
 		font-family: Arial, Calibri, Sans-Serif; 
		font-size: 95%; color: rgb(255,255,255)
		}
H3 		{
 		text-align: center;
 		font-face: Arial, Calibri, Sans-Serif; 
		font-size: 100%; 
		color: rgb(243,199,167); 
		font-weight: bolder; 
		font-style: italic
 		}
A:link		{ 
		text-decoration: none; 
		color: rgb(255,255,255);
		font-variant: None; 
		font-family: Arial, Calibri, Sans-Serif;
		font-size: 100%; 
		font-weight: bold; font-style: normal
		}
A:visited	{ 
		text-decoration: none; 
		color: rgb(255,255,255); 
		font-variant: None;
		font-family: Arial, Calibri, Sans-Serif; 
		font-size: 100%;  
		font-weight: bold; font-style: normal
		}
A:hover		{ 
		text-decoration: none; 
		color: rgb(186,1,255);
		font-style: None;
		font-weight: bold;
		font-family: Arial, Calibri, Sans-Serif;
		font-size: 100%		
		}

</STYLE>

