/* Default attributes */

body {
	background-color: #66CCCC;
	font-family: Calibri;
	font-size: 1em;
}

h1 {
	font-size: 1.25em;
	font-weight:bold;
	text-align:left;
}

h2 {
	font-size:1.0em;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size:0.75em;
	font-weight:normal;
	text-align:center;
}
h4 {
	font-size:1.25em;
	font-weight:normal;
	text-align:center;
	font-weight:bold;
}
h5 {
	font-size:1.25em;
	font-weight:normal;
	text-align:left;
	font-weight:bold;
}
	
p {
	font-family:Calibri;
	color:#000000;
	font-weight:bold;
	font-size:0.75em;
	line-height:150%;
	text-align:left;
}
p a:link, p a:visited, p a:hover, p a:active {
	font-family:Calibri;
	color:#45181c;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}

h3 a:link, p a:visited, p a:hover, p a:active {
	font-family:Calibri;
	color:#45181c;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}
/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #99FF99;
	margin: 0 auto 0 auto;
	width: 1000px;
	max-width: 1000px;
	height:800px;
	font-size: 1em;
	border-bottom: medium solid #bc899b;
}

/* Header */
#header {
	background-image: url(images/berninacentralheader.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 600px;
	width: 1000px;
}

/* Text box for all pages */
#intro {
	position: top;
	max-width:1000px !important;
	width:1000px;
	height:200px;
	margin: 5px;
	margin-right:30px;
}

#lbox {
	max-width:400px !important;
	width:400px;
	height:400px;
	margin: 5px;
	text-align:left;
	margin-right:5px;
	float:left;
}

#rbox {
	max-width:400px !important;
	width:400px;
	height:400px;
	margin: 5px;
	text-align:left;
	margin-right:5px;
	float: right;
}

#verticalnav {
	height:520px;
	width:18%;
	float:left;
	padding-left:10px;
}
	
/* Navigation list attributes */
ul {
	list-style:none;
	margin: 10px 0 0 0;
	padding: 0 0 0 1px;
}
ul a:link {
	color:#45181c;
}
ul a:visited {
	color:#45181c;
}

/* Navigation attributes */
li {
	position: relative;
	float: left;
	background-color:#bc899b;
	margin:5px;
	padding: 0px;
	width:75px;
	height: 25px;
	border-color:#bc899b;
	border-style:solid;
	border-width:medium;
	text-align:center;
	font-family:Calibri;
	font-weight:bold;
	font-size:1em;
	color:#000000;
}
a:link {
	color:#45181c;
}
a:visited {
	color:#45181c;
}