#header {
	background-image: url("/img/bg.jpg")
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	color: black;
}

li {
	list-style-type:none;
	float:left; 
	margin-right:15px;
}

p {
text-align:center; 
margin-top:-5px;
}

h1 {
	margin-bottom:0px;
}
h3 { 
	margin-top:0px;
}

h2 {
	float:left;
	margin-bottom:0px;
}
#logo {
	margin-right: 40px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.logo {
	margin-right: 40px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#menu {
	font-weight:bold; 
	font-size:2em; 
	margin-bottom:0px;
	margin-top:0px;
}
#mediathumb {
	margin-top:-5px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: .75em;
	text-transform: uppercase;
	width:260px;
	overflow:hidden;
	white-space:nowrap;
}
#mediatitle {
	margin-top:1px;
	font-size:1.5em;
}
#mediadesc {
	font-size:1.1em;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required no work in old ie */
	font-size:90%;
}

img {
		border:none;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

img {
	margin:10px 0 5px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	margin-top:-10px;
}

#header {
	border-bottom:1px solid #000;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 35px 0 15px 
	margin:0;
}
#header a {
	color:blue;
}

#header a:hover {
	color:black;
}

/* 'widths' sub menu */
#navbar {
	clear:both;
	background:#FFD8B7;
	border-top:2px solid #000;
	border-bottom:3px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:left;
	background-image:url('/img/nav-back.jpg');
	background-repeat:repeat-x;
} /* column container */
#search {
	float:right;
}
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
	background:#fff    	/* Right column background colour */
}

.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-320px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}

.holygrail .colleft {
	float:left;
	border-right:4px solid black;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:420px;         	/* Left column width + right column width */
	background:#FFD8B7;    	/* Left column background colour */

}

.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:100px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1 {
	margin:0 30px 0 110px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
    
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:70px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:15px;         	/* Width of the left-had side padding on the left column */
}

.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:200px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:370px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	top: 180px;
}

	/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:3px solid #000;
	background: #FFD8B7;
	text-align:left;
	background-repeat:repeat-x;
    }
    
#footer p {
	padding:10px;
	margin:0;
}

#footer a {
	color:black;
	
}

#footer a:hover {
	color:blue;
}
#pagination {
	text-align:center;
	clear:both;
	font-size:2em;
}
#imgthumb {
	height:210px;
	width:260px;
}
#footer div.first {
margin-left:3%;
}
#footer div {
float:left;
margin-right:1%;
text-align:left;
width:19%;
}

