a
{
  outline: none;
}
body {
    background-color: #000000;
}
.box {
	width: 792px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	min-height: 800px;
	
}
.section {
	text-align: left;
	left: 1px;
	width: 692px;
	padding-bottom: 25px;
}
#menu {
	padding-top: 15px;
}

#menu ul 
{
	padding-left: 504px;

}

#menu li 
{
	list-style-type:none;
	text-indent: -9999px;
	height: 17px;
	float: left;
}

#menu li#home 
{
	background-image: url(index_pictures/menu_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 -17px;	
	height: 17px;
	float: left;
	width: 52px;
}

#menu li#profile 
{
	background-image: url(index_pictures/menu_profile.jpg);
	background-repeat: no-repeat;
	background-position: 0 -17px;
	height: 17px;
	float: left;
	padding: 0px;
	width: 56px;
}

#menu li#portfolio 
{
	background-image: url(index_pictures/menu_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0 -17px;
	height: 17px;
	width: 66px;
	float: left;
}

#menu li#links 
{
	background-image: url(index_pictures/menu_links.jpg);
	background-position: 0 -17px;
	height: 17px;
	width: 50px;
	float: left;
	background-repeat: no-repeat;
}

#menu li#contact 
{
	background-image: url(index_pictures/menu_contact.jpg);
	background-position: 0 -17px;
	height: 17px;
	width: 61px;
	float: left;
	background-repeat: no-repeat;
}
#menu li a 
{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
	height: 17px;
} 

#menu li#home a 
{
	background-image: url(index_pictures/menu_home.jpg);
	background-repeat: no-repeat;
	height: 17px;
	float: left;
	width: 51px;
}

#menu li#profile a 
{
	background-image: url(index_pictures/menu_profile.jpg);
	background-repeat: no-repeat;
	height: 17px;
	float: left;
	padding: 0px;
	width: 54px;
}

#menu li#portfolio a 
{
	background-image: url(index_pictures/menu_portfolio.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 66px;
	float: left;
}

#menu li#portfolio_linked a
{
	background-image: url(index_pictures/menu_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0 -17px;
	height: 17px;
	width: 66px;
	float: left;
}

#menu li#links a 
{
	background-image: url(index_pictures/menu_links.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 50px;
	float: left;
}

#menu li#contact a 
{
	background-image: url(index_pictures/menu_contact.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 61px;
	float: left;
}
#menu li#home a:hover 
{
	background-position: 0 -17px;
	background-image: url(index_pictures/menu_home.jpg);
}
#menu li#profile a:hover 
{
	background-position: 0 -17px;
	background-image: url(index_pictures/menu_profile.jpg);
}
#menu li#portfolio a:hover 
{
	background-position: 0 -17px;
	background-image: url(index_pictures/menu_portfolio.jpg);
}
#menu li#links a:hover 
{
	background-position: 0 -17px;
	background-image: url(index_pictures/menu_links.jpg);
}
#menu li#contact a:hover 
{
	background-position: 0 -17px;
	background-image: url(index_pictures/menu_contact.jpg);
}
h2 {
	font-size: 116%;
	color: #FFFFFF;
	margin-bottom: 1em;
	font-weight: bold;
}
h2.hidden {
	display: none;
}
p {
	font-size: 100%;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 1.2em;
}
p.center {

	text-align: center;

}
p.small {
	font-size: 11px;
}
ul {
	text-align: left;
	list-style-position: outside;
	margin-bottom: 0.7em;
	padding-left: 16px;
}
li {
	list-style-type: disc;
	line-height: 1.5em;
	padding-bottom: 0.5em;

}
a:link {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}


a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}

.footer {
	width: 760px;
}
h1 {
	display: none;
}
