/*************************************************************************************************

	James Mills Online [MASTER]
	
	* Created by: James Mills [www.jgmwebdesign.co.uk]
	* Document created: 29th May 2008
	* Copyright (c) 2008 James Mills.
	
	// All CSS files are compressed. See the sources in the 'styles/src/' directory.

*************************************************************************************************/


/* Golbal CSS settings
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

body {
	font-size:62.5%;
	background:url(../assets/page_bg.jpg);
}

.clearFix {
	clear: both;
}


/* Wrapper
-------------------------------------------------------------- */
div#wrapper {
	background:#fff;
	border:4px solid #ccc;
}

/*************************************************************************************************
Badge */
div#badge {
	position:absolute;
	background:url(../assets/badge.png) no-repeat;
	width:146px;
	height:115px;
}
div#badge { text-indent: -9000px; margin: 0; } 
div#badge a { display:block; width:146px; height:115px; }

/*************************************************************************************************
Badge JGM */
div#badge_jgm {
	display:none;
}


/* Wrapper
-------------------------------------------------------------- */
h1#title {
	text-indent:-9000px;
}
h1#title a {
	background:url(../assets/photo_bg_new3.png);
	display:block;
	width:232px;
	height:231px;
}


/* Links
-------------------------------------------------------------- */
ul#links li {
	list-style:none;
}

ul#links li a {
}
	
	
	
	
	
	
	
	
	
	
