/* CSS Document */

/*
-----------------------------------------------
Company Name Screen Master
Author:  Michael Holmes from Catch Graphics Ltd (www.catchgraphics.com)
Version:  23 March 2007
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */


/* --------------- global styles --------------- */


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {
	margin: 1em 0;
}

body {
	background-color:#E60094;
	color:#333;
	font: 70%/1.8 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
}

/* Remove underline on linked text */
a {
	text-decoration: none;
}

html body a:hover { 
	text-decoration: underline; 
}

/* Remove border around linked images */
a img {
	border: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style:none;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

h1,h2,h3 {
	font-weight:normal;
	}

.bold {
	font-weight:bold;
}

	/* =Hidden Elements */
#navigationContainer, #pageDescription, #header h1, #header h2, {
	display:none; 
}
.hide {
	display:none;
	}


/* --------------- Page Container styles --------------- */

#page-container { 
		margin: 0; 
	padding: 0; 
}

/* --------------- container styles --------------- */

#container {
	
}

/* --------------- header styles --------------- */


/* --------------- nav styles --------------- */


/* --------------- content styles --------------- */

#content {
	padding: 0;
	margin:0;
}

#content img {
margin:0;
padding:0;
}



