#wrapper {
	margin:0 auto;
	width:600px;
}

#box {
	width:600px;
}

#portfoliobox {
	background-color:#e9e9e9;
	padding:10px;
	text-align:center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

body a:link {
    color:#FF0000;
    text-decoration:none;
}

body a:visited {
    color:#FF0000;
    text-decoration:none;
}

body a:hover {
    color:#FF0000;
    text-decoration:underline;
}

body a:active {
    color:#FF0000;
    text-decoration:none;
}

.images {
	border:5px solid #f7f7f7;
	margin-bottom:5px;
}

h1 {
	font-size:25px;
	font-weight:normal;
	margin:0px;
}
