body {
	background-color: #E9E9E9;
	background-image: url('body_bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	font-family: 'Times New Roman', times, serif;
	color: #000000;
}
#main, #header, .nav, .article, #sidebar, #footer, pre {
	display: block;
	position: relative;
}
#main {
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 3px #222222;
	-webkit-box-shadow: 0px 0px 3px #222222;
	-moz-box-shadow: 0px 0px 3px #222222;
	width: 840px;
	margin: 0px auto;
	padding: 14px 0;
	font-family: Calibri, FreeUniversal, Univers, Anivers, Candara, 'Droid Sans', Helvetica, Arial, 'DejaVu Sans', sans-serif;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}
#header {
	width: 820px;
	margin: 0px auto;
}
#header h1 {
	margin: 10px 10px -10px 0px;
	padding: 0px;
}
#header .nav {
	width: 430px;
	position: absolute;
	height: 63px;
	top: 35px;
	right: 0px;
	height: 30px;
	font-size: 0px;
}
#header .nav a {
	display: block;
	display: inline-block;
	height: 62px;
	width: 80px;
	padding: 3px 2px 0px 2px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('link_button2.png');
	color: #222222;
	font-family: Calibri, Candara, Oblik, 'Droid Sans', FreeUniversal, Univers, 'Helvetica Neue', Helvetica, Arial, 'DejaVu Sans', 'Lucida Sans', sans-serif; /* Dragowskaz, Trebuchet and Gill Sans fit in nicely here (above Droid) but their line-heights seem to render much larger */
	text-decoration: none;
}
#header .nav a:first-child {
	background-position: top left;
}

#header .nav a:last-child {
	background-position: top right;
	padding-right: 7px;
}
#header .nav a:hover {
	background-image: url('link_button_pressed2.png');
	color: #e9e9e9;
}
#header .nav a span {
	display: block;
	text-align: center;
	font-size: 10px;
	margin: 0px;
}
#header .nav a  span:first-child {
	font-size: 16px;
	font-weight: bold;
}
#sidebar {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	border-left: 1px solid #e8e8e8;
}
#sidebar * {
	display: block;
	margin-left: 15px;
}
#sidebar h2 {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar pre {
	font-family: inherit;
	font-size: 16px;
}
#sidebar pre .phone {
	display: inline;
	font-size: 22px;
	font-weight: bold;
	color: #00006A;
	margin: 0px;
}
#sidebar #social {
	padding: 0px;
	list-style-type: none;
	vertical-align: middle;
	margin: 2px 14px;
}
#sidebar #social * {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
#sidebar #social li a {
	display: inline;
}
#sidebar #social li a * {
	border: 0px;
}
.article {
	margin: 0 10px 10px 10px;
	width: 600px;
}
.article h1 {
	font-family: Constantia, 'Times New Roman', times, Cambria, serif;
	font-size: 24px;
	padding: 0px 0 0 0;
	margin: 0 0 0px 5px;
}
.article h3 {
	font-family: Constantia, 'Times New Roman', times, Cambria, serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 7px;
}
.article p {
	font-size: 16px;
	margin: 0 0 0 6px;
	padding: 0 0 15px 0;
	text-indent: 18px;
}
#footer {
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
}
#footer .nav a {
	color: #222222;
	text-shadow: 0px -1px 1px #CCCCCC;
}

.article .aside {
	display: block;
	width: 80%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	background-color: #EEEEFF;
	text-shadow: -1px 1px 0px #FFFFEE,  0px 0px 2px #AAAA99, 1px 1px 0px #FFFFEE;
	text-align: center;
	margin: 0px auto 10px auto;
	padding: 4px;
}

/* INDEX ONLY */

#ytapiplayer {
	width: 270px;
	display: block;
	position: relative;
	margin: 0px auto;
}

.tags {
	font-size: 12px;
	font-family: Constantia, 'Times New Roman', times, Cambria, serif;
	margin-left: 6px;
}
