/* CSS Document */

*{
padding:0;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
}

html{
background-image:url(wood.jpg);
background-position:top;
text-align:center;
}

body{
background-image:url(cup.gif);
background-repeat:no-repeat;
background-position:top;
width:100%;
height:100%;
}

#prepaper{
height:15px;
}

#paper{
width:730px;
margin:0px auto;
background-image:url(paperbg.jpg);
background-repeat:repeat-y;
background-position:center;
}
#papercolours{
background-image:url(papercolours.gif);
background-repeat: no-repeat;
background-position:center;
}
#content{
width: 670px;
margin:0px auto;
}

#content p{text-align:justify; padding-bottom:8px;padding-top:4px;}
#papertop{
width:730px;
height:24px;
margin:0px auto;
background-image:url(papertop.jpg);
background-repeat: no-repeat;
background-position:center;
}
#paperbottom{
width:730px;
height:24px;
margin:0px auto;
background-image:url(paperbottom.jpg);
background-repeat: no-repeat;
background-position:center;
}
#pricetable{
width:100%;
}
hr{
margin-top:10px;
margin-bottom:10px;
line-height: 1px;
height:1px;
color: #EBEBEB;
background-color:#EBEBEB;
border:none;
}
.hrc2{
margin-top:10px;
line-height: 1px;
margin-bottom:0px;
height:1px;
color: #EBEBEB;
background-color:#EBEBEB;
border:none;
}
.hrc3{
margin-bottom:10px;
margin-top:0px;
line-height: 1px;
height:1px;
color: #EBEBEB;
background-color:#EBEBEB;
border:none;
}
.newsdesk{
border:1px solid black;
background-color: #CC0000;
color:white;
}
.newsdesk a{color:white; text-transform:uppercase; display:block}
.floatright{
float:right;
margin-left:10px;
margin-bottom:10px;
border-color:#999999;
}
.floatright2{
width:300px;
float:right;
margin-left:10px;
margin-bottom:10px;
}
.floatleft2{
width:300px;
float:left;
margin-left:10px;
margin-bottom:10px;
}
.clearboth{
clear:both;
}

p, h1, h2, h3{
margin-bottom:6px;
}
h1{font-size:medium;}
h2{font-size: xx-large; text-transform:uppercase}
#leftbar{
width:200px;
float:left;
}
#rightbar{
width:450px;
float:right;
}

.indexleft{float:left; width:400px;}
.indexright{float:right;width:250px; border:1px solid #CCCCCC;}

#copyright{
width:660px;
margin: 0px auto;
clear:both;
background-color:#CC0000;
}
.redback{
margin: 0px auto;
clear:both;
background-color:#CC0000;
border:1px solid #cc0000;
}
#copyright table{
width:100%;
color: white;
font-size:10px;
}
#copyright table a, #copyright a{
color:#FFFFFF;
}

.minor{
font-size:70%;
}

a, h4{
color:#CC0000;
text-decoration:none;
}
h4,h1{
text-transform:uppercase;
}
a:hover{
color:#CC6666;
}

.copyrighted{
font-size:9px;
color: #333333;
width:700px;
margin:0px auto;
}

.feeditem a, .floatright2 a, .another{
color:black;
}
.another{
border-bottom:1px solid #CCCCCC;}