body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;

}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img{
	border-style: none;
}


/* Header */

#header {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#tagline {
	font-style: italic;
}

#small_print {
	font-style: italic;
	font-size: .7em;
}

/* Logo */

#logo_box {
	float: left;
	width: 260px;
	height: 200px;
	padding: 0 15px 0 0;
}

#ad_box {
	float: left;
	width: 260px;
	height: 75px;
	padding: 5px 15px 0 0;
}

#main_photo {
   	float: right;
	width: 480px;
	height: 175px;

}

/* Menu */

#nav_menu {
	float: right;
	padding: 0 0 0 0;
}

#nav_menu ul {
	height: 55px;
	margin: 0;
	padding: 28px 0;
	list-style: none;
}

#nav_menu li {
	display: inline;
}

#nav_menu a {
	display: block;
	float: left;
	width: 95px;
	height: 43px;
	padding-top: 12px;
	background: url(images/img03.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 20px;
	color: #ffffff;
}

#nav_menu a:hover, #nav_menu .active a {
	background-image: url(images/img04.jpg);
	color: #000000;
}

/* Content */

#middle {
	width: 760px;
	margin: 0 auto;
	
}

/* Posts */

#content {
	float: right;
	width: 500px;
}

.post {

}

.post .title {
	padding: 10px 20px 0 20px;
	font-size: 1.5em;
	font-weight: normal;
	color: #8E959B;
}

.post .story {
	padding: 0 20px;
	line-height: 1.4em;
}

#content table {
	font-size: .8em;
}


/* Bar */

#side_bar {
	float: left;
	width: 260px;
	height: 200px;
	text-align: center;
}


/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 60px;
	padding: 0 0 5px 0;
	margin: 2em auto;
	background: #ffffff url(images/img16.gif) no-repeat;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#copyright {
	padding: 5px;
	font-size: x-small;
}

#counter {
	width: 760px;
	height: 60px;
	text-align: center;
	color: #050304;
}

#counter p {
	text-align: center;
}

