/* generic styles -------------------*/
body{
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	color:#F3E3E8;
	background-color:#000000;
	margin:0px;
	padding:0px;
}
p{
	font-size:11px;
	
	margin: 8px 15px 0px 20px;
}
a{ 
	color:#F3E3E8;
	text-decoration: none;
	border:0px;
}
a:hover{
	color: #999999;
	text-decoration:underline;
	border:0px;
}
img{
	border:0px;
}
/* end generic styles ---------------*/

/* page styles ----------------------*/
#page{
	position:relative;
	width:792px;
	margin:0px 0px 0px -395px;
	left:50%;
	padding:0px;
	background:#000000 url(images/vert_border.jpg) right repeat-y;
}
#header{
	height:233px;
	width:790px;
	padding-left:2px;
}
#title{
	float:left;
}
#contact{
	float:left;
}
#main_block{
	clear:both;
	width:792px;
}
/* column one ----------------------*/
#col_one{
	display:block;
	float:left;
	width:324px;
	height:inherit;
	/*background:#000000 url(images/vert_border.jpg) right repeat-y;*/
}
#register_panel{
	/*background:#000000 url('images/reg_bg.jpg') no-repeat;*/
}
#form_input{
	position:relative;
	top:-5px;
	width:220px;
}
/* end column one ------------------*/

/* column two ----------------------*/
#col_two{
	float:left;
	width:317px;
	height:inherit;
	background:#000000 url('images/vert_border_two.jpg') repeat-y;
	padding-left:2px;
}
#issue_top{
	background: url('images/horiz_divider_two.jpg') bottom no-repeat;
}
#issue_img{
	margin: 0px 15px 10px 20px;
}
#issue{
	background: url('images/horiz_divider_two.jpg') bottom no-repeat;
}
#issue_arrow{
	float:right;
	margin:-20px 4px 0px 0px;
}
#news_item{
	background: url('images/horiz_divider_two.jpg') bottom no-repeat;
}
/* end column two ------------------*/

/* column three --------------------*/
#col_three{
	float:left;
	width:149px;
	background:#000000 url(images/vert_border.jpg) right repeat-y;
}
#ad_block{
	height:80px;
	width:128px;
	background:#333333;
	margin:10px;
}
#links_block{

}

/* end column three ----------------*/

/* end page styles ------------------*/
