@charset "UTF-8";

/* Begin Typography & Colors */

body {color:#347C17}
p {font-family:Geneva; sans serif;}
h3 {color: #f6c0da; font-family:Geneva; sans serif; font-size: }

.main {margin-left : auto;margin-right : auto; width : 1000px; }

.header {}

.ads {margin-left : auto;margin-right : auto; width : 675px; }

.navigation {float:right; font-size: 12px; width: 510px; margin-right : auto;}

.strips {margin-left : auto;margin-right : auto; width : 850px; }

.content {}

.buttons {width : 550px;}

.news {margin-left : auto;margin-right : auto; width : 850px; }

.footer {}

.author {float:right;}
a.author:link {color: #347C17; text-decoration: none; }
a.author:visited {color: #347C17; text-decoration: none; }
a.author:hover {color: #66CC00; text-decoration: underline; }
a.author:active {color: #f6c0da; } 

a:link {color: #347C17; text-decoration: none; }
a:visited {color: #347C17; text-decoration: none; }
a:hover {color: #347C17; text-decoration: underline; }
a:active {color: #347C17; } 


img
{  border-style: none;
}

/* CG nav setup */
#cg_nav1 { height: 66px; width: 360px; margin: 0 auto; }
#cg_nav1 a, #cg_nav1 span {
height: 66px; width: 87px; float: left;
background: #fff top left no-repeat; }
#cg_nav1 a span, #cg_nav1 span span,
#cg_nav1 .cg_divider { display: none; }

/* CG nav images */
a#cg_first { background: url(cg_nav/first.jpg); }
a#cg_back { background: url(cg_nav/back.jpg); }
a#cg_next { background: url(cg_nav/next.jpg); }
a#cg_last { background: url(cg_nav/last.jpg); }

/* CG nav rollover images */
a#cg_first:hover { background: url(cg_nav/first_on.jpg); }
a#cg_back:hover { background: url(cg_nav/back_on.jpg); }
a#cg_next:hover { background: url(cg_nav/next_on.jpg); }
a#cg_last:hover { background: url(cg_nav/last_on.jpg); }

/* CG nav unavailable images */
span#cg_first { background: url(cg_nav/first_off.jpg); }
span#cg_back { background: url(cg_nav/back_off.jpg); }
span#cg_next { background: url(cg_nav/next_off.jpg); }
span#cg_last { background: url(cg_nav/last_off.jpg); }

