@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family:"Courier New", Courier, monospace;
}

a {
	color:#FFF;

}

body {
	background: #302b28;
	text-align: center;
	background: url(images/background.jpg) no-repeat;
}

#menu {
	margin: 5px auto 0 auto;
	text-align: right;
	height: 50px;
	
}

#main {
	margin: 0 auto 0 auto;
	text-align: center;
	width:800px;
}

#photo {
	margin: 10px auto 0 auto;
	

}

#text {

}

#caption {
	margin: 0px auto 0 auto;
	
}

#title {
	float: left;
	width:30%;
	text-align: left;
}

#details {
	text-align: right;
	color:#000000;
	float: left;
	width:70%;

}

h1 {
	font-size: 20px;
}
