/* HTML tag styles */
body{
	font-family: Arial,sans-serif;
	margin-top: 15px;
	text-align: center;
}

a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: red;}

/* Layout */
#wrap {
	width: 700px;
	background-color: #BEC3D9;
	margin: 0px auto;
	text-align: left;
}

#front_page{
	border: 1px solid #000000;
	padding: 50px 25px 50px 25px;
	overflow: auto;
}

#picture{
	float: left;
	margin-right: 25px;
}

#link_list{
	line-height: 2;
}

#footer{
	margin-top: 100px;
}


/* ---- */
#content{
	border: 1px solid #000000;
	padding: 0px 25px 50px 25px;
	overflow: auto;
}
#back{
	line-height: 25px;
	margin-bottom: 25px;
}

#pageName{
	margin: 0px;
	padding: 10px;
}

.media{
	overflow: auto;
	line-height: 110px;
	padding-left: 25px;
}

.media img{
	float:right;
	border:1px solid #000000;
	margin: 0px 10px 0px 10px;
}

.link{
	overflow: auto;
	line-height: 80px;
	padding-left: 25px;
}

.link img{
	float:right;
	border:1px solid #000000;
	margin-right: 10px;
}

#error {
	text-align: center;
	padding-bottom: 150px;
}
