/* CSS 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* DESIGN */
body{
	background-color:#f7f7f7;
	font-family:arial;
	font-size:13px;
}
p{
	text-align:justify;
}
a{
	color:#F06664;
	text-decoration:underline;
}
h1,h2,h3,h4{
	text-align:center;
}
.body{
	width:692px;
	background: transparent url('images/body_background.gif') repeat;
	margin:auto;
	line-height:1.2em;
}
.page_header{
	position:relative;
	width:100%;
	height:365px;
}
.header_left{
	position:absolute;
	top:20px;
	width:146px;
	height:172px;
	background: transparent url('images/header_left_background.png') no-repeat;
}
.header_center{
	position:absolute;
	left:183px;
	text-align:left;
}
.header_center img{
	width:276px;
	height:157px;
}
.header_center h1{
	color:#e26390;
	font-weight:bold;
	font-size:13px;
	padding-left:19px;
	line-height:1em;
}
.header_center h2{
	color:#403d72;
	font-weight:bold;
	font-size:11px;
	padding-left:19px;
	line-height:1em;
	padding-top:2px;
}
.header_right{
	position:absolute;
	right:0;
	width:181px;
	height:192px;
	background: transparent url('images/header_right_background.png') no-repeat;
}
.header_menu{
	position:absolute;
	top:192px;
}
.header_menu img{
	width:692px;
	height:110px;
}
.header_left_menu{
	position:absolute;
	top:306px;
	padding-left:24px;
}
.header_left_menu img{
	width:22px;
	height:22px;
}
.header_button{
	position:absolute;
	left:122px;
	top:304px;
}
.header_bottom_right{
	position:absolute;
	top:269px;
	right:0px;
	width:182px;
	height:96px;
	background: transparent url('images/header_bottom_right_background.gif') no-repeat;
	text-align:center;
}

.left_content{
	width:162px;
	float:left;
	padding-left: 14px;
}
.center_content{
	width:323px;
	float:left;
	padding-left:9px;
}
.right_content{
	float:left;
	width:162px;
	padding-left:9px;

}

.block{
	position:relative;
	z-index:100;
	margin-bottom:10px;
}
.block .header, .block .footer{
	position:relative;
}
.block .border{
	height:9px;
	margin:0 9px;
	font-size:0;
}
.block .corner_left, .block .corner_right{
	position:absolute;
	width:9px;
	height:9px;
	background-repeat:no-repeat;
}
.block .header .corner_left{
	left:0;
	top:0;
	background-image: url('images/block_corner_top_left.gif');
}
.block .header .corner_right{
	right:0;
	top:0;
	background-image: url('images/block_corner_top_right.gif');
}
.block .footer .corner_left{
	left:0;
	top:0;
	background-image: url('images/block_corner_bottom_left.gif');
}
.block .footer .corner_right{
	right:0;
	top:0;
	background-image: url('images/block_corner_bottom_right.gif');
}
.block .footer .border{
	background-color:#ffffff;
}
.block .header .border{
	background-color:#f06664;
}
.block .header_content{
	height:27px;
	background-color:#f06664;
}
.block .header_content h3{
	color:#fffeff;
	padding-top:2px;
	font-weight:bold;
}
.block .content{
	background-color:#ffffff;
	padding:6px;
}

.center_content .content p{
	margin:25px 0;
}
.news_content .content p{
	color:#F06664;
	margin-bottom:20px;
}
.block .content .link_next{
	text-align:right;
}
.news_content .content .link_next a{
	color:#0EB7BA;
}

.page_footer{
	position:relative;
	height:93px;
	clear:both;
}
.page_footer .footer_left{
	position:absolute;
	bottom:0;
	left:0;
	width:158px;
	height:230px;
	background: url('images/footer_left_background.png') no-repeat;
	background-position:bottom left;
}
.page_footer .footer_bottom{
	position:absolute;
	top:50px;
	left:150px;
	background: transparent url('images/footer_background.png') repeat;
	height:43px;
	width:542px;
}