a {
	color: #e4765b
	}

/* overrides the need for border="0" attribute in image tags (xhtml 1.1) */
a img {
	border: 0
	}

a:hover { color: #5b68ab; text-decoration: none
	 }
	

/*
body needs to be 100%,in ie windows so the right collumn can fill the height of the window.
HTML needs to be 100% so that in opera so that the background will be flush with the bottom,
otherwise it seems that the "body" only spans to about 80% of the window height.
*/
html {
	height:600px;
}

body  { color: #000; font-size: small; font-family: georgia; background-image: url(../images/bg-199108-19-09-B.jpg); background-repeat: no-repeat; background-position: left top; margin: 0; padding: 0; height: 400px
	 }

/*
Har, i body, lagt till en "Tom" del, 150 px, överst på bg-bilden för att inte täcka rubrik och meny
*/

	
h1.title {
	color: #c63;
	margin: 0 0 6px;
	padding: 0;
	font: Cambria (rubriker);
	font-style: italic;
	font-size: 60px;
	font-weight: 600;
	margin-top: 1px;
	margin-bottom: 1px;
}

h2 { color: #c63; font-size: xx-large; font-weight: bold; line-height:100%; margin: 0; padding: 0; border-bottom: 3px solid #000
	 }

h3 { color: #fff; font-size: large; font-weight: 900; background-color: #c63; text-transform: uppercase; margin: 0; padding: 5px
	 }

/*
html and body need be assigned heights of 100% for elements
to have a height the same as the browser height.
In this case the #rightcollumn element neeeds it to stretch.
*/
.titleSecondaryColor {
	color: #5b68ab;
	margin: 0 10px 0 0;
	padding: 0
	}

#bodyText {
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	padding: 10px 0;
	height: 170px;
	overflow: auto;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000
	 }

#content   {
	margin-top: 0;
	margin-right: 250px;
	margin-left: 265px;
	padding: 0;
	height: 400px
	
	}



#largeText { color: #0c0052; font-size: 20px; font-weight: 600; 
             line-height: 98%; background-color: #eee; 
             text-decoration: none; margin:2px 0; padding: 5px 20px 5px 0; 
             vertical-align: middle
	  }

#menu a {
	color: #5b68ab;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0 30px 0 0;
	padding: 0 15px;
	margin-left: 20px;
	}

#menu a:hover {
	color: #fff;
	background-color: #d51989;
	margin-left: 20px;
	}

#rightcollumn {
	background-color: #BCC5E4;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 0px;
	right: 49px;
	width: 190px;
	height: 564px
	}

#rightcollumn a {
	margin: 5px 0 0;
	padding: 0
	}

#rightcollumn img{
	display:block;
	background-color:#fff;
	margin:5px 0 0 0;
	}
