body
{
	font-family: verdana, sans-serif;
}

img
{
	border: 0;
}

.container
{
	width: 600px;
	margin: 0 auto;
}

.header
{
	height: 405px;
        background: url(images/header.jpg);
}

.headertext
{
	color: white;
	padding: 300px 40px 0 40px;
	font-weight: bold;
}

.headertext .name
{
	font-size: 50px;
	font-weight: normal;
}

.main
{
	background-color: black;
	height: 450px;
	color: white;
}

.column
{
	width: 200px;
	float: left;
}

.item
{
	padding: 20px 0;
	text-align: center;
}

.item img
{
	height: 100px;
}



a:link { 
        font-weight: bold; 
        text-decoration: none; 
        color: #B7A5DF; 
} 

a:visited { 
        font-weight: bold; 
        text-decoration: none; 
        color: #D4CDDC; 
} 

a:hover, a:active { 
        text-decoration: underline; 
        color: #9685BA; 
} 




.content .header
{
	height: 100px;
}

.content .headertext
{
	padding: 30px 40px 0 40px;
}

.content .headertext .name
{
	font-size: 35px;
}

.content .navigation, .content .breadcrumbs
{
	font-size: 0.8em;
	color: #ddddee;;
	background-color: black;
	padding: 5px 40px;
}

.content .main
{
	padding: 10px 40px 40px 40px;
	height: auto;
	color: #ddddee;
}

.content .main h1
{
	font-size: 1.5em;
	color: white;
	margin: 0;
}

.footer
{
	background: url(images/footer.jpg);
	height: 25px;
}