|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/srakitin/ |
Upload File : |
@charset "UTF-8";
/* CSS Document */
/*LOGO***********************************/
.logo {
width: 530px;
height: 76px;
margin: 0 auto;
margin-bottom: 20px;
margin-top: 20px;
}
/*CONTAINER***********************************/
.container {
width: 1000px;
height: auto;
margin: 0 auto;
}
/*LEFT***********************************/
.left {
width: 800px;
float: left;
}
/*NAV***********************************/
.nav {
background-image: url(images/nav_line.gif);
background-repeat: no-repeat;
width: 190px;
float: left;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
color: #000;
}
.nav li {
list-style: none;
border-bottom: 1.5px solid #999;
}
/*CONTENT********************************/
.content {
width: 550px;
height: auto;
margin: 0 20px 0 20px;
float: right;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
}
.bold {
font-weight: bold;
}
.ital {
font-style:italic;
}
h1 {
color: #8E061A;
font-size: 17px;
}
h2 {
color: #8E061A;
font-size: 15px;
}
a {
text-decoration: none;
font-weight: bold;
color: #666666;
}
a:hover {
color: #8E061A;
font-weight: bold;
}
.indent_home li {
margin: 0 20px 0 40px;
list-style: disc;
}
/*RIGHT***********************************/
.right {
width: 200px;
float: right;
}
/*FOOTER***********************************/
.footer {
clear: both;
width: 1000px;
margin: 0 auto;
text-align: center;
padding-top: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}