/* CSS Document */

/* Main Body Style */
body{
	background-color: #72727C;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto;
	text-align: center;
	background-image: url(../images/backdrop.jpg);
	background-repeat: repeat-x;
}

*>body {
	width: 740px; /* Hack to allow horizontal centering in IE and FF when using either absolute 
					 or relative (vertical) positioning */
}

/* Style for use when the content of the window does not need vertical centering 
   and need vertical scrollbars at resolution 800x600 or higher*/
#scrollableWrapper{
	background-color: #CACADA;
	color: #404040;
	border: 1px solid #000000;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 740px;
	overflow: hidden;
}

/* Matthew Allsopp Freelance Artist Banner */
#banner{
	height: 121px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
}

#navbar{
	width: 650px;
	height: 40px;
	background-image: url(../images/nav/navBackground.gif);
	background-repeat:repeat-x;
	margin-left: auto;
    margin-right: auto;
	margin-top: 8px;
	margin-bottom: 24px;
}


/* Matthew Allsopp Footer Watermark */
#footer{
	background-image: url(../images/footer.jpg);
	width: 740px;
	background-repeat: no-repeat;
	background-position: bottom;	
	min-height: 70px;	
	height: 70px;
}

*>#footer{
	height: auto; /* Hack to implement min-height property in FF and IE*/
} 

#disclaimer {
	font-size: x-small;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #595959;
	vertical-align:text-bottom;
	margin-right: 35%;	
	margin-left: 1em;
}

#disclaimer a {
	text-decoration: none;
	color: #5555FF;
}

#disclaimer a:hover {
	color: #3333FF;
	text-decoration: underline;
}

.absCentre {
	width: 650px;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position: absolute;
}

.relLeft {
	position: relative; 
	float: left;
}

.relRight {
	position: relative; 
	float: right; 
}

/* Font size 0 ensures that any text resizing in browser does not effect the positioning of any elements
   within the div. */
.notext {
	top: 0;
	font-size: 0px;
	color: #CACADA;
}


/* Div for growable content nested in the wrapper div */
#content p{
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 35px;
 	text-align: justify;
}

.fact {
	font-size: 75%;
	font-weight: bold;
	color: #777777;
	text-align: left;
}

.fact a {
	color: #5555FF;
	text-decoration: none;
}

.fact a:hover {
	color: #3333FF;
	text-decoration: underline;
}

/* Content Header 1 Tag Redefinition */
#content h1{
	font-size: 120%;
	color: #666670;
	padding: 0;
	margin-left: 35px;
}

/* Content Header 2 Tag Redefinition */
#content h2{
	font-size: 100%;
	color: #666670;
	padding: 0;
	margin-left: 35px;
}

/* Divs to stop unwanted wrapping of text around images etc */
.clearit {
	clear: both;
	display: block;
}

/* Div to stop unwanted wrapping of text around images etc */
.clearright {
	clear: right;
	display: block;
}

/* Div to stop unwanted wrapping of text around images etc */
.clearleft {
	clear: left;
	display: block;
}

.verySmallPadding { 
 	height: 15px; 
	visibility: hidden; 
} 

.smallPadding { 
 	height: 30px; 
	visibility: hidden; 
} 

.mediumPadding { 
 	height: 50px; 
	visibility: hidden; 
} 

.largePadding { 
 	height: 60px; 
	visibility: hidden; 
} 

.leftimage{
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	border: 1px solid #222222;
	display: inline;
}

.rightimage{
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
	border: 1px solid #222222;
	display: inline;
}

.no_overflow {
	overflow: hidden;
	padding: 1px;
	width: 650px;
}


a img {
	text-decoration: none;
	border: none;	
}

a:hover img {
	text-decoration: none;
	border: none;	
}
