/* CSS Document */
body {
background:url(http://dancemaster.org.uk/assets/images/main_back.gif) top left #000000 repeat-x;
margin:0px auto;
text-align:center;
color:#cecece;
font-family:Helvetica, sans-serif;
font-size:14px;
}
#wrapper {
text-align:left;
margin:0px auto;
width:800px;
}
#main {
text-align:left;
width:800px;
margin-top:30px;
margin-bottom:30px;
background-color:inherit;
}
#header {
background:url(http://dancemaster.org.uk/assets/images/dm_head.gif) top center no-repeat;
width:800px;
height:80px;
margin:0px 0px 0px 0px;
background-color:inherit;
}
#content {
background:url(http://dancemaster.org.uk/assets/images/dm_page_bk2.gif) top center no-repeat;
width:800px;
height:820px;
background-color:inherit;
padding-bottom:0px;
margin-bottom:0px;
}
#leftcol {
width:140px;
height:730px;
padding-top:33px;
float:left;
}
#maincol {
width:504px;
float:right;
padding:33px 140px 0px 15px;
}
#maincol a:link, a:visited {
color:#B7D633;
background-color:inherit;
text-decoration:none;
}
#maincol a:hover {
text-decoration:underline;
}
#textual a:link, textual a:visited {
color:#cecece;
text-decoration:none;
}
#latest {
width:120px;
padding:0px 5px 10px 15px;
font-size:11px;
}
#latest a:link, a:visited {
color:#B7D633;
text-decoration:none;
}
#latest a:hover {
color:#B7D633;
text-decoration:underline;
}
#latest p {
padding:0px 0px 0px 0px;
}
#footer {
padding-top:0px;
margin-top:0px;
margin-left:-10px;
background:url(http://dancemaster.org.uk/assets/images/dm_footer.gif) top center no-repeat;
height:100px;
width:800px;
}
html>body #footer {
margin-left:0px;
}
#footertext {
padding:5px 20px 15px 20px;
width:760px;
font-size:11px;
color:#CCCCCC;
}
#footertext a:link, a:visited {
text-decoration:none;
color:#CCCCCC;
}
#footertext a:hover {
text-decoration:underline;
color:#CCCCCC;
}
/* fonts and classes */
h1 {
font-size:20px;
font-weight:bold;
color:#B7D633;
padding:0px 0px 0px 0px;
margin:0px 0px 10px 0px;
}
h2 {
font-size:16px;
font-weight:bold;
color:#B7D633;
padding:0px 0px 0px 0px;
margin:10px 0px 10px 0px;
}
hr {
background-color:#999999;
color:#999999;
height:1px;
border:0;
}
.link {
text-align:right;
padding-top:0px;
}
a:link, a:visited {
color:inherit;
text-decoration:none;
background-color:inherit;
}
a:hover {
color:inherit;
text-decoration:underline;
background-color:inherit;
}
.textnav {
padding:0px 0px 0px 0px;
text-align:center;
width:780px;
}