@charset "UTF-8";

body {
	background-color: #FFFFFF;
	font-family: verdana, Arial, sans-serif;
	font-size: 70%;
	text-align:right;
	line-height: 1.3em;
	color: #666666;
	font-weight: normal;
	margin-top: 60px;
	margin-left: 80px;
	margin-right: 80px;
	padding: 0%;
}
body strong {
	color: #000000;
	font-size: 115%;
	line-height: 2em;
	font-weight: normal;
	font-family: Georgia, Verdana;
}
a:link, a:visited {
	color: #cc9900;
	text-decoration: none;
	outline: none;
	
}
a:hover {
	color: #666600;
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	color:#666600;
	outline: none;
}
.container_of_all {
	height: 530px;
	width: 850px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.text_box {
	height: 380px;
	width: 535px;
	background-image: url(images/bgr_imgs/text_bgr.png);
	float: left;
}
.text_box_small {
	height: 170px;
	width: 535px;
	background-image: url(images/bgr_imgs/text_bgr_small.png);
	float: right;
	margin-top: 125px;
}
.text {
	float: right;
	height: 325px;
	width: 460px;
	overflow:auto;
	padding-right: 20px;
	margin-top: 10px;
}
.text_small {
	float: right;
	height: 140px;
	width: 460px;
	overflow:auto;
	padding-right: 20px;
	margin-top: 10px;	
}
.text_music {
	float: right;
	height: 325px;
	width: 460px;
	padding-right: 20px;
	overflow:auto;
	margin-top: 10px;
}
.text_music img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
		
}
.text_images {
	float: right;
	height: 325px;
	width: 460px;
	padding-right: 20px;
	margin-top: 10px;
}
.music_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_image {
    float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.logo {
	margin-top: 250px;
	float: left;
	margin-left: 146px;
}
.logo_with_side_nav {
    margin-top: 10px;
	float: left;
	margin-left: 146px;	
}
.navigation {
	float: right;
	margin-right: 35px;
}
.side_navigation {
	height: 175px;
	width: 304px;
	overflow: auto;
	padding-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.side_nav_and_logo {
	float: left;
	margin-top: 55px;
}
.container_welcome {
	height: 530px;
	width: 850px;
	background-image: url(images/bgr_imgs/bgr_plant.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.container_biography {
	height: 530px;
	width: 850px;
	background-image: url(images/bgr_imgs/bgr_rachel.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.container_news {
	height: 530px;
	width: 850px;
	background-image: url(images/bgr_imgs/bgr_ireland.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.container_music {
	height: 530px;
	width: 850px;
	background-image: url(images/bgr_imgs/bgr_balloons.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.container_images {
	height: 530px;
	width: 850px;
	background-image: url(images/bgr_imgs/bgr_pigtrap.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.container_contact {
	height: 530px;
	width: 850px;
	background-image: url(images/bgr_imgs/bgr_rock.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.container_links {
	height: 530px;
	width: 850px;
	background-image: url(images/bgr_imgs/bgr_blackrock.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
img {
	behavior: url(behaviours/iepngfix.htc);
}