/* 
    Document   : codersadvocate
    Created on : 16-Nov-2009, 16:16:27
    Author     : harjits
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{margin:0px;padding:0px;text-decoration:none; font-family:sans-serif;}
body{background:url(/images/paperclipred/background.png) #d6d6d6 repeat-x;}
a{color:#999999;}
.tourguide h2{font-size:14px; font-weight:400;}
.tourguide ul{list-style:none;}
.main {width:550px;margin:0px auto;}
.main .nav{float:left; width:50px;padding-top:70px;}
.main .nav ul{list-style:none;}
.main .nav a{width:50px;height:100px; display:block;}
.main .content{float:right; width:500px;background:url(/images/paperclipred/cont-bg.png) no-repeat;}
.main .content .body{background:url(/images/paperclipred/cont-bg-sides.png) repeat-y;margin-top:75px;}
.main .content .footer{background:url(/images/paperclipred/cont-bg-foot.png) no-repeat; height:335px;}
.main .content .body {padding:12px;}
.main .content .body .links{float:right; width:100px; margin:6px;}
.main .content .body p{ margin:8px 0px; }
.main .content .footer {padding:12px;}

.small {font-size:8px;}
.normal {font-size:16px;}
.large {font-size:24px;}

.tab-home {background:url(/images/paperclipred/tab-home.png) no-repeat;}
.tab-contact {background:url(/images/paperclipred/tab-contact.png) no-repeat;}
.tab-articles {background:url(/images/paperclipred/tab-articles.png) no-repeat;}

