/* Fonts and Stuff */

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Universal Setups &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

html {
	font-family: Arial;
	font-size: 12px;}
	
a:link, a:visited, p a:link, p a:visited {
	color: #586a87;
	text-decoration: none;}
	
a:hover, p a:hover {
	color: #586a87;
	text-decoration: underline;}

p, form {
	margin: 0;}	
	

	
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Headings Setups &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

h1 {
	font-size: 25px;
	color: #393d51;
	text-transform: uppercase;
	margin: 0;}
	
h2 {
	font-size: 20px;
	color: #687c9a;
	text-transform: uppercase;
	margin: 0;}
	
h3 {
	font-size: 18px;
	color: #a8bcda;
	text-transform: uppercase;
	margin: 0;}
	
h4, h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 14px;
	color: #687c9a;
	text-transform: uppercase;
	margin: 0;}
	
h5 {
	color: white;}
	
h5, h5 a:link, h5 a:visited {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;}
	
h5 a:link, a:visited {
	color: #aabedd;}
	
h6 {
	font-size: 10px;
	color: #393d51;
	text-transform: uppercase;
	margin: 0;}
	
#pageMarker {
	color: #678dae;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;}
	
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& image settings &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.imageLeft {
	float: left;
	margin: 5px 10px 10px 5px;
	border: 1px solid black;}
	
.imageRight {
	float: right;
	margin: 5px 5px 10px 10px;
	border: 1px solid black;}
	
.image {
	margin: 10px;
	border: 1px solid black;}
	
.fromTheGalleryImages {
	border: 2px solid white;
	margin: 0;}
	
.fromTheGalleryMargins {
	margin: 15px;}
	
.fromTheGalleryShadows {
	border-right: 2px solid black;
	border-bottom: 2px solid black;}	
	
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Navigation Setups &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

#navContent {
	padding-top: 6px;}

#navContent ul {
	display: inline;
	list-style: none;
	margin: 0;
	text-transform: uppercase;}
	
#navContent ul li, #navContent ul li a:link, #navContent ul li a:visited {
	color: white;
	text-decoration: none;}
	
#navContent ul li a:hover {
	text-decoration: underline;}
	
#navContent ul li {
	border-left: 1px solid white;
	display: inline;
	padding: 0 5px 0 5px;
	margin: 0;
	font-size: 12px;}
	
#navContent ul li.first {
	color: white;
	border-left: none;
	display: inline;
	padding: 0 5px 0 5px;
	margin: 0;}
	
#pageMarkerMiddle {
	color: white;}
	
#mainNav {
	margin-left: -30px;
	margin-top: 3px;
	/*\*/* margin-left: 10px; /**/
	/*\*/* margin-top: 2px; /**/
	float: left;}
