ftdLight : Design 5 « Templates « HTML / CSS






ftdLight

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>FlashTemplateDesign Free Css Template</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>
/*
Design by FlashTemplatesDesign
http://www.flashtemplatesdesign.com/
Released for free under a Creative Commons Attribution 3.0 License
*/

*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}


a{
  color: #014B4B;
  text-decoration:none;
}

a:hover{
  text-decoration: underline;
  color: #000000;
}

body{
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  background: #00FFFC url(ftdLight-images/bg.jpg) repeat-x top;
}

#bg{
  background:url(ftdLight-images/bg_img.jpg) center top no-repeat;
}

#maintop{
  background: url(ftdLight-images/top.png) 0px 0px no-repeat;
  width:801px;
  height: 9px;
}
#mainbot{
  background: url(ftdLight-images/bot.png) no-repeat;
  width:801px;
  height: 14px;
}

#main{
  width: 801px;
  margin: 0px auto;
}

#header{
  width: 800px;
  height: 173px;
  margin: 0px auto;
}

#logo{
  text-align: right;
  padding-top: 30px;
  height: 76px;
}

#logo a {
  text-decoration: none;
  font-style: italic;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}


#logo H2 a{
  font-size: 10px;
}

#buttons{
  width: 800px;
  height: 55px;
  background: url(ftdLight-images/menu.jpg) left top no-repeat;
  text-align:center;
}

#buttons ul {
    padding-left: 60px;
    margin: 0px;
}

#buttons li {
  display: inline;    
}

#buttons a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight:normal;
  display: block;
  float: left;
  width: 130px;
  height: 40px;
  text-decoration: none;
  color: #014B4B;
  padding-top: 15px;
  margin-right: 5px;
  text-align: center;
}

#buttons a:hover {
  text-decoration: underline;
  background: url(ftdLight-images/but_bg.jpg) 0px 2px repeat-x;
}

#content{
  width: 801px;
  background: #FFFFFF;
}

#left{
  width: 557px;
  padding: 0px 0px 0px 7px;
  margin: 0px;
}

#img_b {
  background:url(ftdLight-images/img.jpg) left top no-repeat;
  width: 559px;
  height: 216px;

}

.text{
  padding: 10px;
  background: url(ftdLight-images/textbg.jpg) no-repeat top left;
}

#left H1{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:normal;
  color: #014B4B;
  padding-bottom: 10px;
}

.read{
  text-align:right;
  padding-right:20px;
}

#right{
float:right;
width: 230px;
}

#right ul 
{
  list-style: none;
  padding-left:30px;
  margin: 0px;
  display:block;
  padding-bottom: 30px;
  padding-top: 20px;
  background:url(ftdLight-images/tit_b.jpg) no-repeat;
}

#right ul li{
  padding-bottom: 2px;
}

#archives ul li {
  margin-bottom: 5px;
  background: url(ftdLight-images/small.gif) no-repeat left;
  padding-left: 15px;

}

#right h2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:normal;
  color: #014B4B;
  text-align:center;
  padding-top: 14px;
  height: 30px;
  background: url(ftdLight-images/tit.jpg) no-repeat;
}

#right li a {
  padding-left: 10px;
  background: url(ftdLight-images/img09.gif) no-repeat 1px 5px;
}

#calendar {
  padding: 20px 20px 20px 20px;
  background: url(ftdLight-images/tit_b.jpg) left top no-repeat
}

#calendar table {
  width: 100%;
  text-align: center;
}

#calendar thead {

}

#calendar tbody td {
  border: 1px solid #F1F1F1;
}

#calendar #prev {
  text-align: left;
}

#calendar #next {
  text-align: right;
}

#calendar tfoot a {
  text-decoration: none;
  font-weight: bold;
}

#calendar #now {
  background: #696969;
  border: 1px solid #ff0000;
  font-weight: bold;
  color: #FFFFFF;
}

.lo { padding: 20px 20px 15px 20px;
}

.tit_b {
  background:url(ftdLight-images/tit_b.jpg) left top no-repeat;
}

#right H4 {
  font-size: 14px;
}

#right p
{
padding: 10px;
padding-left: 20px;
}

#footer{
  height: 37px;
  width: 801px;
  font-size: 10px;
  color: #014B4B;
  padding-top: 4px;
  text-align: center;
  clear:both;
  margin: 15px auto;
}

#footer a{
  color: #014B4B;
  font-size: 10px;
  text-decoration: none;
}
.padding{
  padding: 10px;
  color:#FF0000;
  font-weight: bold;
}

</style>


</head>
<body>

<div id="bg">

<!-- header begins -->
<div id="header">
  <div id="logo"><h1><a href="#">ftdLight</a></h1></div>
  <div id="buttons">
    <ul>
      <li class="first"><a href="#"  title="">Home</a></li>
      <li><a href="#" title="">Blog</a></li>
      <li><a href="#" title="">Gallery</a></li>
      <li><a href="#" title="">About</a></li>
      <li><a href="#" title="">Contact</a></li>
    </ul>
  </div>
</div>
<!-- header ends -->

<div id="main">
<div id="maintop"><img src="ftdLight-images/spaser.gif" alt="" /></div>
<!-- content begins -->
<div id="content">
  <div id="right">
      <div id="archives">
        <h2>Nunc pellentesque</h2>
                <div class="tit_b">
                    <ul>
                      <li><a href="#">Vivamus id arcu</a></li>
                        <li><a href="#">Duis congue ultricies</a></li>
                        <li><a href="#">Purus in mollis purus</a></li>
                        <li><a href="#">Orci nonummy fringilla</a></li>
                    </ul>
                </div>
        <h2>Calendar</h2>
                <div class="tit_b">
                      <div id="calendar">
                        <table id="calendar2" summary="Calendar">
                          <caption>
                            January 2009
                          </caption>
                          <thead>
                            <tr>
                              <th abbr="Monday" scope="col" title="Monday">M</th>
                              <th abbr="Tuesday" scope="col" title="Tuesday">T</th>
                              <th abbr="Wednesday" scope="col" title="Wednesday">W</th>
                              <th abbr="Thursday" scope="col" title="Thursday">T</th>
                              <th abbr="Friday" scope="col" title="Friday">F</th>
                              <th abbr="Saturday" scope="col" title="Saturday">S</th>
                              <th abbr="Sunday" scope="col" title="Sunday">S</th>
                            </tr>
                          </thead>
                          <tfoot>
                            <tr>
                              <td abbr="Des" colspan="3" id="prev"><a href="#">&laquo; Des</a></td>
                              <td class="pad">&nbsp;</td>
                              <td abbr="Feb" colspan="3" id="next" class="pad"><a href="#">Feb &raquo;</a></td>
                            </tr>
                          </tfoot>
                          <tbody>
                            <tr>
                              <td colspan="2" class="pad">&nbsp;</td>
                              <td>1</td>
                              <td>2</td>
                              <td>3</td>
                              <td>4</td>
                              <td>5</td>
                            </tr>
                            <tr>
                              <td>6</td>
                              <td>7</td>
                              <td>8</td>
                              <td>9</td>
                              <td>10</td>
                              <td>11</td>
                              <td>12</td>
                            </tr>
                            <tr>
                              <td>13</td>
                              <td>14</td>
                              <td>15</td>
                              <td>16</td>
                              <td>17</td>
                              <td>18</td>
                              <td>19</td>
                            </tr>
                            <tr>
                              <td>20</td>
                              <td id="now">21</td>
                              <td>22</td>
                              <td>23</td>
                              <td>24</td>
                              <td>25</td>
                              <td>26</td>
                            </tr>
                            <tr>
                              <td>27</td>
                              <td>28</td>
                              <td>29</td>
                              <td>30</td>
                              <td>31</td>
                              <td class="pad" colspan="2">&nbsp;</td>
                            </tr>
                          </tbody>
                        </table>
                      </div>
              </div>
                 <h2>Company News</h2>
                 <div class="tit_b">
                     <div class="lo">
                      <h4>June 2, 2009</h4>
                      <p><a href="#"> Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta. &#8230;</a></p>
                      <h4>June 12, 2009</h4>
                      <p><a href="#">Tmpuse Duis tempor posuere diam. Suspendisse  quis nunc malesuada porta. &#8230;</a></p>
                    </div>
                 </div>
        </div>
     </div>
     <div id="left">
       <div id="img_b"></div>
        <div class="text">
    <h1>Welcome to Our Website!</h1>
    <p class="meta"><small>Posted on January 24th, 2010 by <a href="#">admin </a></small></p>
        <p>Mauris quis erat turpis. Aenean nisl metus, luctus vitae consectetur venenatis, tincidunt quis nisl. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam sed ipsum in nisl fermentum blandit. Sed ante lacus, pretium in semper eget, dictum nec lectus. Sed sapien lectus, consectetur ut ultrices in, vehicula sed felis. Donec tincidunt eros ut orci dictum eu ornare tellus auctor. Duis dui arcu, venenatis sed semper vitae, posuere eget metus. Aliquam purus nulla, sagittis eu facilisis eu, faucibus at dui. Maecenas et elit erat. Aliquam sapien tortor, tristique id convallis non, pharetra a dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
        <p class="meta"><a href="#" class="more">Read More</a> &nbsp;&nbsp;&nbsp; <a href="#" class="comments">Comments (33)</a></p>
        <br /><br />
    <h1 class="title">Lorem Ipsum Dolore </h1>
    <p class="meta"><small>Posted on January 13th, 2010 by <a href="#">admin </a></small></p>
    <p>Aliquam gravida massa eu arcu. Fusce mollis tristique sem. Sed eu eros imperdiet eros interdum blandit. Vivamus sagittis bibendum erat. Curabitur malesuada turpis nec ante. Suspendisse quis felis. Suspendisse potenti. Nullam et orci in erat viverra ornare. Nunc pellentesque. Sed vestibulum blandit nisl. Quisque elementum convallis purus.</p>
      <p class="meta"><a href="#" class="more">Read More</a> &nbsp;&nbsp;&nbsp; <a href="#" class="comments">Comments (33)</a></p>
      <br /><br />
    <h1 class="title"> Fusce mollis tristique sem </h1>
    <p class="meta"><small>Posted on January 14th, 2010 by <a href="#">admin </a></small></p>
    <p>Aliquam gravida massa eu arcu. Fusce mollis tristique sem. Sed eu eros imperdiet eros interdum blandit. Vivamus sagittis bibendum erat. Curabitur malesuada turpis nec ante. Suspendisse quis felis. Suspendisse potenti. Nullam et orci in erat viverra ornare. Nunc pellentesque. Sed vestibulum blandit nisl. Quisque elementum convallis purus.</p>
      <p class="meta"><a href="#" class="more">Read More</a> &nbsp;&nbsp;&nbsp; <a href="#" class="comments">Comments (33)</a></p>
     </div>
   </div>
  <div style="clear: both"></div>

</div>

<!-- content ends -->
<div id="mainbot"><img src="ftdLight-images/spaser.gif" alt="" /></div>
</div>
<!-- footer begins -->
<div id="footer">
 <p>Copyright &copy; 2009. <a href="http://www.flashtemplatesdesign.com/" title="Web Design">Web Design</a> by <a href="http://www.flashtemplatesdesign.com/" title="Flash Website Templates">Flash Website Templates</a></p>
    <p><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a> | <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p></div>
<!-- footer ends -->

</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.eatlon
14.ebullient
15.echo
16.ecolution-warrior
17.ecom-1
18.edgy
19.edy-builders
20.efflorescence
21.elements
22.elitecircle1-0
23.emblazoned
24.embouteillage
25.emerald
26.emergence
27.emperor
28.empireserver
29.emporium
30.enclosed
31.endless
32.energybox
33.enlight
34.enlighten1-0
35.enormous
36.enter
37.enthusiastica
38.entomology
39.envision1-0
40.epod
41.equivalency
42.ergophobia
43.established
44.etags
45.euphonics
46.europe
47.everydayseries
48.evolution
49.exalted
50.excess
51.excursus
52.Executive Template
53.executive
54.Exotic_Blue
55.Exotic_Red
56.fotografix
57.fotolandia
58.foundation
59.foxy
60.fractalbroccoli
61.fragrance
62.frankincense
63.freches-fruechtchen
64.free-css-lunch
65.freecsstemplate 55
66.freecsstemplateno57
67.freecsswebsitetemplate39
68.freecss_greentextile
69.freecss_modern
70.freecss_monolit
71.freecss_redleaves
72.freecss_set
73.freeport
74.freeradicals
75.freestyle
76.frozenage
77.ftd-redblack
78.ftdbusiness
79.ftdcinema
80.ftddrops
81.ftdExplosionBlue
82.ftditight
83.ftdkiwi
84.ftdlagoon
85.ftdLightBlue
86.ftdluminescent
87.ftdMoonLight
88.ftdprime
89.ftdspace
90.ftdvivid
91.ftdworld
92.funkytimes
93.funride
94.futuremag-aio
95.fword_three
96.galaxy
97.gallerize
98.gamberetto
99.gameportal
100.Ganesh01
101.gastropoda
102.gathering14
103.gazebo
104.gconsultant
105.general
106.genesis
107.genghiskahn
108.genius_web
109.gentle_wiki
110.geoforce
111.gestured
112.gift-gallery
113.giftig-gruen
114.gila
115.glazed
116.godetia
117.godofgates
118.GoFlexible
119.goinggrey
120.gradientis
121.grandenally
122.grandhost
123.GraniteGlass
124.greefies