﻿/* CSS Document by Csstemplatesweb 2008 */

* {margin: 0;
   padding: 0;}
   
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

#container {
	width: 690px;
	margin: 20px auto;
	font-family: Arial, Helvetica, Osaka, sans-serif;
	font-size: 0.8em;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #ffffff;
	height:100%;
}
			
#header   {
	height: 241px;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	border-top: 1px solid #7A7B7D;
}

#player   {
	height: 67px;
	background-repeat: no-repeat;
	margin-top: 169px;
	margin-bottom: 5px;
}

#right {
	width: 167px;
	float: right;
	padding-top: 10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom:15px;
	
}

#content   {
	padding: 10px;
	margin-right: 190px;
}

#footer   {
	clear: both;
	background-image: url(images/footer.jpg);
	height: 24px;
	text-align: center;
	padding-top: 20px;
	font-size: 0.8em;
}
.clear
{
	clear:both;
}

p   {
	margin-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
	line-height:1.5em
}

h2   {
	margin-bottom: 20px;
	font-size: 0.9em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 3px 3px 3px 5px;
	background-color: #cdd2bc;
	margin-top: 20px;
	clear: left;
}

h3  {
	margin-bottom: 20px;
	font-size: 0.8em;
	background-color: #CDD2BC;
	color: #000000;
	padding: 3px 3px 3px 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; 
	margin-top: 20px;
}


img.left   {
	float: left;
	margin-right: 8px;
	padding-left:20px;
	margin-bottom: 20px;
}

img.lefttext   {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

ul {
	list-style-image: url(images/bullet.png);
	margin-left: 30px;
}

li {
	list-style-image: url(images/bullet.png);
}

a:link {color: #003366;}
a:visited {color: #000000}
a:hover {color: #FF6600}
a:active {color: #000000}

img
{
	border:0;
}

/* blog section */
#blog
{
	display: block;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	/**
	background-color: beige;
	background-position: 0 55px !important;
	background-position: 0 80px;
	**/
}
#blog span.intro,
#blog p.intro
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	/**
	color: #2e8b57;
	**/
}
#blog a
{
}

#blogtitle
{
	margin-bottom: 10px;
}

#blogmsg
{
	margin-bottom: 0;
}

