body {
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 18px;
	line-height: 18px;
}

#previous {
	float: left;
}

#next {
	float: right;
}

img {
	border: 0px;
}

a:link,
a:visited {
	font-weight: normal; 
	text-decoration: none;
	color: #0000CC;
}

a:hover,
a:active {
	font-weight: normal; 
	text-decoration: underline;
	color: #0000CC;
}

h1 {
	line-height: 18px;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

#nav, #footer {
	float: right;
	line-height: 18px;
}

#nav a {
	margin-left: 18px;
}

#photo-nav {
	float: left;
	line-height: 18px;
	margin-left: 80px;
}

#photo-nav a {
	margin-right: 18px;
}


#content {
	width: 480px;
	margin: 36px auto;
}

#my-images {
	border: black double 2px;
	height: 320px;
}

#footer {
	margin-top: 36px;
}

#footer p {
	text-align: justify;
}

#success {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border: 2px solid #FEDD47;
	background: #FFF9D7;
	font-size: 18px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#error {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	background: none repeat scroll 0 0 red;
	border: 2px solid #CD0A0A;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
