/* CSS Document for Oban and Lorn RDA */
/* To change some elements read the notes such as this below*/
/* notes are beteeen slashes with * like this note*/

/************* BODY ELEMENTS **************/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #dddddd;/*you can change the background colour by changing the colour code here*/
	background-repeat:repeat;/*if you use a picture instead of background, this repeats the tile*/
	margin:0;
	padding:0
}
#mainContainer {
	width:989px;/*dont change anything here*/
	margin:0 auto;
	border:0px solid red;
}
#pageOuterContainer {
	width:989px;/*dont change anything here*/
	margin-top:15px;
	border:1px solid black;
	background-color:#FFF;
	color:black;
}

#pageInnerContainer {
	width:943px;/*dont change anything here*/
	margin:15px;
	padding:4px;
   border:4px solid #006a3e;/*the border colour can be changed here*/
}