@charset "utf-8";
/* CSS Document */


/**************** holds all page content *****************/
#page{
	
	position: relative; 
	margin: 0 auto; 
	margin-bottom:40px;
	width: 970px;
	top: 20px;
}

/**************** holds header **********************/
#header{

	position:relative;
	width: 602px;
	height: 102px;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/main_header.png");
}

/************ holds navigation contents *************/
#navigation{

	position:relative;
	width: 602px;
	height: 62px;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/nav_bg.png");
}

#nav1{

	position:absolute;
	margin: 0; 
	width: 602px;
	top: -7px;
	left:125px;
}

#nav2{

	position:absolute;
	margin: 0; 
	width: 602px;
	top: 18px;
	left:152px;
}

#rss{

	position:absolute;
	top: 0px;
	left: 519px;
}

/**************** holds content *********************/
#content_bg{

	position:relative;
	text-align:left;
	width: 602px;
	
	background-image: url("http://auchinawa.org.uk/images/main_bg.png");
	background-repeat: repeat-y;
}

#content_header{
	
	position:relative;
	top:6px;
	left:10px;
	margin: 0 0 10px 0;
	text-align:left;
	width: 560px;
	height: 250px;
	padding: 10px;
	

	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 2px solid #7d406f;

	background-image:url('../images/klay-305.png');
	background-position: 0 10px;
	background-repeat: no-repeat;
	
}

#content_header_text{

	position: absolute;
	top:10px;
	left: 280px;
	right:10px
}

#content_header_button{
	
	position: absolute;
	right: 0px;
	bottom: 10px;
	padding: 10px 0 10px 10px;
	
	background-color: #ff0000;
	
	display: block;
	width: 173px;
	height: 40px;
	background: url("../images/button.png") no-repeat 0 0;
	background-position: 0 -59px;

}

#content_header_button:hover
{ 
  background-position: 0 0;
}

#content_header_button span
{
  display: none;
}


#content{

	position:relative;
	text-align:left;
	width: 582px;
	padding: 10px;
}


/**************** holds footer ********************/
#footer{

	position:relative;
	width: 602px;
	height: 56px;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/main_footer.png");
}

/*********** holds right column modules ***********/
#modules{

	position:absolute;
	width: 301px;
	top: 0px;
	left: 622px;
}

/************* holds social networks **************/
#network{

	position:relative;
	height: 48px;
	top: 0px;
	left: 0px;
}

/****************** mail module *******************/
#mail{

	position:relative;
	top: 0px;
	left: 0px;
}

#mail_header{

	position:relative;
	height: 71px;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/sub_header.png");
	background-repeat: no-repeat;
}

#mail_title{

	position:relative;
	height: 0;
	width: 0;
	top: 10;
	left: 46;
}


#mail_content{

	position:relative;
	top: 0px;
	left: 0px;
    padding: 10px;
	
	background-image: url("http://auchinawa.org.uk/images/sub_bg.png");
	background-repeat: repeat-y;	
}

#mail_footer{

	position:relative;
	height: 57px;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/sub_footer.png");
	background-repeat: no-repeat;
}

/****************** twitter module *******************/
#twitter{

	position:relative;
	top: 20px;
	left: 0px;
	
}

#twitter_header{

	position:relative;
	height: 71px;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/sub_header.png");
	background-repeat: no-repeat;
}

#twitter_title{

	position:relative;
	height: 0;
	width: 0;
	top: 10;
	left: 32;
}

#twitter_content{

	position:relative;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/sub_bg.png");
	background-repeat: repeat-y;	
}

#twitter_div{

	position:relative;
	top: 0px;
	left: 0px;
	padding: 5px 15px 10px 0px;
}

#twitter_footer{

	position:relative;
	height: 87px;
	top: 0px;
	left: 0px;
	
	background-image: url("http://auchinawa.org.uk/images/sub_footer2.png");
	background-repeat: no-repeat;
}

/******************* mascot image ********************/
#mascot{

	position:relative;
	top: 40px;
	left: 0px;
}