body {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #023400;
	text-decoration:none;
}

a:hover {
	color: #0c4a07;
	text-decoration:underline;
}

a:hover img {
    text-decoration: none;
}

#banner {
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 580px;
    margin-left: -290px;
}

#sidebar {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 200px;
}

#sidebar a {
	font-weight:bold;
	font-style: italic;
}

#sidebar #menu ul {
	list-style: none;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

#sidebar #menu a, #sidebar #userbox a {
    display: block;
}

#sidebar .box {
    margin-bottom: 20px;
}

#sidebar #feeds a {
    display: block;
}

#content-frame {
    position: relative;
    top: 100px;
}

#content-frame #content-wrapper {
    margin-left: 210px;
}

.screenshot a:hover img {
	text-decoration: none;
}

#footer {
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    
    padding-top: 10px;
    padding: 2px;
    color: #999999;
    font-size: 11px;
    text-align: center;
}

#footer a {
    color: #999999;
    text-decoration: underline;
}

#footer a:hover {
    color: #777777;
}

.box .topl {
    background: url(img/tl.gif) top left no-repeat;
    height: 20px;
}
.box .topr {
    background: url(img/tr.gif) top right no-repeat;
    height: 20px;
}
.box .left {
    background: url(img/l.gif) top left repeat-y;
    padding: 0px 5px 0px 14px;
}
.box .right {
    background: url(img/r.gif) top right repeat-y;
    padding: 0px 14px 0px 5px;
}
.box .botl {
    background: url(img/bl.gif) bottom left no-repeat;
    height: 20px;
}
.box .botr {
    background: url(img/br.gif) bottom right no-repeat;
    height: 20px;
}

h1, h2, h3 {
    color: #0c4a07;
    font-weight:bold;
    display: block;
    margin: 0;
}
h1 {
    font-size:30px;
    font-style:italic;
}
h2 {
    font-size:20px;
}
h3 {
    font-size: 16px;
}
.subtitle {
    font-style: italic;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
}
.nomargin {
    margin-top: 0px;
}

.screenshot {
	text-align: center;
	width: 250px;
	padding: 5px;
	float: left;
	overflow: hidden;
	min-height: 180px;
}
