/* 
	Resets defualt browser settings
	reset.css
*/
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; }
a:active { outline:none; }
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:"" ""; }

/*
	Page style
*/

body { 
	font:normal 100%/1.5 Helvetica, Arial, sans-serif;
	color:#434343;
	background:#ffffff;
	padding:0px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#main {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:relative;
	z-index:0;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height:380px;
}

#header {
	margin-top:10px;
	width:980px;
	height:85px;
	position:relative;
}

#h-logo {
	width:400px;
	height:85px;
	padding:8px 0 0 15px;
	position:relative;
	float:left;
}

#h-menu-1 {
	width:120px;
	height:29px;
	margin:30px 30px 0 30px;
	background-image:url(../img/menu-1.png);
	position:relative;
	float:left;
}

#h-menu-1 a {
}

#h-menu-2 {
	width:120px;
	height:29px;
	margin:30px 30px 0 30px;
	background-image:url(../img/menu-2-a.png);
	position:relative;
	float:left;
}

#h-menu-3 {
	width:120px;
	height:29px;
	margin:30px 30px 0 30px;
	background-image:url(../img/menu-3.png);
	position:relative;
	float:left;
}

#example {
	margin-top:10px;
	width:980px;
	height:120px;
	position:relative;
}

#content {
	margin-top:5px;
	width:980px;
	height:670px;
	position:relative;
}

#content p {
	font-size:14px;
	margin-bottom:30px;
	padding:0 30px 0 47px;
	text-align:justify;
}

#content h1 {
	font-size:16px;
	font-style:italic;
	color:#FFA23E;
	margin-bottom:30px;
	padding:0 30px 0 47px;
	text-align:justify;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:0px;
	z-index:500;
}

#content-divi {
	width:980px;
	height:10px;
	padding-left:47px;
	position:relative;
}

#content-1 {
	width:980px;
	height:300px;
	position:relative;
	margin-bottom:10px;
}

#content-a {
	width:490px;
	height:180px;
	position:relative;
	float:left;
}

#content-a h2 {
	font-size:15px;
	margin-bottom:10px;
	padding:0 0 0 47px;
	color:#323232;
	text-align:left;
}

#content-b {
	width:460px;
	height:100px;
	padding:0 0 0 30px;
	position:relative;
	float:left;
}

#content-b h2 {
	font-size:15px;
	margin-bottom:10px;
	color:#323232;
	text-align:left;
}

/*
	Footer


#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}


	Anchors


a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

/*
myContent
*/

div.footer {
	width:100%;
	height:30px;
	padding:20px 0 10px 0;
	}

div.date {
	width:320px;
	margin-right:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#24445D;
	float:left;
	}

div.copyright {
	width:320px;
	margin-right:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#24445D;
	float:left;
	}
	
div.language {
	width:320px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#24445D;
	float:left;
	}	
		
div.language a {
	text-decoration:none;
	color:#24445D;
	}
	
div.language a:hover {
	color:#FF8400;
	}
	
div.footer strong {
	color:#FF8400;
	}	
