* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 220px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	color: #FFFFFF;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-weight: normal;
}

h1 {
	padding: 10px 0;
	font-size: 1.6em;
}

h2 {
	padding: 5px 0;
	font-size: 1.3em;
}

h3 {
	padding: 5px 0;
	font-size: 0.8em;
}

.bordertop {
	background: url(../images/img07.gif) repeat-x left top;
	margin-top: 5px;
}

ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p{
	padding: 5px;
	margin-bottom: 1em;
	line-height: 1.1em;
	text-align: justify;
}

.results {
	padding-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4em;
	text-align: justify;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 4px solid #C4C2C2;
}
.imageWithoutBorder{
    border: none; 
    padding: none; 
    margin: none;
}

.title {
	margin: 0;
	padding: 5px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: 1.3em;
}

.content {
	padding: 15px;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .meta {
	padding-bottom: 10px;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 12px;
}

/* Header */

#header {
	height: 61px;
	background: url(../images/img08.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 800px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 23px 0;
	background: url(../images/img09.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(../images/img11.gif);
	text-decoration: none;
}

#menu .selected a {
	background-image: url(../images/img10.gif);
}

/* Content */

#content {
	width: 60%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: left;
	width: 73%;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 27%;
}

/* Sponsors */

#sponsors_left {
	margin: 20px 0px 0px 20px;
	float: left;
	width: 15%;
}
#sponsors_right {
	margin: 20px 20px 0px 0px;
	float: right;
	width: 15%;
}
#sponsors_left img{
	margin-top: 10px;
	float: right;
}
#sponsors_right img{
	margin-top: 10px;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold .74em Verdana, Arial, Helvetica, sans-serif;
	background: none;
	padding: 0;
}

#updatesLinks {
	margin-bottom: 1.4em;
	font-size: 18px;
	line-height: normal;
	padding: 0;
}
/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #333333;
	background: #666666;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}
/*
    Guestbook classes
*/
.guestbookPostWriter {
    clear: both;
    background: silver;
    padding: 15px;
    color: black;
}
.guestbookPostsHolder {
    clear: both;
    margin-top: 5px;
    background: silver;
    padding: 15px;
}
.guestbookPostHolder {
    clear: both;
    padding: 3px;
    border-top: 4px solid #333333;
    background: #666666;
}
.guestbookPoster {
    font-size: smaller;
    background: #666666;
}
.guestbookPoster b {
    color: white;
}
.guestbookPost {
    color: white;
}
.guestbookSides {
    color: black;
}
.guestbookSides a {
    color: navy;
}
.floatRight {
    float: right;
}
/*
    Video classes
*/
.videoHolder {
    padding: 15px;
    color: white;
}
.video {
	border:5px white;
	margin-top: 10px;
}
/*
    Blog sidebar
*/
#blogSidebar {
    float: left;
    width: 17%;
    margin-right:20px;
}
.blogContainer {
    float: left;
    width: 70%;
}
.imageComment {
    font-size: small;
    color: white;
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.commentsHolder{
    border: 5px solid white;
    margin-top: 5px;	
}
.commentTitle {
    background-color: white;
    color: black;
    padding: 1px;
}
.commentPost {
    background-color: gray;
    border: 5px solid gray;
    color: black;
}
.sixDaysImage {
    float: right;
}
.sixDaysBox {
    float: right;
    width: 300px;
}