/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #336699;
	background-image:url(../images/bg/body-bg.png);
	background-repeat:repeat-x;
	background-color: #F9F9F9;
	text-align:center;
	display: block;
}

h1 {
	font-size:170%;
	line-height:70%;
	font-style: italic;}
h2 {
	font-size:130%;
	line-height:80%;
	font-style: italic;
	text-indent: 5px;
}
h3 {}

hr {
	color:#CCCCCC;
}
th {
font-style:none;
font-size:smaller;
font-size-adjust:none;
}
img.display {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

label {
	font-size:80%;
	text-align:right;
}
	
p {line-height:130%;
}
a.link        	{ FONT-SIZE:85%; COLOR: #336699; font-family:"Arial Narrow"; text-decoration: none; text-transform:uppercase; font-weight:bold;
border:0px;
letter-spacing:0.08em}
a:visited.link   { FONT-SIZE:85%; font-family:Arial Narrow;  COLOR: #336699; text-decoration: none; text-transform:uppercase; font-weight:bold}
a:active.link    { FONT-SIZE:85%; font-family:Arial Narrow;  COLOR: #CCCCCC; text-decoration: none; text-transform:uppercase; font-weight:bold }
a:hover.link     { FONT-SIZE:86%; font-family:Arial Narrow;  COLOR: #FF9933; text-decoration: none; text-transform:uppercase; font-weight:bold}

#wrapper {
	overflow: hidden;
	margin: 0px auto;
	height: auto;
	width: 960px;
	background-color:#FFFFFF;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#header {
	background-image:url(../images/header/header.png);
	width: 960px;
	height: 180px;
}

#slogan {
	padding-top: 115px;
	padding-left: 480px;	

}
#language {
	width:200px;
	text-align:center; 
}
#time_stamp {
	height:32px;
	padding-top:5px;
	font-size:60%;

}
#main {
	padding-left:10px;
	padding-bottom:50px;
	width: 580px;
	clear: none;
	float: left;
}

#content {
	font-size:92%;	
	padding:10px;}

#content p {
text-align:justify;
font-size:95%;
padding-left:25px;
padding-right:25px
}
#bottum {
background-image:url(../images/bg/bg_footer.jpg);
background-repeat:no-repeat;
	height: 160px;
	width: 100%;
	clear: both;
	float: left;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.clear {
    clear: both;
}