#container
{
    margin: 0 auto 0 auto;
	padding-top: 3em;
	padding-bottom: 3em;
    width: 40em;
    height: 100%;
    font-family: "helvetica","sans-serif";
	background:#f2f2f2;
	color:#343838;
	border-radius: 0px 0px 10px 10px; 
    -moz-border-radius: 0px 0px 10px 10px; 
    -webkit-border-radius: 0px 0px 10px 10px; 
    border-left: 2px solid #BAADAD;
	border-right: 2px solid #BAADAD;
	border-bottom: 2px solid #BAADAD;
}
#header
{
    margin: 0 2em 0 2em;
	
}

#header h1 { 
    font-size: 250%;
	text-align: center;
	letter-spacing:0.05em;
	font-weight:400;
}
#content {
    margin: 0 2em 0 2em;
}
#content h2
{
    text-align: center;
	color: #000;
	font-size: 160%;
	letter-spacing:0.05em;
	font-weight:400;
	margin: 1em 0 0.3em 0;
}
#content a
{
    text-decoration:none;
    color:#AB1F1F;
}
#content a:hover
{
    text-decoration:underline
}
#content a:visited
{
    color:#751414;
}

#content p
{
    margin-top: 0.5em;
}

.profiles ul
{
    list-style-type:none;
}

.profiles li
{
    list-style-type:none;
	margin-bottom:0.5em;
}

.profiles span
{
	display:inline-block;
    margin: 0 1em 0;
}
.profiles a img
{
    width:32px;
	height:32px;
}

#footer
{
	text-align: center;
	padding-bottom: 4em;
	padding-top:1em;
	color:#343838;
}

