
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #404040;
    background: transparent url(images/bg.gif) repeat-x scroll 0 0;
    font-family: "arial", sans-serif;
    font-size: 0.8em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5;
}

img {
    border: 0 none;
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {
    margin: 15px 0;
}

#main {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}

#header {
    height: 70px;
    padding: 30px 20px 15px;
    position: relative;
}

#header > h1 > a {
    color: #555555;
    font-family: Arial;
    font-size: 28pt;
    text-decoration: none;
}

#tray {
    background-color: #BFBFBF;
    background: transparent url(images/tray.gif) no-repeat scroll 0 0;
    font-family: "tahoma", sans-serif;
    font-size: 90%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 45px;
    line-height: 1;
	margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 960px;
}

#tray > ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 20px;
}

#tray li {
    display: inline;
}

#tray li a {
    color: #404040;
    background: transparent url(images/tray-separator.gif) no-repeat scroll 100% 0;
    display: block;
    float: left;
    padding: 17px 20px 17px 18px;
    text-decoration: none;
}

#tray li a.active {
    background-color: #009900;
    color: #FFFFFF;
    background: transparent url(images/tray-active.gif) repeat scroll 0 0;
}

#col-top, #col-bottom, #col {
    background-color: #F5F5F5;
}

#col-top {
    background: transparent url(images/col-top.gif) no-repeat scroll 0 0;
    font-size: 0;
    height: 5px;
    line-height: 0;
    margin-top: 15px;
    overflow: hidden;
    width: 960px;
}

#col {
    background: transparent url(images/col.gif) repeat-y scroll 0 0;
    padding: 15px 30px 15px 20px;
    position: relative;
}

.box {
    min-height: 1px;
}

.box:after {
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    font-size: 0;
    content: ".";
}

#col-browser {
    background: transparent url(images/browser.gif) no-repeat scroll 0 0;
    float: left;
    height: 215px;
    position: relative;
    width: 280px;
}

#col-browser img {
    left: 10px;
    position: absolute;
    top: 28px;
}

#col-text {
    float: right;
    line-height: 1.7;
    padding-top: 15px;
    width: 600px;
}

#col-bottom {
    background: transparent url(images/col-bottom.gif) no-repeat scroll 0 0;
    font-size: 0;
    height: 5px;
    line-height: 0;
    margin-bottom: 15px;
    overflow: hidden;
    width: 960px;
}

#wrap-center {
    display: block;
    float: left;
    width: 660px;
}

#center-top {
    background: transparent url(images/center-top.gif) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 5px;
    width: 660px;
}

#center {
    background: transparent url(images/center.gif);
    display: block;
    float: left;
    width: 660px;
}

#center-bottom {
    background: #FF0000 url(images/center-bottom.gif) no-repeat scroll 0 0;
    display: block;
    height: 5px;
    float: left;
    width: 660px;
}

#center > * {
    margin-left: 15px;
    margin-right: 15px;
}

#wrapper-right {
    float: right;
    margin: 0;
    padding: 0;
}

#col-right-top {
    background: transparent url(images/right-top.gif) no-repeat;
    display: block;
    height: 5px;
    margin-right: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 240px;
}

#col-right {
    background: #EEF8E4 url(images/right.gif);
    margin-right: 1px;
    padding: 20px;
    width: 240px;
}

#col-right-bottom {
    background: transparent url(images/right-bottom.gif) no-repeat;
    display: block;
    height: 5px;
    margin-right: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 240px;
}

.tell-more {
    background: transparent url(images/button.gif) no-repeat scroll 0 0;
    color: #FFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 29px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 135px;
}

#footer {	
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 20px 0;
    width: 960px;
}

#footer-line {
	border-top: 1px #DDDDDD dashed;
	margin: 0 auto;
	margin-bottom: 15px;
    overflow: hidden;	
}

#footer-links {
    float: left;
}

#footer-links > ul > li > a {
    color: #404040;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

#footer-links > ul > li > a.active {
    color: #009900;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

#footer-copyright {
    float: right;
    margin-right: 40px;
}

#license {
	clear: both;
	list-style: none;	
}

#license > li {
	border-top: 1px #DDD dashed;
	margin: 7px 0 7px 0;
	padding: 5px;
}

#license > li > * {
	clear: both;
	display: block;
}

#license > li > hr {
	clear: both;	
	visibility: hidden;
}

#main_img {
	margin-top: 10px;
}

.content > p {
	text-align: justify;
}

.img_screen {
	margin: 10px 0 10px 0;
}





