body { 

		background-color: #000000;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		background-image: url(/img/layout/bg2.png);
		background-position: center;
		background-repeat: repeat-y; 
		
	  /* background: url(/img/overlay-abstract.png) 0 0 repeat-x; */
		
}


#container { 

		width: 1000px;
		background-color: #000000;
		margin: 0 auto;		

}

#content_container { 
		
		float: right;
		
		position: relative;
		
		height: auto;
		
		width: 706px;
		margin: 0 auto;
		margin-right: 22px;
		/* border: 1px solid white;	*/
				
		display: block;
		text-align: center;
		
		
}

#left { 

  	float: left;
		width: 249px;
		height: 1000px;
		padding: 0;
		margin: 0;		
		background-image: url(/img/layout/left.png);
		background-repeat: no-repeat;		
}

#right { 
		background-color: #000000;
		float: right;
		width: 751px;
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
		height: auto;
		text-align: center;
}

.menu_bar { 

		width: 751px;
		
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		float: left;
		
		height: 33px;
		background-image: url(/img/layout/menu_bar.png);
		line-height: 2.7;
		text-align: center;

}

.menu_item { 

		margin-left: 10px;
		margin-right: 10px;
		color: white;
		text-decoration: none;
		

}

.menu_item:hover { 

		color: orange;

}

.content { 
												
		width: 700px;

		margin-left: 0;
		margin-right: 0;
		
		margin-top: 10px;
		margin-bottom: 10px;
		
		border: 3px solid #470000;
		
		background-image: url(/img/layout/pattern_dark.jpg); 
						
		display: block;
		text-align: left;
}

.content_text { 
		
		width: 690px;
		margin: 0;
		padding: 5px;
		font-family: verdana; 
		font-size: 11px;
		color: white;
		
}

h1 { 
		display: block; 
		height: 36px; 
		font-size: 18px; 
		font-weight: normal; 
		margin: 0;
		padding: 0;
		/* background: #924F4F; */
}

h4 { 

		display: block;
		font-size: 26px;
		font-weight: normal;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;

}

.image-border { 

		padding: 7px;
		background-color: white;
		float: left;
		display: block;

}


.ad { 
			
		width: 165px;
		height: 300px;
		
		text-align: center;
		vertical-align: middle;
				
		font-family: verdana; 
		font-size: 9px;
		color: white;
				
		border: 2px solid #470000;
		
		margin-left: 3px;
		margin-right: 3px;
		margin-bottom: 3px;
							
		float: left;
		
		background-image: url(/img/layout/pattern_dark.jpg); 
		
		display: block;		

}

.info { 

		font-family: verdana; 
		font-size: 11px;
		color: white;
		text-decoration: none;
		
}

.info:hover { 
			
		color: orange;		
		
}

.login { 

		width: 140px; 
		border: 2px solid #470000; 
		background-color: #FFFFFF;
		background-image: url(/img/layout/formbg.gif);
		background-repeat: repeat-x; 
		margin-top: 2px; 
		color: #000000;
		
		font-family: verdana;
		font-size: 11px;

}

input[type=submit] { 
					
		border: 2px solid navy; 
		background-color: #FFFFFF;
		background-image: url(/img/layout/formbg.gif);
		background-repeat: repeat-x; 
		margin-top: 2px; 
		color: #000000;
		
		font-family: verdana;
		font-size: 11px;

}

.rBar { 

	height: 1px;
	color: #470000;

}

table {
	width: 100%;
	color:#FFFFFF;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;	
}

th {
	text-align: center;
	padding: 3px 3px;
	color: #FFFFFF;
	background-color: #5F5E5E;	
}

table tr td {
	padding: 4px 4px;
	vertical-align:top;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: white;
}

.form_label { 
	vertical-align: middle;
	text-align: left;
	width: 250px;
}

table tr.altRow td {
	background: #3B3A3A;
}

.redRow { 

		background-image: url(/img/layout/name_bar.jpg);

}

table td.actions {
	white-space: nowrap;
}

.required_txt { 
	color: red;
}

.error {
	color:#900;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

form {

	margin-top: 0px;
	vertical-align: text-top;
	margin-bottom: 0px;
	
}

.option_header optgroup { 

	font-style: normal;
	font-family: verdana;
	font-size: 10px;
	
}
	
select { 	

	font-style: normal;
	font-family: verdana;
	font-size: 11px;
	
}

.newsletter { 
	width: 200px; 
	border: 2px solid #470000; 
	margin: 0 auto; 
	margin-top: 740px;
	background-image: url(/img/layout/pattern_dark.jpg);
}
