/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	background-image: url(http://www.mysticminds.co.uk/images/bg.gif); /*general background image tiled*/
	background-repeat: repeat;
 } 
 
 
#pagewidth{ }
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

 
#header{
	position:relative;
	height:172px;
	width:100%;
	background-image: url(http://www.mysticminds.co.uk/images/bgHeader.gif); /*header gradient background*/
	background-repeat: repeat-x;
} 
 #logo {
	background-image: url(http://www.mysticminds.co.uk/images/Logo.gif); /*image used for logo in header*/
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 565px;
	height: 172px;
}
#pageTitle{						/*Title of page formatting and position*/
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 300px;
	clear: right;
	float: right;
	font-size: large;
	top: 130px;
	position: absolute;
	text-align: center;
}
a {
	color: #C40000;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#leftcol{
	width:23%;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	left: 1%;
	right: 1%;
	top: 5px;
	bottom: 5px;
 }
 /*create padding to paragraphs without messing up width calculation of column*/
 #leftcol p{
 margin:1em;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:74%;
	right: 1%;
	top: 5px;
	bottom: 5px;
	background-image: url(http://www.mysticminds.co.uk/images/dragonsFlight.gif);
	background-attachment: fixed;
 }
 /*crated padding to the paragraphs of main column without messing up the width calculation*/
 #maincol p{
 margin:1em;
 }
 
 #rightAlignPic{ /*right aligned content box for main content*/
	clear: left;
	float: right;
	padding: 10px;
 }
 #rightAlignBordered{ /*right aligned bordered box for main content*/
	clear: left;
	float: right;
	padding: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C40000;
	border-right-color: #C40000;
	border-bottom-color: #C40000;
	border-left-color: #C40000;
 }
#quote {
	border: thin solid #C40000;
}
#codeValidation { /*used for the code verification links in left column*/
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

#footer{
	height:75px;
	clear:both;
	background-image: url(http://www.mysticminds.co.uk/images/bgFooter.gif); /*gradient footer background*/
	background-repeat: repeat-x;
 }
 #copyrightImg{ /*container for copyright image in footer*/
	background-image: url(http://www.mysticninds.co.uk/images/copyright.gif);
	clear: both;
	float: right;
	height: 75px;
	width: 491px;
 } 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*Bill board advert attributes*/
/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
	width: 100%;
	height: 200px;
	background-image: url(http://www.mysticninds.co.uk/images/bgDynamicAds.gif);
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}


.billcontent{
width: 100%;
display:block;
}

/*End of bill board attributes*/

/*Start of Navigation Script Formatting*/
#dropmenudiv{
	position:absolute;
	background-color: #FFCC00;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #C40000;
}


#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FF9933;
}

/* bullet list in navigation */
.navlist li {
	width: 135px;
	list-style-image: url(http://www.mysticminds.co.uk/images/liFlame.gif);
}
#contentwrapper  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#codeValidation img {
	background-image: url(http://www.mysticminds.co.uk/images/bg.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

:link img {
  border: none;
}


