*
{

padding: 0px;
}

body{
background: url('images/bg.gif') no-repeat top center;
color: #FFFFFF;
font-size: 12px;
font-family: "Century Gothic", "Avant Garde", sans-serif;
text-align:center;
background-color: #000;
}

/* header properties */

#header {
margin:0 auto;
width: 780px;
height: 150px;
}

#header h3.header {
margin-bottom: 0px;
color: #FFFFFF;
text-align:right;
font-size: 48px;
font-weight: normal;
letter-spacing: -1px;
}

#header h3.header b{
color: #3f88db;
}

#header h3.slogan {
margin-top: -15px;
text-align: right;
font-weight: normal;
color: #FFFFFF;
font-size: 18px;
letter-spacing: 2px;
}

/* navigation properties */

#nav {
width: 700px;
height: 30px;
background: url("images/line1.png") no-repeat top center;
margin:0 auto;
margin-bottom: 0px;
text-align: center;
padding-top: 10px;
font-size: 14px;
}

#nav a.navlink {
margin-top: 10px;
width: auto;
height: 30px;
text-decoration: none;
color: #fbd504;
margin-left: 4px;
margin-right: 7px;
}

#nav a.navlink:hover {
color: #fff;
background: url("images/line.png") repeat-x top;
}

/* content properties */

#content {
width: 780px;
margin:0 auto;
margin-top: 10px;
text-align: left;
}

.news {
float: left;
margin-top: 0px;
margin-left: 30px;
text-align: left;
width: 420px;
padding-right: 0px;
}

#gDisplay {
margin:0 auto;
text-align: center;
}

#gDisplay img {display:block;}
#gDisplay a {padding-right:10px;}

.news h3.title {
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
letter-spacing: -1px;
width: 420px;
margin-bottom: 0px;
text-align: left;
}

.news h3.meta {
font-style: italic;
font-size: 12px;
width: 420px;
text-align: left;
font-weight: normal;
margin-top: 0px;
margin-bottom: 5px;
}
.news img {
border: none;
}
/* item list properties */

#archive {
background: url('images/line2.png') no-repeat center left;
width: 200px;
float: right;
margin-right: 30px;
padding-left: 30px;
padding-top: 30px;
clear: right;
min-height: 250px;
}

#archive .entry {
float: left;
margin-top: 5px;
margin-bottom: 5px;
width: 200px;
font-size: 11px;
}

#archive .entry a.archive_title {
font-size: 12px;
color: #13cb00;
font-weight: normal;
width: 200px;
float: left;
text-transform: uppercase;
}

#archive img {
border: none;
}

/* footer properties */

#footer{
float: left;
width: 700px;
background: url('images/line1.png') no-repeat top center;
padding-top: 14px;
font-size: 10px;
height: 50px;
color: #bcbcbc;
text-align: center;
font-weight: normal;
clear: none;
}

#footer a {
color: #bcbcbc;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
color: #fbd504;
}

#footer div.right {
float: right;
}

#footer div.left {
float: left;
}

/* links general */

a {
text-decoration: none;
color: #fbd504;
}

a:hover {
text-decoration: underline;
color: #fbd504;
}
