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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 99%;
	font-family: Arial;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}
body {
	line-height: 1.2;
}
ol, ul {
	margin-left: 25px;
}

:focus {

}


* {
    outline: none;
}

body {
    background: #e0e0e0;
    padding: 0;
    margin: 0;
    color: #464646;
    font-size: 13px;
}

#top {
    background: url(/img/top.png) repeat-x; 
    height: 360px;
}

#center_top {
    width: 960px;
    height: 360px;
    margin: auto;
}

.top_text {
    color: #0d65bf;
    text-shadow: 1px 1px #eee;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#container {
    width: 960px;
    margin: auto;
}

#content {
    text-align: justify;
    padding: 20px;
}

#content img {
    padding: 0 10px 10px 0;
}

#footer {
    background: url(/img/footer_bg.png) repeat-x;
    height: 158px;
}
#footer_content {
    width: 920px;
    margin: auto;
    padding: 20px;
}

.footer_link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_link li {
    display: inline;
    margin-right: 0px;
}

.footer_link li a{
    color: #414141;
    text-decoration: none;
    text-shadow: 0px 1px #fff; 
}

.footer_link li a:hover{
    color: #4096ee;
}

