body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #1b1b1b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
/*	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1b1b1b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


a:name {
	color:#00a3ea;
	text-decoration:none;
	}

a:link {
	color:#00a3ea;
	text-decoration:none;
	}

a:visited {
	color:#00a3ea;
	text-decoration:none;

	}
	
a:hover {
	color:#000;
	text-decoration:none;
    background-color: #00a3ea;
	}


	
#picture-frame-size {
border: 1px solid #222222;
background: #111111;
}

.picture-right {
border: 0px solid #222222;
background: #111111;
margin-right: 15px;
}


.textarea {
font-family:Arial, Verdana, Georgia, sans-serif;
color: #b2b2b2;
font-size: 11px;
line-height: 15px;
padding: 0px;
font-weight:normal;

}

.venuetext {
font-family:Arial, Verdana, Georgia, sans-serif;
color: #b2b2b2;
font-size: 12px;
line-height: 18px;
padding: 0px;
font-weight:normal;

}


.pinkbold {
	color: #00a3ea;
	font-weight: bold;
}

.greybold {
	color: #b2b2b2;
	font-weight: bold;
}

.pinkheader {
	padding: 0px;
	color: #00a3ea;
	font-size:x-large;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	line-height:25px;
}

.pinklargeheader {
	padding: 0px;
	color: #00a3ea;
	font-size:large;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	line-height:20px;
}

.venueheader {
	padding: 10px;
	color: #00a3ea;
	font-size:large;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	line-height:20px;
}


.greyheader {
	padding: 0px;
	color: #999999;
	font-size:x-large;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	line-height:25px;
}



.images a		{display:block;position:relative;float:left;margin-right:0px;width:130px;text-decoration:none;height:165px;font-weight:normal;}
.images a:hover		{background-color:#00a3ea;text-decoration:none;}
.images a img		{display:block;margin-bottom:3px;}
.images a .caption			{display:block;padding-left:5px;padding-top:0px;font-size:11px;line-height:1.2em;color:#ffffff;}
.images a .caption .title		{color:#00a3ea;}
.images a:hover .caption .title		{color:#000000;}


#comment-inner {
background: #222222;
}
#comment-inner {
border : 1px dotted #222222;
}
#previous-next-link {
border-top : 1px dotted #222222;
}
#copyright {
font-family: Georgia, Trebuchet, Verdana, Arial, sans-serif;
}

#copyright, #copyright a, #copyright a:link, #copyright a:visited {
font-family: Georgia, Trebuchet, Verdana, Arial, sans-serif;
color : #666666;
}

#copyright a:hover {
font-family: Georgia, Trebuchet, Verdana, Arial, sans-serif;
color : #cccccc;
}
input { 
font-family: Georgia, Trebuchet, Verdana, Arial, sans-serif;
background: #444444;
border: 1px solid #666666;
color: #ebebeb;
}

form { 
font-family: Georgia, Trebuchet, Verdana, Arial, sans-serif;
color: #666666;
padding: 15px;
}


/* Faqs */


.faq a {
	color:#00a3ea;
	text-decoration:none;
	font-size:11px;
	border: 0px;
font-size: 11px;
font-weight:bold;
line-height: 18px;
}

.faq a:visited {
	color:#00a3ea;
	text-decoration:none;
	font-size:11px;
	border: 0px;
font-size: 11px;
font-weight:bold;

}


.faq a:hover {
	color:#000;
	text-decoration:none;
}





/* Footer */

.footer {
width:960px;
height: 37px;
clear: both;
bottom:0px;
position:relative;
text-align:right;
}

.footer a {
	border: 0px;
	color: #aaaaaa;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

