html
	{	border: none;
		margin-top: 0px;
		padding-top: 0;
	}

body
	{ 	margin:0px 0px;
		padding:0px;
		text-align:center;
		background-color: white;
	}

h1
	{	font-size: 16px;
		color: #CC3300;
		line-height: 10px;
	}
	
h3
	{	font-size: 10px;
		color: #CC3300;
		line-height: 10px;
	}
	
small
	{	color: #CC3300;
	}

a 	{	text-decoration: none;
    		color: #FF3300;
    		background-color: transparent;
}


u	{	color: #009999;
	}

.strong_link
	{	color: #FF3300;
	}
p	
	{	color: #CC3300;
	}

a:hover {	text-decoration: underline;
    		background-color: transparent;
	}
	
#wrapper
	{	width: 900px;
		height: 150px;
		margin:0px auto;
		text-align:left;
		padding:5px;
		background-color: white;
		line-height: 15px;
		font-family: Verdana;
		
	}

#wrapper #links
	{ 	position: relative;
		margin:0px auto;
		padding: 0px;
		top: -12px;
		left: -5px;
		width: 645px;
		height: 10px;
		overflow: fixed;
	}
	
#outer_wrapper
	{	width: 900px;
		height: 3px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		background-color: white;

	}
	
#outer_wrapper #version_number p
	{	text-align: right;
		font-size: 14px;
		color: #CC3300;
		font-family: Verdana;
	}

#wrapper #navigation ul
	{	list-style-type: none;
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}

#wrapper #navigation li
	{	display: inline;
	}

#wrapper #navigation img
	{
		border: #ccc 1px solid;
		padding: 3px;
	}

#wrapper #navigation2 ul
	{	list-style-type: none;
		margin-left: 15px;
		padding-left: 0px;
		margin-top:  0px;
		padding-top: 0px;
	}

#wrapper #navigation2 img
	{	border: #ccc 1px solid;
		padding: 3px;
	}


#wrapper #bodytext
	{	position: relative;
		margin:5px auto;
		padding: 5px;
		top: -10px;
		left: -5px;
		width: 645px;
		height: 82px;
		overflow: auto;
	}

#portfolio_wrapper
	{	width: 900px;
		height: 150px;
		margin:0px auto;
		text-align:left;
		padding:5px;
		background-color: white;
		line-height: 15px;
		font-family: Verdana;
		
	}




.hidden_text
	{	display: none; /* hide the text for the navigation list */
	}


