/*
-----------------------------------------------------------------------------------------
Global 
-------------------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
}
body {
	width: 100%;
	height: auto;
	margin: 0px;
	padding-top:4px;
	padding-bottom:4px;
	border: none;
	background: #fff;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding:0px;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: normal;
	margin: 0px;
	padding:0px;
	text-decoration: none;
	line-height: 18px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #000;
}
/*
-----------------------------------------------------------------------------------------
Background Structure (UPPER)
-------------------------------------------------------------------------------------- */

div#logo {
		margin-right:auto;
		margin-left: auto;
		height: 48px;
		width: 797px;
		padding: 0px;
		border:1px solid #000000;
		background-image:url(../images/web/spacerlightblue.gif);
		z-index:1;		
}
div#topline {
		margin-right:auto;
		margin-left: auto;
		height: 2px;
		width: 797px;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		background-color:#FFFFFF;
		z-index:1;
}


div#nav {
		margin-right:auto;
		margin-left: auto;
		height: 20px;
		width: 790px;
		padding-left:7px;
		background-image:url(../images/web/spacergrey.gif);
		border:1px solid #000000;
		z-index:50;
}
div#secondline {
		margin-right:auto;
		margin-left: auto;
		height: 2px;
		width: 797px;
		padding: 0px;
		background-color:#FFFFFF;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		z-index:1;
}
/*
-----------------------------------------------------------------------------------------
Flags
-------------------------------------------------------------------------------------- */

div#flags {
	float:right;
	padding-right:15px;
	visibility: visible;
	width: 183px;
	height: 20px;
	text-align: right;
	z-index: 1;
}

div#en {
	float:right;
	padding-right:0px;
	visibility: visible;
	width: 22px;
	height: 20px;
	text-align: right;
	z-index: 2;
}
div#fr {
	float:right;
	padding-right:0px;
	visibility: visible;	
	width: 22px;
	height: 20px;
	text-align: right;
	z-index: 3;
}

div#ge {
	float:right;
	padding-right:0px;
	visibility: visible;
	width: 22px;
	height: 20px;
	text-align: right;
	z-index: 4;
}

div#it {
	float:right;
	padding-right:0px;
	visibility: visible;
	width: 22px;
	height: 20px;
	text-align: right;
	z-index: 5;
}



/*
-----------------------------------------------------------------------------------------
Background Structure (MAIN)
-------------------------------------------------------------------------------------- */

div#main {
		margin-right:auto;
		margin-left: auto;
		height: auto;
		width: 797px;
		background-image:url(../images/web/spacerbackblue.gif);
		border: 1px solid #000000;
		padding: 0px;
		z-index:1;
}

div#random {
		height: 485px;
		width: 797px;
		padding: 0px;
		z-index:2;
}

div#location {
	float:right;
	padding-right:15px;
	visibility: visible;
	width: 782px;
	height: 20px;
	text-align: right;
	z-index: 3;
}


/*
-----------------------------------------------------------------------------------------
Background Structure (LOWER)
-------------------------------------------------------------------------------------- */
div#lower {
		height: 22px;
		width: 797px;
		margin-right:auto;
		margin-left: auto;
		background-image:url(../images/web/spacerlightblue.gif);
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		border-bottom:1px solid #000000;
		padding:0px;
		z-index:1;
}
div#lowerline {
		height: 2px;
		background-color:#FFFFFF;
		width: 797px;
		padding: 0px;
		border-bottom:1px solid #000000;
		z-index:1;
}



div#thumbs {
	position: absolute;
	visibility: visible;
	width: 200px;
	height: 20px;
	text-align: left;
	z-index: 5;
}

div#copy {
	position: absolute;
	padding-top:1px;
	visibility: visible;
	width: 797px;
	height: 20px;
	padding:1px;
	text-align: center;
	z-index: 2;
}



div#nextprev {
	position: absolute;
	visibility: visible;
	width: 782px;
	height: 20px;
	text-align: right;
	z-index: 4;
}

div#clear {
	clear:both;
}

/*
-----------------------------------------------------------------------------------------
Thumbnail Lists
-------------------------------------------------------------------------------------- */

		
	div#colA {
		width:200px;
		padding-left:75px;
		float:left;
		z-index:4;
		}
	
	div#colB {
		width:200px;
		padding-left:45px;
		float:left;
		z-index:3;
		}
	
	div#colC {
		width:200px;
		padding-right:30px;
		float:right;
		z-index:2;
		}
		
div#bio {
		width:440px;
		height:465px;
		padding-left:25px;
		float:left;
		z-index:2;
		}

div#gallery {
		width:315px;
		height:465px;
		padding-left:80px;
		float:left;
		z-index:3;
		}
		
div#form {
		width:345px;
		height:465px;
		padding-right:25px;
		float:right;
		z-index:2;
		}
/*
-----------------------------------------------------------------------------------------
Classes
-------------------------------------------------------------------------------------- */
a.lower {
	font-size: 13px;
	padding-left:15px;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
}
a.lower:link {
	color: #003366;
}
a.lower:visited {
	color: #003366;
}
a.lower:hover {
	color: #fff;
}

a.list {
	font-size:12px;
	font-family:"Courier New", Courier, mono;
	font-weight: normal;
	text-decoration: none;
}
a.list:link {
	color: #000;
	text-decoration:none;
}
a.list:visited {
	color: #000;
}
a.list:hover {
	color: #fff;
	text-decoration:none;
}

.title {
	font-size:12px;
	font-family:"Courier New", Courier, mono;
}

.location {
	font-size:10px;
	color:#003366;
	line-height:20px;
	padding:0px;
	z-index: 3;
}
.copytext {
	font-size:9px;
	color:#003366;
	line-height:17px;
}

.red {
color:#CC0000;

}

a.small {
	font-size:9px;
	padding-left:15px;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
	line-height:20px;
}
a.small:link {
	color: #003366;
}
a.small:visited {
	color: #003366;
}
a.small:hover {
	color: #006699;
}