/* CSS Document main Cas Stavert stylesheet */

body {
		background-color : #FFFFfE;
		font-family : Verdana, Helvetica, Arial, sans-serif;
		font-size : 1em;
		margin : 0px;
		
}
#logo {
		height: 150px;
		background-image: url(images/edinburghmontage02.jpg) ;
		background-position: top right;
		
}


#navigation01 {
		background-color: #fffffe;
		width: 6.5%;
		/*border-top: solid 1px #4d625c;*/
		text-align: left;
		font-weight: bold;
		font-size: 1.2em;
		margin-left: 10px;
		position: absolute;
		left: 0;
		top: 225px;

}

#navigation01 a:link, #navigation01 a:visited {
		display: block;
		text-align : left;
		padding-top : 3px;
		Padding-bottom : 3px;
		margin-left: 10px;
		/*border-bottom: solid 1px #4d625c;*/
		
}

#navigation01 a:hover {
		/*border-bottom: solid 1px #cbdbd9;
		border-top: solid 1px #cbdbd9;*/
}

#navigation02 {
		background-color: #cbdbd9;
		width: 15%;
		/*border-top: solid 1px #4d625c;*/
		text-align: left;
		font-weight: bold;
		margin-left: 10px;
		position: absolute;
		right: 0px;
		top: 235px;
}

#navigation02 a:link, #navigation02 a:visited {
		display: block;
		text-align : left;
		padding-top : 3px;
		Padding-bottom : 3px;
		margin-left: 10px;
		border-bottom: solid 1px #00000f;
		border-left: solid 1px #00000f;
}

#navigation01 a:hover {
		/*border-bottom: solid 1px #cbdbd9;
		border-top: solid 1px #cbdbd9;*/
}

#content {
		background-color : #fffffe;
		margin-left : 20%;
		margin-right : 20%;
		margin-top: -30px;
		padding-top : 10px;
		border : solid #00000f 1px;
		padding:	10px;

}

#footer {
		background-color : #fffffe;
		border-top : solid #00000f 1px;
		font-size : .9em;
		font-style : italic;
		padding-bottom : 2px;
		text-align : center;
		/*position: absolute;
		bottom: 0;
		right: 0;
		left: 0;*/		

}

h1 {
		text-align : left;
		font-family : Book Antiqua, Times New Roman;
		font-style : italic;
		font-weight : bold;
		letter-spacing : 3px;
		font-size : 1.5em;
		color : #00000f;
}

h2 {
		text-align : right;
		font-size : 1.5em;
		font-family : Book Antiqua, Times New Roman;
}

h3 {
		text-align : right;
		font-size : 1em;
		font-family : Book Antiqua, Times New Roman;
}

p {
		font-size : .8em;
		line-height : 1.5em;
}

a:link {
		color : #00000f;
		text-decoration : none;
		font-family : Book Antiqua, Times New Roman;
		
}

a:visited {
		color: #00000f;
		text-decoration: none;
		font-family : Book Antiqua, Times New Roman;
		
}

a:hover {
		color : #fffffe;
		background-color : #000f0f;
		font-family : Book Antiqua, Times New Roman;

}

a:active {
		color : #4d625c;		

}

.italictext {
		font-style: italic;
}

.boldtext {
		font-weight: bold;
}

.center {
		text-align: center;
}

.biggerlinktext {
		font-size : 1.2em;
		font-weight : bold;
}
