@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #12131d;
	margin: 0; 
	padding: 0;
	color: #fff;
}

p {font-size:12px;}
p.title {font-size:16px;}
.small {font-size:9px;}
.red {color:#F00;}
a:active, a:visited, a:link {color:#CCC;}
a:hover {color:#F6F;}
img {border:0;}
#container { 
	width: 1000px;
	background-image:url(perth-childrens-theatre-bg.gif);
	background-repeat:repeat-y;
	margin: 0 ;
	text-align: left; 
}
#containerGallery { 
	width: 1000px;
	background-image:url(perth-childrens-theatre-bg-gallery.gif);
	background-repeat:repeat-y;
	margin: 0 ;
	text-align: left; 
}
#header { 
	height:186px;
	background-image:url(perth-childrens-theatre-header.jpg);
	background-repeat:no-repeat;
} 
#innerContainer {
	background-image:url(perth-childrens-theatre-contentbg.jpg);
	background-repeat:no-repeat;
	margin:0;
}
#innerContainerGallery {
	background-image:url(perth-childrens-theatre-gallerybg.jpg);
	background-repeat:no-repeat;
	margin:0;
	min-height:450px;
}
/*sidebar styles */
#sidebar1 {
	float: left;
	width: 185px; 
	padding: 25px 10px 15px 5px; 
}
#sidebarMenu {
	padding:0 0 0 15px;
}
#sidebarMenu a:active, #sidebarMenu a:visited, #sidebarMenu a:link {
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#65fb65;
}
#sidebarMenu a:hover{}

#sidebarLogin {
	position:absolute;
	top:460px;
	left:50px;
}
#sidebarLogin p {
	color:#65fb65;
	font-size:12px;
	line-height:12px;
}
#sidebarLogin input{
	background-color:#b98430;
	border:none;
	height:15px;
}
#sidebarLogin a {
	color:#CCC;
}
#sidebar2 {
	float: right; 
	width: 185px; 
	padding: 0 10px 15px 5px;
}
#sidebar2 h3 {
	color:#65fb65;
	font-size:12px;
	font-weight:bold;
}
#sidebar2 p {
	font-size:10px;
	color:#999;
}
/*content styles */
#mainContent { 
	margin: 0 200px;
	padding: 15px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentGallery { 
	margin: 0 0 0 200px;
	padding: 15px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h1, #mainContentGallery h1 {
	color:#65fb65;
	font-size:15px;
	margin:0; /*Each page MUST have an h1 element at the first item within the #mainContent div to avoid margin collapse */
}
#footer {
	background-image:url(perth-childrens-theatre-footerbg.gif);
	height:30px;
	margin:0;
}
#footerGallery {
	background-image:url(perth-childrens-theatre-footergallerybg.gif);
	height:30px;
	margin:0;
} 
#footer p, #footerGallery p {
	margin: 0; 
	padding: 10px 0;
	font-size:9px;
	color:#999;
}
#memberMenu {
	font-size:11px;
	color:#C9F;
	text-align:center;
	padding:0 0 10px 0;
}
#memberMenu a:active, #memberMenu a:visited, #memberMenu a:link {color:#C9F;}
#memberMenu a:hover{color:#3F6;}
#usersOnline {
	font-size:9px;
	color:#999;
	position:absolute;
	top:560px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}