/*
Theme Name: Strict Miss
Description:  Custom  theme for strictmiss.com
Version: 1.0 
Tags: strict miss
*/


/** RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}
html, body {
	margin:0;
	padding:0;
    line-height: 1.1;
	height:100.1%; 
	min-height: 100%; margin-bottom: 1px; /*STOPS PAGE SHIFT MOVING MENU*/
}

html { overflow: -moz-scrollbars-vertical !important; }


ol {
    list-style: none;
}


ul {
    padding: 0px;
	margin: 15px;
	margin-left: 30px;
	margin-bottom: 0px;
}

li {
	padding-bottom: 7px
}

blockquote, q { quotes: none;}
	
a{ color:#FFFFFF; text-decoration:none; font-weight: bolder } a hover{ color:#666666; text-decoration:underline; } a img{ border:0; }



/* END RESET */

body { 
	text-align: center; 
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 90%;
	color: white;
	background: #FBF6E0 url('../images/bg.jpg') top center repeat;
}

p { padding-bottom: 12px; }

h1, h2 { font-weight: bold; }
h1 { font-size: 1.5em; padding-bottom: 14px; margin-top: -10px; color: #DF231A}
h2 { font-size: 1.2em; padding-bottom: 12px; color: #DF231A}
h3 { font-size: 1.2em; padding-bottom: 12px; color: #DF231A}
h4 { font-size: 1em; color: #DF231A}

	
.header { color:#FFFFFF;
	font-size: 1.1em;
	font-family: arial;
	font-weight: normal;
	width: 100%; 
	}

	
.subheader { color: #FF6600;
	font-size: 1em;
	font-weight: bolder;
	width: 100%;
	}	
	
.subheaderSmall { color:#FF6600;
	font-size: 0.8em;
	font-weight: bolder;
	width: 100%; 
	}	

	

.maintext { color: #216178;
	font-size: 0.9em;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	}

	.maintext a:link {
	color: #DF231A;
	text-decoration: none;
	font-weight: 600;
	}
	
	.maintext a:visited {
	color: #DF231A;
	text-decoration: none;
	font-weight: 600;	
	}
	
	.maintext a:hover {
	color: #A51A01;
	text-decoration: none;
	font-weight: 600;
	} 

.maintext2 { color: #216178;
	font-size: 1.2em;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	}

	.maintext2 a:link {
	color: #DF231A;
	text-decoration: none;
	}
	
	.maintext2 a:visited {
	color: #DF231A;
	text-decoration: none;
	}
	
	.maintext2 a:hover {
	color: #A51A01;
	text-decoration: none;
	} 

	
.linktext { color: #C1C1C1;
	font-size: 1.5em;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; }

	.linktext a:link {
		color: #DF231A;
		text-decoration: none;
		} 
		
	.linktext a:visited {
		color: #DF231A;
		text-decoration:none;
		}
	
	.linktext a:hover {
		color: #A51A01;
		text-decoration:none;
		}

.enterleave { color: #555555;
	font-size: 2.0em;
	padding-left: 50px;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; }

	.enterleave a:link {
		color: #DF231A;
		text-decoration: none;
		} 
		
	.enterleave a:visited {
		color: #DF231A;
		text-decoration:none;
		}
	
	.enterleave a:hover {
		color: #A51A01;
		text-decoration:none;
		}		
		
		
.tech { color: #216178;
	font-size: 0.8em;
	font-family: arial, sans-serif;
	width: 50%;
	}

	.tech a:link {
	color: #DF231A;
	text-decoration: none;
	}
	
	.tech a:visited {
	color: #DF231A;
	text-decoration: none;
	}
	
	.tech a:hover {
	color: #A51A01;
	text-decoration: none;
	} 	
	

.italic { font-style: italic; }

.clear { clear: both; height: 0px; line-height: 0; }

	
li#memberslist {
	list-style: disc inside;
	padding-bottom: 0;
	margin-left: 12px;
	margin-bottom: 5px;
	}		

	
div#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 100%;
	margin-bottom: -10px;
	overflow: none;
	clear: both;
	background: url('../images/bg1.gif') top center repeat-x;
}

div#container2{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 100%;
	margin-bottom: -10px;
	overflow: none;
	clear: both;
	background: url('../images/bg2.gif') bottom center repeat-x;
}

div#containerInner{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 900px;
	margin-bottom: -10px;
	overflow: none;
	clear: both;
}



/* MENU */

div#header { 
	width: 900px;
	height: 180px;
	position: relative;
	top: 0px;
	left: 0px;
	background: none;
	margin: 0px auto;
	margin-top: 3px;
	padding: 0px 0px 0px 0px;
}

div#header_front { 
	width: 900px;
	height: 180px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/header_front.png') top center;
}

div#menu{ 
	position: relative;
	right: 0px;
	width: 900px;
	height: 200px;
	margin: 0px auto;
	margin-top: -3px;
	text-align: left;
	background: none;
	border: none;
}

	ul.cssmenu {
		list-style: none;
		padding: 0px;
		padding-left: 10px;
		}


	ul.cssmenu li {
		float: left;
		}

	ul.cssmenu li a {
		display: block;
		width: 104px;
		height: 37px;
		padding-right: 3px;
		}

		/*MENU BUTTONS*/
		
			/*COPY AND PASTE IN IF USING*/		
			
		/*END MENU BUTTONS*/	

/* END MENU */
	

div#content_top {
	position: relative;
	width: 899px;
	height: 9px;
	margin: 0px auto;
	margin-top: 34px;
	margin-bottom: -8px;
	text-align: left;
	background: url('../images/content_top.png');
	border: none;
}

div#content_top2 {
	position: relative;
	width: 899px;
	height: 9px;
	margin: 0px auto;
	margin-top: 34px;
	margin-bottom: -8px;
	text-align: left;
	background: url('../images/content_top.png');
	border: none;
}


		/*FRONT DIVS ETC*/
		div#content_top_Front {
			position: relative;
			width: 899px;
			height: 0px;
			margin: 0px auto;
			margin-top: 34px;
			margin-bottom: -8px;
			text-align: left;
			background: url('../images/front_top.png');
			border: none;
		}


		div#frontContent {
			position: relative;
			width: 900px;
			height:auto !important; /* real browsers */
			height:100%; /* IE6: treaded as min-height*/
			min-height:100%; /* real browsers */
			margin: 10px auto;
			text-align: left;
			padding-bottom: 59px; /* Height of the footer */
			background: #111111;
			border: 1px solid #666666;
		}

		div#frontImage_bottom {
			position: relative;
			width: 899px;
			height: 9px;
			border: none;
			margin-top: 8px;
			padding-bottom: 10px; /* Height of the footer (95px) plus extra padding */
			text-align: left;
			background: url('../images/front_bottom.png') 0px 7px no-repeat;
			border: none;
		}
		div#frontContent_bottom {
			position: relative;
			width: 899px;
			height: 40px;
			border: none;
			margin-top: 10px;
			padding-bottom: 10px; /* Height of the footer (95px) plus extra padding */
			text-align: left;
			background: url('../images/content_bottom.png') 0px 7px no-repeat;
			border: none;
		}

		div#frontcontentSpacer {
			position: relative;
			width: 899px;
			height: 4px;
			margin: 0px auto;
			margin-top: -3px;
			margin-bottom: -5px;
			text-align: left;
			background: url('../images/content_bottom.png') 0px -31px repeat;
			border: none;
		}

		div#frontcontent_latest_top {
			position: relative;
			width: 899px;
			height: 9px;
			margin: 0px auto;
			margin-top: 10px;
			margin-bottom: -8px;
			text-align: left;
			background: url('../images/content_top.png');
			border: none;
		}


		div#frontcontent_latest {
			position: relative;
			width: 899px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 200px; /* real browsers */
			margin: 10px auto;
			margin-top: 10px;			
			margin-bottom: -12px;
			padding-top: 0px;
			padding-bottom: 0px; /* Height of the footer (95px) plus extra padding */
			background: url('../images/mainContent_bg.png') top center repeat-y;
			border: none;
		}
				
				.frontcontent_LatestPrevious_Header {
					position: relative;
					float: left;
					margin: 0px auto;
					margin-top: -237px;
					margin-left: 15px;
					background: none;
					border: none;
				}
				
				.frontcontent_LatestPrevious_IMG {
					position: relative;
					margin: 0px auto;
					margin-top: -10px;
					margin-left: 0px;
					background: none;
					border: none;
				}				
			

		div#frontcontent_JoinPreview {
			position: relative;
			width: 899px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 102px; /* real browsers */
			margin: 10px auto;
			margin-top: 0px;
			margin-bottom: -19px;
			background: none;
			border: none;
		}
					
		
		
		/*END FRONT DIVS ETC*/

div#mainContent {
	position: relative;
	width: 899px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 550px; /* real browsers */
	margin: 10px auto;
	margin-bottom: -17px;
	padding-top: 5px;
	padding-bottom: 0px; /* Height of the footer (95px) plus extra padding */
	margin-top: 0px;
	background: url('../images/mainContent_bg.png') top center repeat-y;
	border: none;
}

div#mainContent2 {
	position: relative;
	width: 899px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 550px; /* real browsers */
	margin: 10px auto;
	margin-bottom: -17px;
	padding-top: 5px;
	padding-bottom: 0px; /* Height of the footer (95px) plus extra padding */
	margin-top: 0px;
	background: url('../images/mainContent_bg.png') top center repeat-y;
	border: none;
}

div#mainContent3 {
	position: relative;
	width: 897px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 550px; /* real browsers */
	margin: 0px auto;
	margin-bottom: -17px;
	padding-bottom: 0px; /* Height of the footer (95px) plus extra padding */
	margin-top: 6px;
	background: /* url('../images/mainContent3_bg.png') center repeat-y; */ none;
	border: none;
}


div#content_bottom {
	position: relative;
	width: 899px;
	height: 49px;
	border: none;
	margin-top: 10px;
	padding-bottom: 112px; /* Height of the footer (95px) plus extra padding */
	text-align: left;
	background: url('../images/content_bottom.png') 0px 7px no-repeat;
	border: none;
}

	div#content_bottom_mid {
		position: relative;
		width: 899px;
		height: 40px;
		border: none;
		margin-top: 10px;
		margin-bottom: 3px;
		text-align: left;
		background: url('../images/content_middle.png') 0px 7px no-repeat;
		border: none;
	}


div#frontImage {
	position: relative;
	right: 0px;
	top: 0px;
	width: 899px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0px auto;
	margin-top: -10px;
	margin-bottom: -17px;
	text-align: left;
	background: none;
	border: none;
}

	div#content_front_bottom {
		position: relative;
		width: 899px;
		height: 40px;
		border: none;
		margin-top: 8px;
		margin-bottom: 0px;
		text-align: left;
		background: url('../images/content_front_bottom.png') 0px 7px no-repeat;
		border: none;
	}

/* FOOTER */

div#footer {
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0px;
	border: none;
	width: 100%;
	height: 100px; /* Height of the footer */
	margin-top: 10px;
	background: url('../images/footer.png') no-repeat top center;
}

div#footerContent {
	border: none;
	max-width: 898px;
	height: 70px; /* Height of the footer */
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
}

.copyright { color:#FFFFFF;
	font-size: 0.8em;
	margin-left: -90px;
	padding-top: 5px;
	font-family: arial, sans-serif;
	float: left;
	width: 50%; }
	
	.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	} 
	
.copyright2 { color:#FFFFFF;
	font-size: 0.8em;
	margin-right: -142px;
	padding-top: 5px;
	font-family: arial, sans-serif;
	float: right;
	width: 50%; }
	
	.copyright2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.copyright2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.copyright2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	} 
			
.copyright3 { color:#FFFFFF;
	font-size: 0.8em;
	margin-right: -80px;
	padding-top: 3px;
	font-family: arial, sans-serif;
	float: right;
	width: 50%; }
	
	.copyright3 a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.copyright3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.copyright3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	} 

.copyright4 { color:#FFFFFF;
	font-size: 0.8em;
	margin-left: -110px;
	padding-top: 20px;
	font-family: arial, sans-serif;
	float: left;
	width: 50%; }	

.copyright5 { color:#FFFFFF;
	font-size: 0.8em;
	margin-left: -317px;
	padding-top: 36px;
	font-family: arial, sans-serif;
	float: left;
	width: 50%; }
	
/* END FOOTER */	


div#contentText{
	position: relative;
	left: 50px;
	border: none;
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 540px; /* real browsers */
	padding: 0 80px 0 0;
	background: url('../images/textcontainer_bg.png') no-repeat bottom left;
}

/* PREVIEW */


		div#previewcontent_top {
			position: relative;
			width: 899px;
			height: 9px;
			margin: 0px auto;
			margin-top: 34px;
			margin-bottom: -8px;
			text-align: left;
			background: url('../images/content_top.png') top right;
			border: none;
		}

		div#previewContent {
			position: relative;
			width: 899px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 550px; /* real browsers */
			margin: 10px auto;
			margin-bottom: -17px;
			padding-top: 10px;
			padding-bottom: 0px; /* Height of the footer (95px) plus extra padding */
			margin-top: 0px;
			background: url('../images/mainContent_bg.png') top center repeat-y;
			border: none;
		}

		div#previewContentInner {
			position: relative;
			width: 898px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 550px; /* real browsers */
			margin: 10px auto;
			margin-bottom: -17px;
			padding-top: 10px;
			padding-bottom: 0px; /* Height of the footer (95px) plus extra padding */
			margin-top: 6px;
			background: url('../images/preview_bg.png') 460px 0px no-repeat;
			border: none;
		}
		div#previewBody{
			position: relative;
			left: 50px;
			border: none;
			width: 800px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			margin-top: -10px;
			padding: 0 80px 0 0;
		}	

		div#previewtextContainer{
			position: relative;
			border: none;
			width: 500px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			padding: 0 0 0 0;
		}

		div#previewtextContainer2{
			position: relative;
			left: 20px;
			border: none;
			width: 800px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			margin-bottom: 20px;
			padding: 0 0 0 0;
		}

		div#videoContainer{
			position: relative;
			left: 70px;
			border: 2px solid #999999;
			width: 640px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			padding: 0 0 0 0;
		}

		.previewtext { color: #216178;
			font-size: 1em;
			padding-top: 10px;
			font-family: arial, sans-serif;
			font-weight: bolder;
			width: 100%; 
			}

			.previewtext a:link {
			color: #DF231A;
			text-decoration: none;
			font-weight: 600;
			}
			
			.previewtext a:visited {
			color: #DF231A;
			text-decoration: none;
			font-weight: 600;	
			}
			
			.previewtext a:hover {
			color: #A51A01;
			text-decoration: none;
			font-weight: 600;
			}
			
			.previewtext b {
			color: #DF231A;
			text-decoration: none;
			font-weight: 800;
			}			
			
			div#preview_floatingJoin {
				position: relative;
				float: right;
				left: 100px;
				top: -210px;
				width: 302px;
				height: auto !important; /* real browsers */
				height: 100%; /* IE6: treaded as min-height*/
				max-height: 300px; /* real browsers */
				margin: 10px auto;
				margin-bottom: -50px;
				margin-top: 0px;
				background: none;
				border: none;
			}			

			div#preview_bottomJoinImage {
				position: relative;
				width: 760px;
				left: 14px;
				height: auto !important; /* real browsers */
				height: 100%; /* IE6: treaded as min-height*/
				min-height: 102px; /* real browsers */
				margin: 10px auto;
				padding-top: 0px;
				padding-bottom: 0px;
				margin-top: -10px;
				margin-bottom: -10px;
				background: none;
				border: none;
			}			
			

/* JOIN*/

		div#join_optionscontainer{
			position: relative;
			width: 500px;
			left: 120px;
			margin: -18px 80px 0 0;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 20px; /* real browsers */
			border: none;	
		}

		div#join_optionscontainer2{
			position: relative;
			width: 500px;
			left: 150px;
			margin: -18px 80px 0 0;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 20px; /* real browsers */
			border: none;	
		}		
		
		.join_optionsimage{
			position: relative;
			float: left;
			left: 10px;
			margin: 0 0 0 0;
			border: none;
		}

		div#join_optionsonline{
			position: relative;
			width: 500px;
			height: auto !important; /* real browsers */
			height: 70px; /* IE6: treaded as min-height*/
			min-height: 70px; /* real browsers */
			border: none;
		}		


		.jointext { color: #888888;
			font-size: 1.5em;
			font-family: arial, sans-serif;
			font-weight: lighter;
			width: 100%;
			}

			.jointext a:link {
			color: #DF231A;
			text-decoration: none;
			font-weight: 600;
			}
			
			.jointext a:visited {
			color: #DF231A;
			text-decoration: none;
			font-weight: 600;	
			}
			
			.jointext a:hover {
			color: #A51A01;
			text-decoration: none;
			font-weight: 600;
			}

		
			
/* LINKS */

		div#links{
			position: relative;
			width: 800px;
			margin: -18px 80px 0 0;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */	
		}



			div#subLinks2{
				position: relative;
				left: 70px;
				width: 620px;
				margin:0 80px 0 0;
				height:auto !important; /* real browsers */
				height:100%; /* IE6: treaded as min-height*/
				min-height:600px; /* real browsers */
				padding: 10px 10px 10px 10px;
				background: url('../images/bg.jpg') repeat top center;
				border: 1px solid #FFFFFF;
			}

			div#leftBanner{
				float: left;
				padding: 4px;
				margin: 4px;
				width: 468px;
				height: 108px;
				background: #333333;
				border: 1px solid #666666;
			}

			div#rightBanner{
				float: left;
				padding: 4px;
				margin: 4px;
				width: 468px;
				height: 108px;
				background: #333333;
				border: 1px solid #666666;
			}

		div#linktextContainer{
			position: relative;
			left: 85px;
			border: none;
			width: 650px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			padding: 0 0 0 0;
		}
		
/* ONE 2 ONE */

div#one2oneContainer{
	position: relative;
	left: 0px;
	border: none;
	width: 750px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 540px; /* real browsers */
	padding: 0 80px 0 0;
	background: url('../images/one2one_julia.png') no-repeat top right;
}
		
		div#one2onetextContainer{
			position: relative;
			left: 40px;
			border: none;
			width: 580px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			padding: 0 0 0 0;
		}		
			
/* MEMBERS */

div#members{
	position: relative;
	left: 20px;
	width: 800px;
	margin:0 80px 0px 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px 10px 5px 10px;
}


		div#memberstextContainer{
			position: relative;
			left: -43px;
			width: 835px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 377px; /* real browsers */
			padding: 10px;
			padding-left: 30px;
			padding-right: 30px;
			margin-top: -18px;
			margin-bottom: -22px;
			border: none;
			background: url('../images/bg_membersbox.png') top left no-repeat;
		}	

		div#members_headerimageContainer{
			position: relative;
			border: none;
			width: 650px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			padding: 0 0 0 0;
			margin-bottom: 15px;
		}

		div#membersPassWarning{
			position: absolute;
			left: 0px;
			top: 295px;
			width: 840px;
			height: auto !important; /* real browsers */
			height: 100%; /* IE6: treaded as min-height*/
			min-height: 100%; /* real browsers */
			padding: 10px;
			padding-left: 30px;
			padding-right: 30px;
			border: none;
			background: none;
		}
		
div#members_spacer {
	position: relative;
	border: 0;
	width: 852px;
	right: 25px;
	background: url('../members/images/members_indextitle_IMG.png') no-repeat bottom left;
	height: 8px;
	margin: 0px auto;
	margin-bottom: 8px;
}
		

.membersupdatetext { color: #216178;
	font-size: 1.2em;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	}

		.membersupdate a:link {
		color: #DF231A;
		text-decoration: none;
		font-weight: 600;
		}
		
		.membersupdate a:visited {
		color: #DF231A;
		text-decoration: none;
		font-weight: 600;	
		}
		
		.membersupdate a:hover {
		color: #A51A01;
		text-decoration: none;
		font-weight: 600;
		}		
		

div#members_Galleries {
	position: relative;
	width: 750px;
	margin: 0px 80px 0px 0px;
	margin-bottom: -10px;
	left: 40px;
	height: 1%;
	overflow: hidden; /* IMPORTANT  TO KEEP DIV PROPERLY SIZED AROUND INNER CONTENT*/
	padding: 0px;
	background: none;
	border: none;
}


	div.galleryContainer{
		float: left;
		padding: 10px;
		margin: 8px;
		width: 106px;
		height: 171px;
		background: url('../images/galleryContainer_bg.png') no-repeat top center;
		border: none;
	}

	div.galleryContainerPic{
		position: relative;
		left: 0px;
		padding: 0px;
		margin: 3px 5px 3px 5px;
		max-width: 100px;
		max-height: 150px;
		background: none;
		border: none;
		overflow: hidden;
	}

	div.galleryContainerWords{
		color: #DF231A;
		font-weight: bold;
		float: left;
		padding: 0px;
		margin: 2px 5px 0px -3px;
		width: 110px;
		height: 20px;
		background: none;
		border: none;
	}

		.galleryLinks { color:white;
			font-size: 0.8em;
			font-family: arial, sans-serif;
			width: 50%;
			}
			
			.galleryLinks a:link {
			color: #777777;
			text-decoration: none;
			}
			
			.galleryLinks a:visited {
			color: #C5369D;
			text-decoration: none;
			}
			
			.galleryLinks a:hover {
			color: #C5369D;
			text-decoration: none;
			} 	

			
	div.guestContainer{
		float: left;
		padding: 10px;
		margin: 8px;
		width: 700px;
		height: 80px;
		border: 3px solid #B72602;
		background: #1B4A5B url('../images/bg_membersbox.png') repeat;
	}

	
	
div#techContainer{
	position: relative;
	left: -43px;
	width: 840px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -18px;
	margin-bottom: -22px;
	border: none;
	background: none;
}
		
		
/* HORIZONTAL RULERs */


div#hrTop {
	border: 0;
	width: 100%;
	background: url('../images/hr_bg_top.png') no-repeat top center;
	height: 20px;
	margin: 0px auto;
	margin-bottom: 8px
}

div#hrBottom {
	border: 0;
	width: 95%;
	background: url('../images/hr_bg_bottom.png') repeat center;
	height: 13px;
	margin: 0px auto;
	margin-bottom: 8px
}

div#hrBlank {
	border: 0;
	width: 100%;
	background: none;
	height: 5px;
	margin: 5px auto;
}

