@charset "UTF-8";
/* CSS Document */

#background
{
	background-color:#ccccff;
}


#side
{
	background-color:#584c60;
	position:fixed;
	top:0px;
	left:0px;
	width:180px;
	height:2000px;

}


#curve
{
	position:fixed;
	top:0px;
	left:180px;
	width:115px;
	height:115px;
}


a
{
	text-decoration:none;
	color:#FFFFFF;
}


#headerimg
{
	width:150px;
	height:99px;
	position:fixed;
	left:17px;
	top:0px;
}


#pagetitle
{
	position:fixed;
	left:450px;
	top:-15px;
	size:12px;
}

#navigationbar
{
	position:fixed;
	width:160px;
	left:10px;
	top:120px;	
}

#location
{
	position:fixed;
	top:395px;
	left:0px;
	color:#FFFFFF;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width:165px;
	line-height:15px;
}

#links
{
	padding:4px;
	text-align:right;
	font-family:Arial, Helvetica, Verdena, sans-serif;
	font-size:14px;
}




#exit
{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	font-weight:bold;
	text-decoration:blink;
}

#info
{
	position:fixed;
	top:80px;
	left:350px;
}

#headerTitle
{
	font-family:"Times New Roman", Times, serif;
	position:fixed;
	top:69px;
	left:250px;
	font-weight:bold;
	font-size:25px;
	color:#584c60;
}

#textHide
{
	background-color:#ccccff;
	position:fixed;
	width:1000px;
	height:124px;
	top:0px;
	left:250px;
}

#content
{
	font-family:"Times New Roman", Times, serif;
	position:absolute;
	top:153px;
	left:242px;
	font-weight:normal;
	font-size:14px;
	color:#584c60;
	width:449px;
	height: 881px;
}

#contentLink
{
	text-decoration:underline;
	color:#000000;
}

li
{
	padding:0px;
	margin:0;
}

#subheading
{
	font-weight:bold;
	font-size:20px;
}

#boldHeading
{
	font-weight:bold;
	font-size:16px;
}

#translate
{
	position:absolute;
	top:500px;
	left:300px;
}

#picBorder
{
	border:solid 2px;
	border-color:#584c60;
}

