/*
--------------------
*/


* {
}
/*html {height: 100%; margin-bottom: 1px;}*/
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font: 75%/1.4em Arial, sans-serif;
	background-color: #000;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
		}

h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
    margin:  0;
    padding: 0;
}

h1{
	font-family: arial;
	letter-spacing: 0px;
	padding-bottom: 3px;
	color: #fff;
}
h2, h3, h4, h5, h6 {
	font-family: arial;
	font-size: small;
	letter-spacing: 0px;
	padding-bottom: 3px;
	color: #000;
/* 	border-bottom: 1px solid #eee;*/
	
	}

h1 {font-size: 200%;}
h2 { font-size: 130%; }
h3 {font-size: 120%;}
h4 { font-size: 140%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

/* Layout
-------------------------- */
#container {
	width: 775px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	overflow:auto;
	border: 1px solid #fff;
	background-color: #1B137C;
}

/* Masthead
-------------------------- */
#mastheads {
	width: 775px;
	position: relative;
	float: none;
}

#mast1 {
	width: 444px;
	height: 227px;
	float: left;
	position: relative;
	background-image: url(graphic-design-rossendale-img/masthead-rossendale.gif);
	background-repeat: no-repeat;
}

#mast2 {
	width: 331px;
	height: 227px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
}

#cont {
	width: 775px;
	position: relative;
	background-color: #1B137C;
}

/* Left Column
----------------------------------*/

#leftcolwrap {
	width: 239px;
	float: left;
	position: relative;
	float: left;
}

#logobtm {
	width: 239px;
	float: left;
	position: relative;
}

#leftcolside {
	width: 239px;
	height: 1139px;
	background-image: url(graphic-design-rossendale-img/left-side.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

/*Main Content
----------------------------------*/
#maincolwrap {
	width: 536px;
	position: relative;
	float: left;
	background-color: #1B137C;
	overflow: hidden;
}

#maincont {
	width: 536px;
	height: 342px;
	float: left;
	position: relative;
	background-image: url(graphic-design-rossendale-img/main-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#mainconttext {
	width: 530px;
	float: left;
	position: relative;
	background-color: #1b137c;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	padding-right: 5px;
}
	


#navigation {
	width: 162px;
	position: relative;
	float: left;
}


/* Navigation
-------------------------- */
#menu1 {
	width: 162px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	font-size: 12px;
	list-style-type: none;
	position: relative;
	float: left;
}
	
#menu1 li a {
	height: 29px;
  	voice-family: inherit;
 	text-decoration: none;
	list-style-type: none;
}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #fff;
	display: block;
	background-image: url(graphic-design-rossendale-img/btn.png);
	padding: 7px 0px 0px 0px;
	margin-bottom: 8px;
	list-style-type: none;
	padding-left: 60px;
}
	
#menu1 li a:hover {
	color: #000;
	list-style-type: none;
}
	
	  
a, a:link, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000;
}
	
#footer {
	width: 775px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	position: relative;
	float: left;
	background-color: #FF0000;
}

DIV.imgholder {
	width: 489px;
	position: relative;
	float: left;
}

/* Lists
-------------------------- */
ul, ol {
	margin-left: 0px;
	background-attachment: fixed;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
