/* CSS Document */



body{
background: #2a405e;
}

* {
    padding: 0;
    margin: 0;
}

#container{
	top: 0px;
	left: 0px;
	width: 760px;
	height: 720px;
	background-color: #FFFFFF;
	border: 1px solid #000000;	
	position: absolute;
}

#info{
	top: 200px;
	left: 180px;
	width: 550px;
	height: 500px;
	position: absolute;
	padding: 5px;	
}

#logo{
	top: 0px;
	left: 0px;
	width: 326px;
	height: 149px;
	background-image: url(images/artwork_01.gif);
	position: absolute;
}
#two{
	top: 0px;
	left: 326px;
	width: 434px;
	height: 149px;
	background-image: url(images/image_02.gif);
	position: absolute;
}
#three{
	top: 149px;
	left: 0px;
	width: 196px;
	height: 29px;
	background-image: url(images/image_03.gif);
	position: absolute;
}

#home{
	top: 178px;
	left: 0px;
	position: absolute;
}
#meet{
	top: 202px;
	left: 0px;
	position: absolute;
}
#reach{
	top: 227px;
	left: 0px;
	position: absolute;
}
#camp{
	top: 253px;
	left: 0px;
	position: absolute;
}
#services{
	top: 280px;
	left: 0px;
	position: absolute;
}
#ref{
	top: 305px;
	left: 0px;
	position: absolute;
}
#contact{
	top: 331px;
	left: 0px;
	position: absolute;
}
#sidebar{
	top: 360px;
	left: 0px;
	width: 107px;
	height: 360px;
	background-image: url(images/image_12.gif);
	position: absolute;
}




#welcome{
	top: 170px;
	left: 210px;
	position: absolute;
	width: 87px;
	height: 17px;
}
#url{
	top: 150px;
	left: 522px;
	position: absolute;
}



#btmcontainer{
	top: 670px;
	left: 114px;
	width: 637px;
	height: 60px;
	position: absolute;
}
#btmbar{
	top: 10px;
	left: 0px;
	width: 637px;
	height: 37px;
	background-image: url(images/image_15.gif);
	z-index: 1;
	position: absolute;
}
#linksother{
	top: 0px;
	left: 10px;
	width: 630px;
	height: 25px;
	z-index: 3;
	position: absolute;
}
#linksother2{
	top: 52px;
	left: 525px;
	width: 630px;
	height: 25px;
	z-index: 2;
	position: absolute;
}










a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underling;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}



h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
}
