/* copyright malloreigh.com 2009
red: #ba2127;
orange: #ee5f26;
yellow: #f6bb16;
green: #58ba47;
blue: #00ade0;
purple: #7c57a5;
blue background: #2cc4f1;
grey borders/text: #231f20;
*/

* {
	padding: 0;
	margin: 0;
	}
body {
	background: #fff;
	color: #231f20;
	font: 12pt 'trebuchet ms',tahoma,arial,verdana,sans-serif;
	}
	
a:link {
	color: #00ade0;
	text-decoration: none;
	}
a:hover {
	color: #ba2127;
	text-decoration: underline;
	}
a:visited {
	color: #7c57a5;
	}
	
h3 {
	color: #ba2127;
	text-transform: uppercase;
	}
	
#x {
	width: 900px;
	margin: 0 auto;
	}
	
#header {
	background: url(header.gif) no-repeat;
	width: 900px;
	height: 172px;
	}
	
#content {
	background: #f7ad2d url(bg.gif) repeat-x;
	height: 357px;
	padding: 0 10px;
	}
#content p {
	padding: 10px;
	width: 200px;
	height: 70px;
	float: left;
	}

#footer {
	background: url(footer.gif) no-repeat;
	width: 500px;
	height: 47px;
	padding: 0 200px;
	text-align: center;
	clear: both;
	font-size: 11px;
	}
#footer a {
	color: #fff;
	}
	
#address {
	width: 270px;
	position: relative;
	top: 50px;
	left: 600px;
	text-align: right;
	}
	
.juicyred {
	color: #ba2127;
	font-weight: bold;
	}
.juicyorange {
	color: #ee5f26;
	font-weight: bold;
	}
.juicyyellow {
	color: #f6bb16;
	font-weight: bold;
	}
.juicygreen {
	color: #58ba47;
	font-weight: bold;
	}
.juicyblue {
	color: #00ade0;
	font-weight: bold;
	}
.juicypurple {
	color: #7c57a5;
	font-weight: bold;
	}
	
.imgleft {
	float: left;
	padding-right: 5px;
	}
.imgright {
	float: right;
	padding-left: 5px;
	}
