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

body
	{
	 background-image:url('background.png');
	 background-repeat:repeat-y;
	 background-color:white;
	}

#wrap 
	{ 
	 width: 900px; 
	 margin: 0 auto; 
	 margin-top: 100px; 
	 text-align: left; 
	}

#head	
	{ 
	 width: 1600px; 
	 height: 100px; 
	 margin-top: -100px; 
	 padding: 20px 0 0 0; 
	 z-index: 1; 
	 position: fixed; 
	 _position: absolute; 
	 font-weight: bold; 
	 background: url(img/background.png);
	 background-color: white;
	 background-repeat: repeat-y;
	 background-attachment:fixed;
	 color: black; 
	 text-shadow: 0px 2px 3px #e1e1e1; 
	 }
	
#title 
	{ 
	 width: 575px; 
	 margin: 0 75px 0 0; 
	 padding-top: 2px; 
	 float: left; 
	 border-top: 1px solid black; 
	}
		
#title a 
	{ 
	 color: black; 
	 text-decoration: none; 
	}
	
#menu 
	{ 
	 width: 250px;  
	 padding-top: 2px; 
	 float: left; 
	 border-top: 1px solid black; 
	}

a 
	{
	text-decoration: none;
	color: black;
	}

.link
	{
	color: black;
	size: 2em;
	text-decoration: none;
	}

.design, .deployment, .contact 
	{
	 color: black; 
	 text-decoration: none; 
	}

.design:hover 
	{
	 color: #3333cc; 
	 cursor: pointer; 
	}	

.deployment:hover 
	{ 
	 color: #3333cc; 
	 cursor: pointer; 
	}
	
.contact:hover 
	{ 
	 color: #3333cc; 
	}

/* Current Work */

#examples
	{
	 padding-top: 100px;
	}

img#web_design 
	{
	border: 5px;
	}

.lrhs 
	{ 
	width:900px; 
	height:300px; 
	border-width:0px; 
	padding:0px; 
	}
	
