HTML{
	height:100%;
	width:100%;
	overflow: auto;
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	left:0px;
	overflow: hidden;
}

body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	position:relative;
	top:0px;
	left:0px;
	background-color: #242423;
	background-image:url(../img/body.gif);
	background-repeat: repeat-x;
	overflow: hidden;
} 

/*-------------------------------------WELCOME SCREEN------------------------------------*/

/*#welcomecenter{
width:1px;
height:1px;
margin:auto;
overflow: visible;
position:relative;
top:0px;
left:0px;	
}

#welcomecontent{
	width:430px;
	position:absolute;
	top:0px;
	left:-215px;
}*/

#flash{
position:absolute;
top:0px;
left:0px;
width:250px;
height:200px;
overflow: hidden;
}

#flashcenter{
	position:relative;
	top:-150px;
	left:0px;
}

#address{
	position:absolute;
	bottom:45px;
	left:40px;
	width:200px;
	color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height: 1.5em;
}

/*--------------------------------------------------------END WELCOME------------------------------------------*/

#container{
	height:100%;
	position:relative;
	top:0px;
	left:0px;
	margin:0px 15px 0px 250px;
	padding:0px 0px 0px 0px;
	overflow: auto;
}

#container[id]{
	margin-right:0px;
	height: 102%;
}

#headerbar{
	width:100%;
	height:12px;
	display:block;
	background-image: url(../img/headerbar.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	color:white;
}

#logo{
	margin:42px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	height:66px;
	/*background-image:url(../img/logo.gif);
	background-repeat: no-repeat;*/
	border-bottom: 2px solid #606060;
}

/*#address{
	height:4em;
	margin:1px 0px 19px 0px;
	border-top:1px solid #C5C5C5;
	border-bottom: 1px dotted #646464;
	color: #ff0060;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height: 2em;
}*/

#address a{
	color:#BEFF00;
}

#address a:hover{
	color:white;
}

#slogan{
	width:70%;
	font-family: Georgia;
	font-size:1em;
	line-height: 1.5em;
	color:white;
	/*color:#BEFF00;*/
	margin:48px 0px 2px 0px;
	padding:0px 0px 1em 0px;
	border-bottom:3px solid #BEFF00;
}

#midcontainer{
	position:relative;
	top:0px;
	left:0px;
	width:70%;
	margin:0px;
	padding:0px;
	/*background-color: Aqua;*/
}

#headerbar1{
	/*width:795px;
	width:100%;*/
	height:1px;
	display:block;
	/*background-image: url(../img/headerbar1.gif);
	background-repeat: repeat-x;*/
	overflow: hidden;
	color:white;
	border-bottom:1px solid white;
}

#contentcontainer{
	position:relative;
	top:0px;
	left:0px;
	height: 100%;
	width:100%;
	background-color: white;
	margin:3px 0px 0px 0px;
	padding:1em 0px 1em 0px;
	border-top:15px solid #BEFF00;
}

.content{
	/*margin:1em;*/
	background-color: Aqua;
}

/*--------------------------------------CONTENT----------------------------------*/

.link{
	margin:1.5em 0px 0px 0px;
	padding:0px 2em 0px 0px;
	font-family:Trebuchet MS;
	font-size: 0.9em;
	color:#7A7A7A;
	letter-spacing: -0.01em;
	border-top:1px dotted #7A7A7A;
}

.article3 .link{
	margin-left:2em;
	font-size:0.75em;
	letter-spacing: 0em;
}

.link a{
	color:#DC143C;
}

.link a:hover{
	color:#EC647F;
}

h3, h4, h5{
	margin-left:30%;
	font-family:arial;
	/*letter-spacing: -0.008em;*/
}

h2{
	margin:0.3em 0px 0px 30%;
	border-bottom: 1px dotted;
	font-family:arial;
	line-height:1.1em;
	letter-spacing: -0.03em;
}

h3{
	margin:0.3em 0px 0px 30%;
	font-family: Trebuchet MS;
	color: #5D5D5D;
}

h4{
	margin:-0.2em 0px 0px 30%;
	font-family: Trebuchet MS;
	font-weight: normal;	
	letter-spacing: -0.02em;
	font-style: italic;
}

h5{
	margin:0.3em 0px 0px 30%;
	font-size: 72%;
	letter-spacing:0em;
	color: #5D5D5D
}

h6{
	margin:4em 0px 0px 30%;
	border-top:1px solid;
	border-bottom:1px solid;
	font-family:arial;
	line-height: 2em;
	font-family:arial;
}

.break{
	width:100%;
	height: 5em;
	border-bottom:2px solid;
}

/*---------------------------------------ARTICLE 1-------------------------------------*/

.article1{
	position:relative;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	margin:2em 0px 5em 0px;
	border-bottom:1px dotted;
	padding:0px 0px 0.2em 0px;
}

.article1 .photocontainer{
	height: 100%;
	width: 100%;
	position:relative;
	top:0;
	left:0;
	margin:2em 0px 0px 0px;
}

.article1 .photocontainer .imgdescription{
	width:15%;
	position:absolute;
	top:105%;
	left:2em;
	font-family:Trebuchet MS;
	font-size: 65%;
	color:#7A7A7A;
	letter-spacing: 0.07em;
	z-index: 100;
}

.article1 .photocontainer img{
	width:100%;
	height: auto;
}

.article1 .text{
	margin:4em 0px 0px  30%;
	padding:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size:0.8em;
	line-height: 1.5em;
}

.article1 .text span{
	padding:0px 2em 0px 0px;
	display: block;
}

body .article1 .text h3{
	margin:0px 0px 1em 0px;
	border-top:1px dotted black;
	padding:0px;
	width:100%;
	color:black;
}

/*--------------------------------------------ARTICLE 2-------------------------------------------------*/

.article2{
	margin:2em 0px 5em 0px;
	position:relative;
	top:0px;
	left:0px;
	padding:0px 0px 0.2em 0px;
	border-bottom:1px dotted;
	/*background-color: Blue;*/
}

.article2 .photocontainer{
	position:relative;
	top:0px;
	left:0px;
	margin:0px 0px 0px 0px;
}

.article2 .photocontainer .imgdescription{
	width:15%;
	position:absolute;
	top:0px;
	left:2em;
	font-family:Trebuchet MS;
	font-size: 65%;
	color:#7A7A7A;
	letter-spacing: 0.07em;
}

.article2 .photocontainer img{
	width:80%;
	/*height: 80%;*/
	height: auto;
	margin:0px 0px 0px 20%;
}

.article2 .text{
	margin:2em 0px 3em 30%;
	padding:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size:0.8em;
	line-height: 1.5em;
}

.article2 .text span{
	padding:0px 2em 0px 0px;
	display: block;
}

body .article2 .text h3{
	margin:0px 0px 1em 0px;
	border-top:1px dotted;
	width:100%;
	color:black;
}

/*--------------------------------------------ARTICLE 3-------------------------------------------------*/

.article3{
	margin:2em 0px 5em 0px;
	position:relative;
	top:0px;
	left:0px;
	border-bottom:1px dotted;
	padding:0px 0px 0.2em 0px;
	/*background-color: Fuchsia;*/
}

.article3 .photocontainer{
	float:right;
	width:70%;
	position:relative;
	top:0px;
	left:0px;
	text-align: left;
	margin:2em 0px 0px 1em;
	/*background-color: Lime;*/
}

.article3 .photocontainer .imgdescription{
	width:10%;
	position:absolute;
	top:0px;
	right:2em;
	font-family:Trebuchet MS;
	font-size: 65%;
	color:#7A7A7A;
	letter-spacing: 0.07em;
}

.article3 .photocontainer img{
	width:80%;
	/*height:80%;*/
	height: auto;
	/*margin:0px 10% 0px 30%;*/
}

.article3 .text{
	/*width:20%;
	float: left;*/
	margin:2.5em 0px 0px  2em;
	padding:0px 2em 0px 0px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size:0.8em;
	line-height: 1.5em;
}

.article3 .text span{
	padding:0px 0px 0px 0px;
}

body .article3 .text h3{
	margin:0px 0px 1em 0px;
	/*border-top:1px dotted black;
	width:24%;*/
	color:black;
}