/* CSS Document */

<style type="text/css">
<!--



/* NAVIGATION CSS */



#nav {
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 25px;
	display: inline;
	overflow: hidden;
	width: 450px;

	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -25px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -50px;
	}
	
#home a  {
	width: 90px;
	background: url(images/home_tabs.gif) top left no-repeat;
	}

#portfolio a  {
	width: 90px;
	background: url(images/portfolio_tabs.gif) top left no-repeat;
	}

#about a  {
	width: 90px;
	background: url(images/about_tabs.gif) top left no-repeat;
	}

#links a  {
	width: 90px;
	background: url(images/links_tabs.gif) top left no-repeat;
	}
	

#contact a  {
	width: 90px;
	background: url(images/contact_tabs.gif) top left no-repeat;
	
	}	
	
	
/* MAIN CONTENT CSS */	

	
		#container 
		{
			margin: 0 auto;
			width: 800px;
			text-align: left;
			padding-top: 5%;
			background-repeat: no-repeat;
		  }
	
		body
		{
			text-align: center;
			background-image: url(images/bg2.gif);
			margin: 0;
			padding: 0;
			font-size: 80%;
			color: ffff99;
			font-family: lucida grande, arial, helvetica, sans-serif;
		}
		
		#col1
		{
			float:left;
			width: 30%;
			margin-bottom: 10px;
			align: right;
			padding: 0px;
		}
		
		#col2
		{
			float:left;
			width: 70%;
			margin-bottom: 0px;
			padding-top: 48px;
	
		}
		
		
		#col3
		{
			float:left;
			width: 35%;
			margin-bottom: 0px;
			padding-top: 0px;
		}
		
		
		#col4
		{
			float:left;
			width: 35%;
			margin-bottom: 0px;
			padding-top: 0px;
		}
		
		#iframecol, #contactcol, #aboutcol, #portfoliocol
		{
			float:left;
			width: 70%;
			margin-bottom: 0px;
			padding:0;
		}		
				
				
		#newscol
		{
			float:left;
			width: 70%;
			margin-top: 7.5px;
			margin-bottom: 0px;
			padding:0;
		
		}
		
		#main
		{
			background-image: url(images/container1.png);
			backkground-repeat: no-repeat;
			float: left;
			width: 100%;
			margin-bottom: 10px;
			margin-left: 0px;
			height: 400px;
			padding: 0px;
		}
		
		#content
		{
			float:left;
			width: 700px;
			height: 300px;
	
			margin-bottom: 20px;
			margin-left: 50px;
			height: 300 px;
			padding-top: 30px;
		
		}
	
		
		p
		{
			color:#FFFF99;
			padding: 0px 5px;
			font-size: 80%;
			font-family: lucida grande, arial, helvetica, sans-serif;
		}
		
		
		h2
		{
			color:#FFFF66;
			text-transform: uppercase;
			font-size: 85%;
			letter-spacing: .1em;
			text-align:center;
			padding-right: 22px;
		
		}


		h3, h3 a:link, h3 a:visited, a:link h3, a:visited h3
		{
			color:#FFFF66;
			text-transform: uppercase;
			font-size: 75%;
			font-weight:bold;
			letter-spacing: .1em;
			text-align:right;
			padding-right: 22px;
		
		}
		
		
		h3 a:hover, h3 a:active, a:hover h3, a:active h3
		{
			color:#ffcc00;
			text-transform: uppercase;
			font-weight:bold;
			letter-spacing: .1em;
			text-align:right;
			padding-right: 22px;
		
		}
		
		h4, h4 a:link, h4 a:visited
		{
			color:#6C4923;
			text-style: italic;
			font-size: 90%;
			letter-spacing: .3em;
			text-align:right;
			padding-right: 11px;
			line-height: 1mm;
		}
		

		
		a:link, a:visited
		{
			color:#FFCC00;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 90%;
		}


		

		strong
		{
			font-size: 90%;
			color: #ffcc00;
			text-transform:uppercase;
			font-family: lucida grande, arial, helvetica, sans-serif;
		}
		
		IMG
		{
			border:none;
			
		}
		
		TABLE
		{border:none;
		}


	

-->
</style>
