body {
	color: #cacaca;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #000;
	margin: 0 auto;
}
.clear {
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	line-height: 1.7em;
}




a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}






h2 {
	font-size: 1.8em;
	line-height: 1em;
}
.font_med {
	font-size: medium;
}
.font_larger {
	font-size: larger;
}
.font_xlarge {
	font-size: x-large;
}
.center {
	text-align: center;
}

.justify {
	text-align: justify;
}









#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}




.font-small {
	font-size: smaller;
}
.font-small-right {
	font-size: small;
	text-align: right;
}
.font-right {
	text-align: right;
}

.photo-description-color {
	color: #12B8FF;
}





/*--------------- LISTS ---------------*/

ul {
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0.3em;
	padding-left: 1em;
	list-style-type: square;
	font-size: 1.1em;
}
li {
	line-height: 1.4em;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	margin-left: 0.1em;
}
