home *** CD-ROM | disk | FTP | other *** search
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- *{
- margin: 0;
- padding: 0;
- }
- body{
- text-align: center;
- font: 12px Times New Roman, Times, Georgia, serif;
- color: #666;
- background: #88b8cb url(../images/bottom_bg.jpg) left bottom repeat-x;
- }
- #container{
- margin: 0 auto;
- width: 850px;
- background: transparent url(../images/content_bg.jpg) repeat-y;
- text-align: left;
- }
-
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- #header{
- height: 350px;
- background: transparent url(../images/header_bg.jpg) no-repeat;
- }
- h1#logo{
- position: relative;
- top: 140px;
- left: 440px;
- width: 415px;
- }
- h1#logo a{
- display: block;
- height: 150px;
- background: transparent url(../images/template_logo.jpg) no-repeat;
- }
- h1#logo a:hover{}
- ul#mainNav{
- position: relative;
- top: 170px;
- right: 60px;
- float: right;
- font-size: 18px;
- list-style: none;
- }
- ul#mainNav li{
- float: left;
- text-align: center;
- }
- ul#mainNav a{
- display: block;
- padding: 5px 0;
- width: 120px;
- color: #999;
- text-decoration: none;
- }
- ul#mainNav a:hover{
- background: #f3f3f3;
- color: #666;
- }
-
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- #wrapper{
- overflow: hidden;
- border-top: 1px solid #eee;
- border-bottom: 1px solid #eee;
- margin: 0 60px;
- padding: 40px 0;
- }
- #content{
- float: left;
- width: 350px;
- }
- #addColumn{
- margin-left: 380px;
- }
- h2{
- font-size: 14px;
- color: #369;
- }
- #content p, #addColumn p{
- margin: 5px 0 20px 0;
- }
- div.miniPhoto{
- margin-top: 60px;
- text-align: center;
- }
- div.miniPhoto img{
- margin: 0 5px
- }
-
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- ul#metaLink{
- padding: 2px 60px 160px 60px;
- background: transparent url(../images/footer_bg.jpg) left bottom repeat-x;
- font-size: 9px;
- color: #ccc;
- list-style: none;
- }
- ul#metaLink a{
- color: #ccc;
- text-decoration: none;
- }
- ul#metaLink a:hover{
- text-decoration: underline;
- }
- li.validate{
- padding-right: 5px;
- float: left;
- }
- li.copyright{
- float: right;
- }