@import url(colors.css);

body { margin: 0; padding: 0; background-color: #526061; background-repeat:no-repeat; background-position: top center; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 0.7em; color: #fff;}
* html body{font-size: 0.7em;}

div.centerPage{display: block; width:880px; position: absolute; right: 200px;}

/*basic Layout*/
div.centerPage .outerContent{position: absolute; right:-60px;width:760px; margin: 20px 0 0 0; padding:0;}

.footer{background-color:transparent;font-size: 90%; font-weight: bold;height:30px; margin-bottom:40px;display:block;width:200px;}
.header{background-color: #333; color: #333;height:150px; width:760px;}
.sky{width:120px; float:right;}

.main{ float:left;color: #333; background-color: #f5f3f1; width: 640px; background-position: bottom;  min-height: 950px; *height: 1500px;}
.main h1{padding: 0 0 0 35px; margin:20px 0 0 20px; font-size: 150%; font-weight: bold; line-height: 57px; float:left;}
.main p{clear:left;margin: 0 8px 0 70px; padding: 20px 35px 0 0px; text-align: justify;}	



/*navigation*/
div.centerPage .nav{margin-top:20px;width:150px;font-weight: normal; font-size: 110%;float:left}
div.centerPage .nav ul{ margin-left:0px;  border: solid 1px #000; width:172px}
.nav li{line-height:25px;color: #fff;}
.nav li a, .nav li.nolink{line-height:16px; color: #fff;text-decoration:none; padding-left:8px; width:137px;}
.nav li.nolink{color:#eee; font-weight:normal;}
.nav li a:hover{text-decoration:underline;background-position: 0px 3px;background-image:url("/images/arrow.jpg");background-repeat:no-repeat; }



.footer div.links{margin:0 0 0 8px; float: left; line-height:24px;color: #fff;}
.footer a.by{font-weight: normal; line-height:24px;color: #fff;}


