@import url(menu.css);
@import url(gallery.css);
@import url(layout.css);
@import url(tables.css);

html{ 
	margin:0; 
	padding:0; 
} 
body{
  margin: 0;
  background-color: #808080;
  color: #000000;
  font-family:Georgia, "Times New Roman", Serif;
  min-width: 900px;
  text-align: center;
}

a:link , a:visited{
	text-decoration: none;
	color: #E83954;
}

a:hover {
	color: #E83954;
	text-decoration:underline;
}

p.note {
	color: #E83954;
}
.noborder {
	border:none;
}
.border {
	border:1px solid black;
}
/*
#maincol{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	width:100%; 
	padding-bottom:20px;
}
*/
.centered	{
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

.bottomspace {
	margin-bottom:10px;
}

h1 {
	font-size:1.15em;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.45em;
	letter-spacing:1px;
}

h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	line-height:1em;
	letter-spacing:.75px;
}

h2.photos {
	font-size:1em;
	font-weight:bold;
	text-transform:none;
	margin:0px 0px -15px 0px;
	line-height:1em;
	letter-spacing:.75px;
}

h2.margin {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	margin:15px 0px 2px 0px;
	line-height:1em;
	letter-spacing:.75px;
}

h3 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
	letter-spacing:.75px;
}

.list {
	font-weight: bold; 
	line-height: 2em;
	margin-left:-20px;
}

.italics {
	display: inline; 
	font-style: italic;
}

img.centered {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

img.frame {
	padding:5px;
	border:1px solid black;
}

img.left {
	float:left;
	padding-right:10px;
}

img.flag {
	padding:10px 4px 4px 4px;
}

ol {
	font-size:.875em;
	line-height:1.25em;
}

ol ol {
	font-size:.875em;
	line-height:1.45em;
	list-style-type: lower-alpha; 
}

p {
	font-size:.875em;
	line-height:1.25em;
}
p.centered	{
	text-align:center;
}

p.left	{
	text-align:left;
}

p.right	{
	text-align:right;
}

p.bottom {
	width:260px;
}
p.justified {
	margin: 1.25em 0;
	text-align: justify;
}
ul.awards {
	font-size:.875em;
	line-height:1.25em;
	list-style-type:none;
	padding:0;
	margin:0; 
}