/* General centering of anything */
#center {
text-align: center;
}
/* Centering the main text (IE bug/fix) */
#normal {
text-align:center;
padding: 15px 0px;
}
/* The one with the logo */
#logobar {
text-align: center;
padding: 0px 0px 2px 0px;
}
/* JavaScript clock */
#liveclock {
text-align: right;
padding: 3px 3px 4px 0px;
}
/* CQ Counter */
#counter {
float: left;
padding: 0px 0 0px 0;
}
/* Main page text and titles */
p, h1{
width:550px;
text-align:left;
padding: 10px 0px;
display:block;
}
h1 {
margin: 0px auto 10px auto;
}
p {
margin: 0px auto;
}
/* For listing stuff - instead of UL/LI */
p.list {
left: 50px;
position: relative;
}
/* Table for the contact form */
table.contact {
width:100%;
margin:0px auto;
text-align:left;
}
/* Container for the contact form */
#contact {
padding: 10px;
width: 430px;
margin:10px auto;
}
/* For the video boxes */
td.video {
padding: 10px;
}
table.video {
border-spacing: 10px;
width:450px;
margin:0px auto;
text-align:left;
padding: 10px 0px;
}
/* Table for PHOTO thumbnails */
table.thumbs {
border-spacing: 20px;
width:550px;
margin:0px auto;
text-align:left;
padding: 10px 0px;
}
/* For the PHOTO thumbnails */
td.pics {
vertical-align: top;
}
/* FORM fields */
form {
padding: 5px;
margin: 0px;
}
/*
#bottom {
position: fixed;
width: 100%;
height: 20px;
right: 0;
bottom: 0;
left: 0;
}
*/