@charset "utf-8";
/* ///////////////////////////////// RESET CSS ////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ///////////////////////////////// RESET CSS ////////////////////////////////////////////////////////*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 14px; 
	color:#333333; 
	background:#fff url(img/bg.jpg) no-repeat top center;
	background-attachment: fixed;
}

strong
{
	font-weight:bold;
}

p
{
	margin: 1.12em 0;
}

#wrapper
{
	margin:0px auto;
	width:916px;
	height:auto;
	overflow:auto;
}

#top
{
	width:916px;
	background-image:url(img/top.png);
	height:185px;
}

#top_space
{
	width:916px;
	background-image:url(img/top.png);
	height:149px;
	float:right;
	line-height:12px;
	margin:0;
	padding:0;
}

#menu_hold
{
	width:700px;
	height:33px;
	background-color:#033;
	float:right;
	background-color:#003;
	line-height:12px;
}


#content
{
	width:916px;
	background-image:url(img/bg_page.jpg);
	height:auto;
	overflow:auto;
	background-repeat:no-repeat;
	background-color:#77ace0;
}


#container
{
	width:550px;
	height:auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#container_top
{
	width:550px;
	background-image:url(img/c_top.png);
	height:83px;
}

#title
{
	width:510px;
	height:30px;
	padding-left:10px;
	padding-right:30px;
	font-size:20px;
	line-height:28px;
	color:#04298c;
}

#container_content
{
	width:550px;
	height:auto;
	background-image:url(img/c_repeat.png);
	background-repeat:repeat-y;
	font-size:13px;
}

#actual_text
{
	width:510px;
	padding-left:10px;
	padding-right:20px;
}

#actual_text a:link
{
	color:#06F;
	text-decoration:none;
}

#actual_text a:visited
{
	color:#06F;
	text-decoration:none;
}

#actual_text a:hover
{
	color:#06F;
	text-decoration:underline;
}



#special_s
{
	width:510px;
	height:1px;
	font-size:1px;
}


#container_bottom
{
	width:550px;
	background-image:url(img/c_bottom.png);
	height:33px;
}

#footer
{
	width:916px;
	height:20px;
}











/* ---------------------------------------------------------------- Menu ---------------------------------------------------*/


#menu {
	background: #04298c;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #04298c url("images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 11px 16px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 10px;
}