/* CSS Document */

body {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0;
marginheight: 0;
marginwidth: 0;
background-color: #fff;
}

.bottomline {
border-bottom: 1px dotted black;
}

.left {
border-left: 1px dotted black;
border-bottom: 1px dotted black;
border-right: 1px dotted black;
}

.right {
border-bottom: 1px dotted black;
border-right: 1px dotted black;
}

#intro {
padding: 25px;
color: #000;
font-size: 10px;
background-color: #ccc;
border-left: 1px dotted black;
border-bottom: 1px dotted black;
border-right: 1px dotted black;
}

.heading2 {
padding: 0px;
border-bottom: 1px dotted black;
border-right: 1px dotted black;
}

.heading3 {
font-size: 10px;
padding: 25px 15px 15px 25px;
border-bottom: 1px dotted black;
}

.heading {
font-size: 10px;
padding: 25px 15px 15px 25px;
border-left: 1px dotted black;
border-bottom: 1px dotted black;
border-right: 1px dotted black;
}

.copyleft {
font-size: 10px;
padding: 27px 25px 25px 25px;
border-left: 1px dotted black;
border-bottom: 1px dotted black;
border-right: 1px dotted black;
}

.copyright {
font-size: 10px;
padding: 25px;
border-bottom: 1px dotted black;
border-right: 1px dotted black;
}

#footer {
color: #000;
font-size: 9px;
font-weight: bold;
padding-top: 10px;
padding-left: 25px;
padding-right: 10px;
padding-bottom: 70px;
letter-spacing: 0.05em;
}


.subheading {
border-left: 1px dotted black;
border-right: 1px dotted black;
}

#promo {
background-color: #000;
color: #ccc;
padding: 32px 15px 15px 25px;
font-size: 11px;
}


h1 {
color: #000;
font-weight: bold;
font-size: 11px;
letter-spacing: 0.05em;
}

h2 {
color: #fff;
font-weight: bold;
font-size: 14px;
letter-spacing: 0.05em;
}

h3 {
color: #cc3;
font-weight: bold;
font-size: 14px;
letter-spacing: 0.05em;
}

#menu {
font-size: 11px;
line-height: 16px;
padding: 25px 15px 0px 22px;
border-bottom: 1px dotted black;
}





img{
display: block;
border: 0;
}


a:link {
font-size: 10px;
font-weight: normal;
letter-spacing: 0.05em;
text-decoration: none;
color: #c00;
}

a:visited {
font-size: 10px;
font-weight: normal;
letter-spacing: 0.05em;
text-decoration: none;
color: #c00;
}


a:hover {
font-size: 10px;
font-weight: normal;
letter-spacing: 0.05em;
text-decoration: none;
color: #000;
}






