/* Copyright Event Services Productions 2008*/
/* Site design by Jamie Judges www.jamiejudges.com*/

@charset "utf-8";
.redcross { height: 200px; width: 200px; top: 0px; right: 0px; position: absolute; display: block; z-index: 1000; }

/***************** formatting/padding *****************/

* { 
	/* Zero down margin and padding on all elements */
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	
}
#header {
	height:120px;
	width:920px;
	text-align:left;
	padding:5px 0 0 0;
	margin-left:30px;
}
#headerimg {
	float:left;
}
#wrapper {
	width: 920px;
	text-align: left;
	margin-left:30px;
	clear:both;
}
#wrapper table img {
	border:solid 5px #333333;
}
div.contentrow {
	position:relative;
	padding:5px;
}
div.contentpictures {
	width: 730px;
	float: right;
	/*background-color:#CCCCCC;*/
	text-align:right;
}
div.contentpictures img {
	border:solid 5px #333333;
}
div.contentinfo {
	width: 170px;
	float: left;
}
div.clearcontent {
	clear:both;
	/*padding:5px;*/
}
#contactinfo {
	width:270px;
	float:right;
	padding-right:10px;
	padding-top:15px;
}

/***************** Pretty Stuff **********************/
body {
	background-image:url(../Images/bg.jpg);
	background-position:top right;
	background-repeat:repeat-x;
	background-color:#000000;
	font-family: Arial, Tahoma, sans-serif;
	color:#888888;
	font-size:12px;
}
#wrapper {
	background-color:#000000;
	border:solid 5px #000000;
}
#header {
	background-color:#000000;
	border:solid 5px #000000;
}
a {
	color:#ff005a;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
h1 {
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding:5px 0 2px 0;
}
h2 {
	font-size:12px;
	color:#FF6600;
	font-weight:normal;
}
	
hr {
	background-color:#555555;
	color: #555555;
	height: 1px;
	border:0;
	
}
div.titlebar {
	background-color:#333333;
}
span.whitetext {
	color:#ffffff;

}
div.fatdivider {
	background-color: #ff005a;
	height:4px;
	width:auto;
}
img.imgborder {
	border:solid 5px #333333;
}
/* to top slider */
#totop {
	width: 110px;
	position: absolute;
	margin: 0 0 0 10px;
}

#totop a {
	background: url(../Images/top.gif) no-repeat 0 0!important;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	width:40px;
	height:40px;
	border: none;
	text-decoration: none;
	padding: 0;
	background: none;
}
.whitetext {
	color:#FFFFFF;
	font-weight:bold;
}

