@charset "utf-8";
/* author: Vladimir Toman */
/* Creation date: 3/18/06 */

body{
text-align:center;
background-color:;
background-image:url('images/t05-02links.jpg');
background-repeat:no-repeat;
background-position:10% 20px;
background-attachment:fixed;
}
#container{
text-align:left;
margin:0 auto 0 auto;
width:70%; /* ....% or fixed pixel ..... */

height:720px;
border:0px solid #333;
}

#header{
font-family:arial, helvetica, sans-serif;
background-image:url('images/t05-01links.jpg');
background-repeat:no-repeat;
background-position:top right;
border-bottom:1px solid #333;
}
#header h1{margin:0 0 20px 10px; color:#ff4c00; font-variant:small-caps;}
#header h2{margin:0 0 0 10px; color:#ff9c00; font-family:arial narrow, arial, helvetica, sans-serif;}



#navbar{
width:100%;
height:90px;
border:1px solid #333;
margin:2px 0 0 0;
background-color:#ff4c00;
background-image:url('images/banner-rotation104.jpg');
background-repeat:no-repeat;
background-position:top right;
}

#content{
float:left;
width:55%;
/* max width */
font-family:arial, helvetica, sans-serif;
font-size:75%;
padding:10px;
}

#content h4{margin:0 0 5px 0;}
#content p{margin:0 0 10px 0;}
#colright{
font-family:arial, helvetica, sans-serif;
float:right;
width:40%;
}

.box{
margin:30px 0 0 0;
border:1px solid #999;
padding:5px;
}
.box h2{
text-align:center;
color:#ff4c00;
font-size:100%;
margin:0;
}
.box h3{
text-align:center;
font-size:100%;
margin:0;
}
.box h4{
text-align:center;
font-size:75%;
margin:0;
}
.box h5{margin:0;}
.box h6{margin:10px 0 0 0;}
.box p{font-size:75%;}
.box ul{
list-style-type:square;
font-size:75%;
margin:0 0 10px 0;}


.ads{text-align:center; margin-left:auto; margin-right:auto;}

#footer{
clear:both;
font-family:arial, helvetica, sans-serif;
border-top:1px solid #404040;
}
#footer h3{
float:right;
text-align:right;
font-size:100%;
margin:0;
}
#footer p{
font-size:75%;
margin:0;
}

input{font-size:65%; border:1px solid #333; margin:0 0 1em 0;}
select{margin:0 0 1em 0; border:1px solid #404040;}
textarea{border:1px solid #404040; margin:0 0 20px 0;}
label{font-size:100%;}
/* ......................... FONT & TEXT STYLES */
.alert{color:#ff0000; font-weight:bold; text-align:center;}
.bigred{font-size:132%; color:#ff0000;}
.c333{color:#333;}
.c999{color:#999;}
.dirlink{font-size:65%; padding:0 0 10px 0;}
.ff0{color:#ff0000;}
.justi{text-align:justify;}
.sml{font-size:75%;}
.sweet{
color:#ff0000;
font-style:italic;
font-weight:bold;
background-image:url('images/sweet.gif');
background-repeat:no-repeat;
background-position:top left;
padding:0 0 0 15px;
}
.unl{text-decoration:underline;}