/* body tag is useful for setting global background and text colors and font family*/

body {
	text-align:left;
	background-image: url(images/background.png);
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat;
	background-attachment:fixed;
	color: #800000;


}

 hr {
	border: 0;
	width: 100%;
	color: #2E375E;
	background-color: #2E375E;
	height: 2px;
	padding: 0;
}

h1 {
	color: #2E375E;
	font-weight: bold;
	font-size: 300%;
	font-family: Arial;
	text-align:center;
  }

p{
	font-family: Arial;
	font-size: 20px;
	color:#2E375E;
	text-align:justify;
	position: static;
  }
  
p1 { font-family: Arial;
  font-size: 20px;
  color:#2E375E;
  text-align:justify;
  text-indent:500px
  }
  
 p2 {
	font-family: Arial;
	font-size: 20px;
	color:#800000;
	text-indent: 300px;
  } 

h2 { font-family: Arial;
  font-size: 100%;
  color: #2E375E;
  }
  
 h3 { font-family: Arial;
  font-size: small;
  color: #FFFFFF;
  }
  
h4 {
	font-family: Arial;
	font-size:small;
	color: #2E375E;
}  

	/*this div controls everything inside it, making the elemnts flow inside a
determined width*/

#wrapper {
	width:100%;
	margin:5px;
}

#rightsidebar {
float:left

	margin:100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 100px;
	width: 100px;
}

#logo{
	float:left;
	padding:2px;
	position:relative;
}
#rolling{
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	float: left;
}
#rollingtext{
	float: right;
	left: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2E375E;
	border-right-color: #2E375E;
	border-bottom-color: #2E375E;
	border-left-color: #2E375E;
	margin-bottom: 50px;
	height: 250px;
	padding-left: 50px;
	z-index: -1;
	width: 250px;
}
#navigation{
	text-align:left;
	width:100px;
	float:left;
	padding-top:57px;
	padding-right: 10px;
	margin-bottom: 1000px;
}

#content{
	clear:right;
	text-align:left;
	font-size: x-large;
	width:auto;
	margin-left: 100px;
	padding-left: 10px;
	margin-right: 100px;
}

#advertsold{
	color:yellow;
    width:75px;
    background-color:white;
    float:right;
    border: 2px black;
	margin:2px;
}

#adverts{

    width:80px;
    float:right;
    border: 10px yellow;
}	
#main-photos{
	color:#FFFFFF;
	float:left;
	padding: 0px;
	width: 137px;
	height: 168px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}

#quotes{ font-family: Arial;
 font-size:large;
 color:yellow;
 font-style:italic;
 }
 
 #maps{
	font-family: Arial;
	font-size:12pt;
	color:#800000;
	font-style:normal;

 }

 .linkbox{
    font-family: Arial;
    font-size: 30px;
    text-align:justify;
	color:yellow;
    margin:2px;
    text-decoration:none;
    padding-top:3px;
    padding-right:0px;
    padding-bottom:3px;
    padding-left:0px;
    display: block;
}
 
 .linkbox a:link{
   font-family: Arial;
  font-size: 20px;
  color:#2E375E;
  text-align:justify;
}

.linkbox a:visited {
    /*background-color: #2E375E;*/
	font-size: 20px;
	color:#800000;
	}

.linkbox a:hover {
    background-color: #800000;
	font-size: 20px;
	/*display: block;*/
	color:yellow;
	}
	
/*.linkbox a:active {
    background-color: #2E375E; 
	font-size: 20px;
	/*color:red;*/
	}

.linkadvert a:hover{
  background-color:#2E375E;
  width: 50px; 
 }
	
	.ayrshire{
	color:#FFFFFF;
	font-weight:bold;
	}

	.bodylink { text-decoration: underline;
    color:#800000 ! important;
    }

	h3 { font-family: Arial;
    text-decoration: underline;
    font-size: medium;
    }

#TICKER{
width:100%
}
	
	#footer{
	width 100%;
	border-top-style: solid;
	border-top-color: #2E375E;
	border-top-width: 2px;
}

