html {
    height: 101%;
}
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#000000;
    min-width:600px;		/* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size:85%;
    color: #FFFFFF;
    background-image: url("bg.gif");
    background-repeat: repeat;
    font-family: sans-serif;
}
a {
    color:#FFFFFF;
    text-decoration: none
}
a:hover {
    color:#66CCFF;
    text-decoration: none;
    font-weight: bold;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}

p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
    margin:10px 0 5px;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    height: 100px;
    background-image: url("header.jpeg");
    background-repeat: no-repeat

}

#header2 {
    clear:both;
    float:left;
    width:100%;
    height: 100px;
    background-image: url("header2.jpeg");
    background-repeat:  repeat-x;

}

/* 'widths' sub menu */

/* column container */
.colmask {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
    float:left;
    width:100%;			/* width of page */
    position:relative;
}
.col1,
.col2,
.col3 {
    float:left;
    position:relative;
    padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead
					only padding top and bottom is included here, make it whatever value you need */
    overflow:hidden;
}

/* 3 Column settings */
.threecol {
    background-color: #000000;
    background-image: url("bg.gif");
    background-repeat: repeat;
    top: 20px;
}
.threecol .colmid {
    right:19%;			/* width of the right column */
    background:#000000;		/* center column background colour */
    background-image: url("bg.gif");
    background-repeat: repeat;


}
.threecol .colleft {
    right:67%;			/* width of the middle column */
    background:#000000;	/* left column background colour */
    background-image: url("bg.gif");
    background-repeat: repeat;

}
.threecol .col1 {
    width:63%;			/* width of center column content (column width minus padding on either side) */
    left:102%;			/* 100% plus left padding of center column */
    overflow:  auto;

}
.threecol .col2 {
    width:16%;			/* Width of left column content (column width minus padding on either side) */
    left:24%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

}
.threecol .col3 {
    width:18%;			/* Width of right column content (column width minus padding on either side) */
    left:89%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */

}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
}
#footer p {
    padding:10px;
    margin:0;
    padding-top: 100px;
}

/* Center Tables */
table.center {
    margin-left:auto;
    margin-right:auto;
}

/* Avoid Borders on Images */
a.img, img {
    border: none;
    text-decoration: none;
}

p.center {
    text-align:center;
    font-weight:bold;
}

td.center
{
    text-align:center;
    font-weight:bold;
}

td.border
{
    border: thin solid #FFFFFF;
    padding: 6px;
}

td.centerborder
{
    text-align:center;
    border: thin solid #FFFFFF;
    padding: 6px;
    padding-left:  20px;
    padding-right: 20px;
}
.imagebox
{
    width: 200px;
}

.textbox
{
    height: 40px;
}

.navleft
{
    padding-left:10px;
    float:left;
}

.navright
{
    padding-right:10px;
    float:right;
}

.randompic, .borders, .searchbox
{
    border: thin solid #FFFFFF;
    width: 200px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    margin-top: 5px;
}

.randompic
{
    padding-bottom: 6px;
}

.searchbox
{
    padding: 6px;
}


/* Tagcloud */
.borders {
    padding: 6px;
    text-align:justify;
}

.tag1, .tag2
{
    font-size:30px;
    padding: 10px;
}
.tag3, .tag4
{
    font-size:28px;
    padding: 10px;
}
.tag5, .tag6
{
    font-size:26px;
    padding: 9px;
}
.tag7, .tag8
{
    font-size:24px;
    padding: 9px;
}
.tag9, .tag10
{
    font-size:22px;
    padding: 8px;
}

.tag11, tag12
{
    font-size:20px;
    padding: 6px;
}

.tag13, .tag14
{
    font-size:18px;
    padding: 4px;
}

.tag15 .tag16
{
    font-size:16px;
    padding: 4px;
}

.tag17, .tag18
{
    font-size:14px;
    padding: 4px;
}

.tag19, .tag20
{
    font-size:13px;
    padding: 4px;
}
.menu
{
    border: thin solid #FFFFFF;
    width: 150px;
    text-align: justify;
    margin-top: 5px;
    padding: 6px;
}


.imagepos
{

    text-align: center;
}

.smilies
{
    vertical-align: bottom;
}
