@charset "UTF-8";
#tagline {
font-weight : bold;
background-color : #ffffff;
color : #050845;
font-style : italic;
font-size : 15px;
margin : 0;
padding : 0 0 0 10px;
width : 300px;
float : left;
letter-spacing : 3px;
}
body {
margin : 0;
padding : 0;
background-color : #cccccc;
background-image : url(backgrounds/grad.png);
background-repeat : repeat;
color : #000000;
font : small Arial, Helvetica, Verdana, sans-serif;
}
p.no_margin {
margin : 0;
}
#content {

margin: 15px;
background: white url(./images/col.png) no-repeat right; 

}
#logo {
background : white url(images/wah.jpg) no-repeat left;
font-size : x-large;
color : white;
padding-top : 3em;
padding-bottom : 0.6em;
padding-left : 0.4em;
margin : 0;
}
#wrapper {
background-color : #ffffff;
color : black;
margin : 30px 40px 30px 40px;
padding : 4px;
outline : #990000 3px;
outline-style : groove;
}
#header-bottom {
border-top : 2px solid #666666;
border-bottom : 2px solid #666666;
padding : 5px;
}
#header-bottom ul {
margin : 0;
font-size : 14px;
padding : 0 10px 0 0;
text-align : right;
}
#header-bottom li {
display : inline;
}
#header-bottom a:link, #header-bottom a:visited {
text-decoration : none;
background-color : #ffffff;
color : #990000;
}
#content a:link, #content a:visited {
text-decoration : none;
color : #990000;
}
#content a:hover {
font-weight : bold;
color : #666666;
}
#header-bottom a:hover {
font-weight : bold;
background-color : #ffffff;
color : #666666;
}
#header {
background-color : #ffffff;
}
#footer {
font-size : 10px;
color : black;
margin : 0;
}
#footer a:link, #footer a:visited {
color : #ffcc00;
}