/*
name: About Style
designer: Thom Derus
modifier url: http://domterrace.com
*/
/* general page elements */

.italic
{
        font-style: italic;
}

a
{
	text-decoration: none;
        padding: 0px 2px 0px 2px;
}

a:link 
{
	color: #CC3300;
	background: #FFFFFF;
}



a:visited
{
	color: #9D9D9D;
	background: #FFFFFF
}

a:active 
{ 
        color: #FFFFFF;
}

a:hover 
{ 
        color: #FF6600;
        background: #CCFFFF;
}

body
{

	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 130%;
}

#container 
{
	position: static;
	width: auto;
}

#container-inner
{
	width: auto;
	margin-left: 10%;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
}

#banner
{
	height: 100px;
}

li
{
        list-style-type: none;
}

.bold
{
        font-weight: bold;
}