/* Page Layout */

#bggrey {
        background-color: #111111;
        width: 580px;
        height: 100%;
}

#bgblack {
        background-color: #000000;
        width: 560px;
        height: 100%;
}

#banner {
        width: 550px;
        height: 105px;
}

#divider {
        height: 10px;
}

.row {
        width: 550px;
        text-align: left;
        overflow: hidden;
}

.image {
        width: 200px;
        height: 145px;
        float: left
}

.description {
        width: 342px;
        height: 145px;
        text-align: left;
        float: right;
        color: white;
        padding: 4px;
        overflow: auto;
}

#bottom {
        width: 550px;
}

/* Page Look */

#nav {
        a:link visited hover active {
          font-variant: small-caps;
}        
}

.ttitle {
        color: #EFEFEF;
        font-family: Arial;
        font-weight: bolder;
        font-size: small;
}

body {
        background: url(http://img.photojerk.com/krazehawk/BG_02.jpg);
        background-color: #000000;
        background-repeat: repeat-x;
        margin: 0px;
        padding: 0px;
}

p {
        font-family: "Arial";
        color: #FFFFFF;
        font-size: small;
}

h5 {
        color: #EFEFEF;
        font-family: "Arial";
}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
        font-family: "Arial";
}
a:visited { 
	color: #353535;
	text-decoration: none;
        font-family: "Arial";
}
a:hover { 
	color: #003366;
	text-decoration: none;
        font-family: "Arial";
}
a:active { 
	color: #000000;
	text-decoration: none;
        font-family: "Arial";
}