body{
	background-color: black;
	margin:0px;
	padding:5px 0px;
	background-image: url(../siteImages/tile.png);
	background-repeat: repeat;

}
a
{
font-family: Helvetica, Arial, sans-serif;
line-height: 2em;
border: none;
color: #ffccff;
font-weight: bold;
text-decoration: underline;
text-align: center;
} 

a:hover
{
font-family: Helvetica, Arial, sans-serif;
line-height: 2em;
border: none;
color: #ffccff;
font-weight: bold;
text-decoration: underline;
text-align: center;
} 
td{
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
}
table{
	margin-left: 240px;
}

#wrapper{
	background-color: black;
	color: white;
	/*border: thin solid white;*/
	width: 600px;
	height: 100%;
	margin: 0px auto;
}

.homepage_background{
	background-image: url(../images/homepage_background.jpg);
	height: 465px;
	width: 600px;
	background-repeat: no-repeat;

}
.profile_background{
	background-image: url(../images/black_bg.jpg);
	height: 465px;
	width: 600px;
	background-repeat: no-repeat;

}
#navigation ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.profile_list{
	width: 150px;
}

.right{
	text-align: right;
}

#navigation li{
float: left;
} 

#navigation li a
{
font-family: Helvetica, Arial, sans-serif;
height: 40px;
line-height: 2em;
float: left;
width: 120px;
display: block;
border: none;
color: #ffccff;
font-weight: bold;
text-decoration: none;
text-align: center;
} 
/*
#navigation li a:hover
{
	font-family: Helvetica, Arial, sans-serif;
	height: 38px;
	line-height: 2em;
	float: left;
	width: 118px;
	display: block;
	border: thin solid #ccffcc;
	color: #ffccff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
} 
*/
.home{
	background-color: #ff00cc;
}

.profile{
	background-color: #cc0099;
}

.illustration{
	background-color: #990066;
}

.design{
	background-color: #660033;
}

.process{
	background-color: #330000;
}
#marikalogo{

	text-align: right;
}