@charset "UTF-8";

body
{
	background-color: #5f0000;
	background-image: url("../img/bkg_top.gif");
	color: #efefef;
	min-width: 780px;
	background-position: 50% 0;
}


/* TITLE BAR STLYES*/
.title_wrap
{
	max-width: 1200px;
	background-image: url("../img/dragon.gif");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-top: 5px;
	margin: auto;
}

.title_inner
{
	margin-right: 10px;
	background-image: url("../img/dragon.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.title_logo_text
{
	margin-left: 190px;
	margin-right: 180px;
}

.title_logo_text h1
{
	position: relative;
	margin-top: -4px;
	color: #ffa;
	text-shadow: 0px .1em .15em black;

}

.title_min_height
{
	width: 1px;
	height: 150px;
	float: left;

}

.title_clear
{
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	
}

.title_logo_wrap
{
	position: relative;
	height: 86px;
}

.title_logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	height: 86px;
	width: 100%;
	background-image: url("../img/psycodom.gif");
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

.title_logo_low
{
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	z-index: 2;
	padding: 0;
	height: 86px;
}

.title_sub
{
	color: #c0ffee;
	text-shadow: 0px 3px 5px black;
	font-weight: 900;
}

/* MENU STYLES */
.menu_main_top, .footer_top
{
	height: 7px;
	background-color: transparent;
	background-image: url("../img/menu_top.gif");
	background-position: 50% 0;
	font-size: 0px;
	line-height: 0px;
}

.menu_main_body, .footer_body
{
	background-color: #a00;
	background-image: url("../img/menu_wood.gif");
	white-space: nowrap;
	background-position: 50% 0;
}

.menu_main_wave, .footer_wave
{
	background-position: 50% 50%;
	background-image: url("../img/menu_wave.gif");
	background-repeat: repeat-x;
	border: none;
}

.menu_main_bottom, .footer_bottom
{
	height: 12px;
	background-color: transparent;
	background-image: url("../img/menu_bottom.gif");
	background-position: 50% 0;
	font-size: 0px;
	line-height: 0px;
}

.footer_bottom
{
	margin-bottom: .3em;
}

.menu_sep
{
	display: none;
}

.menu_section
{
	display: none;
}

a.menu_item
{
	font-weight: 900;
	color: #efefef;
	text-decoration: none;
	background-color: #400;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #300;
	border-right: 1px solid #300;
	border-top: 1px solid #000;
	background-image: url("../img/menu_item_wood.gif");	
	margin-left: .15em;
	margin-right: .15em;
}

a.menu_item:hover
{
	background-color: #800;
	background-image: url("../img/menu_item_wood_hi.gif");	
}

a.menu_item:active, a.menu_item:focus
{
	color: #f00;
}

/* CURRENT PAGE STYLES */
.cp_top
{
	height: 7px;
	background-color: transparent;
	background-image: url("../img/menu_top.gif");
	background-position: 50% 0;
	font-size: 0px;
	line-height: 0px;
}

.cp_body
{
	background-color: #a00;
	background-image: url("../img/menu_wood.gif");
	white-space: nowrap;
	background-position: 50% 0;
	padding: .1em;
	border: none;
	margin-bottom: 0em;
}

.cp_bottom
{
	height: 12px;
	background-color: transparent;
	background-image: url("../img/menu_bottom.gif");
	background-position: 50% 0;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: .25em;
}

.cp_body a
{
	color: #fefefe;
	text-decoration: none;
}

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

.cp_body a:active, .cp_body a:focus
{
	color: #000;
}

/* BODY STYLES */
.body_wrap
{
	max-width: 1200px;
	margin: auto;
}

/* PANEL STYLES */
.panel_wrap_normal
{
	margin-left: 25px;
	margin-right: 25px;
}

.panel_top_left
{
	height: 52px;
	padding-left: 38px;
	background-image: url("../img/panel_top_left.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.panel_top_right
{
	height: 52px;
	padding-right: 38px;
	background-image: url("../img/panel_top_right.gif");
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.panel_top
{
	height: 52px;
	background-image: url("../img/panel_top.gif");
	background-repeat: repeat-x;
	background-position: 50% 0;
}		

.panel_top_decor
{
	height: 52px;
	background-image: url("../img/panel_top_decor.gif");
	background-repeat: no-repeat;
	background-position: 50% 0;
	
}		

.panel_left
{
	padding-left: 21px;
	background-image: url("../img/panel_left.gif");
	background-position: 0 100%;
	background-repeat: repeat-y;
}

.panel_right
{
	padding-right: 21px;
	background-image: url("../img/panel_right.gif");
	background-position: 100% 100%;
	background-repeat: repeat-y;
}

.panel_content
{
	background-image: url("../img/panel_bkg.gif");
	background-position: 50% 0;
	padding-top: 1px;
}		

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6
{
	color: #ffa;
	text-shadow: 0px .1em .15em black;
}

.panel_end
{
	height: 50px;
	background-image: url("../img/panel_end.gif");
	background-position: 50% 100%;
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

.panel_bottom_left
{
	height: 8px;
	padding-left: 23px;
	background-image: url("../img/panel_bottom_left.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: .5em;
}

.panel_bottom_right
{
	height: 8px;
	padding-right: 23px;
	background-image: url("../img/panel_bottom_right.gif");
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.panel_bottom
{
	height: 8px;
	background-image: url("../img/panel_bottom.gif");
	background-repeat: repeat-x;
	background-position: 50% 0;
}		
	
.panel p:first-letter
{
	color: red;
}

.panel a, .footer_text a
{
	color: #6be;
	text-decoration: none;
}

.panel a:visited, .footer_text a:visited
{
	color: #abe;
}

.panel a:hover, .footer_text a:hover { text-decoration: underline; }
.panel a:focus, .footer_text a:focus { color: #f00; }
.panel a:active, .footer_text a:active { color: #f00; }

.footer_text
{
	padding: 0;
	border-top: none;
}

.footer_wave
{
	height: 14px;
}

.psy_hr
{
	height: 20px;
	background-image: url("../img/hr_wave.gif");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	width: 100%;
	padding-top: .25em;
	padding-bottom: 1em;
}

.psy_hr hr
{
	display: none;
}

.news_date
{
	border-bottom: 1px dashed #f00;
	color: #c0ffee;
}


/* Mac IE only \*//*/
.title_wrap
{
width: 780px;
}

.body_wrap
{
width: 780px;
}
/**/
